Fri Feb 25 09:18:57 2022 UTC ()
x11/xnotify: Reset maintainer for stagnated project.


(pin)
diff -r1.5 -r1.6 pkgsrc/x11/xnotify/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/x11/xnotify/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xnotify/Makefile 2021/05/02 20:05:24 1.5
+++ pkgsrc/x11/xnotify/Makefile 2022/02/25 09:18:56 1.6
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.5 2021/05/02 20:05:24 pin Exp $ 1# $NetBSD: Makefile,v 1.6 2022/02/25 09:18:56 pin Exp $
2 2
3DISTNAME= xnotify-0.8.1 3DISTNAME= xnotify-0.8.1
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_GITHUB:=phillbush/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=phillbush/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= pin@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/phillbush/xnotify 9HOMEPAGE= https://github.com/phillbush/xnotify
10COMMENT= Read notifications from stdin and display them on the screen 10COMMENT= Read notifications from stdin and display them on the screen
11LICENSE= mit 11LICENSE= mit
12 12
13SUBST_CLASSES+= configmk 13SUBST_CLASSES+= configmk
14SUBST_STAGE.configmk= pre-configure 14SUBST_STAGE.configmk= pre-configure
15SUBST_MESSAGE.configmk= Adjusting config.mk 15SUBST_MESSAGE.configmk= Adjusting config.mk
16SUBST_FILES.configmk= config.mk 16SUBST_FILES.configmk= config.mk
17SUBST_SED.configmk+= -e 's,/usr/local,${PREFIX},g' 17SUBST_SED.configmk+= -e 's,/usr/local,${PREFIX},g'
18SUBST_SED.configmk+= -e 's,share/man,${PKGMANDIR},g' 18SUBST_SED.configmk+= -e 's,share/man,${PKGMANDIR},g'
19SUBST_SED.configmk+= -e 's,/usr/X11R6,${X11BASE},' 19SUBST_SED.configmk+= -e 's,/usr/X11R6,${X11BASE},'
20SUBST_SED.configmk+= -e 's,^CFLAGS *= ,CFLAGS += ,' 20SUBST_SED.configmk+= -e 's,^CFLAGS *= ,CFLAGS += ,'
21SUBST_SED.configmk+= -e 's,^LDFLAGS *= ,LDFLAGS += ,' 21SUBST_SED.configmk+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'