diff --git a/deskutils/fyi/Makefile b/deskutils/fyi/Makefile index 32cc8e905cb9..5d6dff54f98f 100644 --- a/deskutils/fyi/Makefile +++ b/deskutils/fyi/Makefile @@ -1,5 +1,5 @@ PORTNAME= fyi -DISTVERSION= 1.0.3 +DISTVERSION= 1.0.4 CATEGORIES= deskutils MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/deskutils/fyi/distinfo b/deskutils/fyi/distinfo index da7b073b7ef1..bfc4588c030f 100644 --- a/deskutils/fyi/distinfo +++ b/deskutils/fyi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724070508 -SHA256 (fyi-1.0.3.tar.gz) = 39e563fc7db59608ffe8f34c96c04dbdce707ba4a8a97ed3300f03f50581ba66 -SIZE (fyi-1.0.3.tar.gz) = 13558 +TIMESTAMP = 1725520537 +SHA256 (fyi-1.0.4.tar.gz) = 6d196b4725df02dba39ca736c0f5b485f6a204a98f68de6bbe8155bdc1e56d24 +SIZE (fyi-1.0.4.tar.gz) = 13938 diff --git a/deskutils/fyi/files/patch-main.c b/deskutils/fyi/files/patch-main.c deleted file mode 100644 index 7c294f853988..000000000000 --- a/deskutils/fyi/files/patch-main.c +++ /dev/null @@ -1,20 +0,0 @@ ---- main.c.orig 2024-08-09 08:36:50 UTC -+++ main.c -@@ -14,7 +14,7 @@ - - #include - --#include -+#include - - #include "version.h" - -@@ -365,7 +365,7 @@ main(int argc, char *const *argv) - }; - - const char *progname = argv[0]; -- const char *app_id = program_invocation_name; -+ const char *app_id = progname; - const char *icon = NULL; - const char *image_data_file = NULL; - const char *category = NULL;