mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
deskutils/fyi: update to 1.0.4
This commit is contained in:
parent
1c2a42c43e
commit
ddc37e84f1
3 changed files with 4 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= fyi
|
PORTNAME= fyi
|
||||||
DISTVERSION= 1.0.3
|
DISTVERSION= 1.0.4
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1724070508
|
TIMESTAMP = 1725520537
|
||||||
SHA256 (fyi-1.0.3.tar.gz) = 39e563fc7db59608ffe8f34c96c04dbdce707ba4a8a97ed3300f03f50581ba66
|
SHA256 (fyi-1.0.4.tar.gz) = 6d196b4725df02dba39ca736c0f5b485f6a204a98f68de6bbe8155bdc1e56d24
|
||||||
SIZE (fyi-1.0.3.tar.gz) = 13558
|
SIZE (fyi-1.0.4.tar.gz) = 13938
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
--- main.c.orig 2024-08-09 08:36:50 UTC
|
|
||||||
+++ main.c
|
|
||||||
@@ -14,7 +14,7 @@
|
|
||||||
|
|
||||||
#include <sys/stat.h>
|
|
||||||
|
|
||||||
-#include <dbus-1.0/dbus/dbus.h>
|
|
||||||
+#include <dbus/dbus.h>
|
|
||||||
|
|
||||||
#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;
|
|
Loading…
Add table
Reference in a new issue