git: da37b0abdc44 - main - deskutils/xfce4-notifyd: Update to 0.6.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Dec 2022 08:56:34 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=da37b0abdc440d0320b0934c22689e583b61de5e
commit da37b0abdc440d0320b0934c22689e583b61de5e
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-12-17 08:56:18 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-12-17 08:56:25 +0000
deskutils/xfce4-notifyd: Update to 0.6.5
- Update to 0.6.5
- Pass maintainership to xfce@
Discussed with: madpilot
---
deskutils/xfce4-notifyd/Makefile | 4 ++--
deskutils/xfce4-notifyd/distinfo | 6 +++---
.../xfce4-notifyd/files/patch-common_xfce-notify-log.c | 13 -------------
3 files changed, 5 insertions(+), 18 deletions(-)
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile
index 9cf9182b649d..f83cacb6adbe 100644
--- a/deskutils/xfce4-notifyd/Makefile
+++ b/deskutils/xfce4-notifyd/Makefile
@@ -4,12 +4,12 @@
# Support of GTK+ is checked at compile time and themes directories too.
PORTNAME= xfce4-notifyd
-PORTVERSION= 0.6.4
+PORTVERSION= 0.6.5
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
-MAINTAINER= ehaupt@FreeBSD.org
+MAINTAINER= xfce@FreeBSD.org
COMMENT= Visually-appealing notification daemon for Xfce
WWW= https://gitlab.xfce.org/apps/xfce4-notifyd
diff --git a/deskutils/xfce4-notifyd/distinfo b/deskutils/xfce4-notifyd/distinfo
index a00e9876a9cf..06c17ea08f8c 100644
--- a/deskutils/xfce4-notifyd/distinfo
+++ b/deskutils/xfce4-notifyd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662106707
-SHA256 (xfce4/xfce4-notifyd-0.6.4.tar.bz2) = 0ece78f091f895374aad81a3bdc00701080b4ed07f7322fb680c4234319120f6
-SIZE (xfce4/xfce4-notifyd-0.6.4.tar.bz2) = 554776
+TIMESTAMP = 1671204030
+SHA256 (xfce4/xfce4-notifyd-0.6.5.tar.bz2) = 5b7130e49905e760231c918843a42f72f04911893b0d7c0e57ed040faebb4510
+SIZE (xfce4/xfce4-notifyd-0.6.5.tar.bz2) = 572193
diff --git a/deskutils/xfce4-notifyd/files/patch-common_xfce-notify-log.c b/deskutils/xfce4-notifyd/files/patch-common_xfce-notify-log.c
deleted file mode 100644
index 0c83141e9543..000000000000
--- a/deskutils/xfce4-notifyd/files/patch-common_xfce-notify-log.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- common/xfce-notify-log.c.orig 2022-09-02 07:22:08 UTC
-+++ common/xfce-notify-log.c
-@@ -149,7 +149,9 @@ notify_get_from_desktop_file (const gchar *desktop_fil
-
- match = matches[0];
- appinfo = g_desktop_app_info_new (match[0]);
-- value = notify_read_from_desktop_file (g_desktop_app_info_get_filename (appinfo), key);
-+ if (appinfo != NULL) {
-+ value = notify_read_from_desktop_file (g_desktop_app_info_get_filename (appinfo), key);
-+ }
-
- for (gchar ***p = matches; *p != NULL; p++)
- g_strfreev (*p);