Mon Apr 24 08:40:32 2023 UTC ()
notification-daemon: comment out dead HOMEPAGE


(wiz)
diff -r1.57 -r1.58 pkgsrc/sysutils/notification-daemon/Makefile

cvs diff -r1.57 -r1.58 pkgsrc/sysutils/notification-daemon/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/notification-daemon/Makefile 2023/01/29 21:17:49 1.57
+++ pkgsrc/sysutils/notification-daemon/Makefile 2023/04/24 08:40:32 1.58
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.57 2023/01/29 21:17:49 ryoon Exp $ 1# $NetBSD: Makefile,v 1.58 2023/04/24 08:40:32 wiz Exp $
2# 
3 2
4DISTNAME= notification-daemon-0.7.6 3DISTNAME= notification-daemon-0.7.6
5PKGREVISION= 22 4PKGREVISION= 22
6CATEGORIES= sysutils gnome 5CATEGORIES= sysutils gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/notification-daemon/0.7/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/notification-daemon/0.7/}
8EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.galago-project.org/ 10#HOMEPAGE= http://www.galago-project.org/
12COMMENT= Shows notification messages on the desktop 11COMMENT= Shows notification messages on the desktop
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15DEPENDS+= dbus-[0-9]*:../../sysutils/dbus 14DEPENDS+= dbus-[0-9]*:../../sysutils/dbus
16 15
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 17USE_LIBTOOL= yes
19USE_TOOLS+= gmake intltool pkg-config msgfmt 18USE_TOOLS+= gmake intltool pkg-config msgfmt
20 19
21.include "../../mk/bsd.prefs.mk" 20.include "../../mk/bsd.prefs.mk"
22 21
23.if defined(PKG_SYSCONFDIR.dbus) 22.if defined(PKG_SYSCONFDIR.dbus)
24CONFIGURE_ARGS+= --with-dbus-sys=${PKG_SYSCONFDIR.dbus}/system.d 23CONFIGURE_ARGS+= --with-dbus-sys=${PKG_SYSCONFDIR.dbus}/system.d