Wed Apr 22 08:24:45 2020 UTC ()
editors/feathernotes

Update maintainer e-mail


(pin)
diff -r1.5 -r1.6 pkgsrc/editors/feathernotes/Makefile

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

--- pkgsrc/editors/feathernotes/Makefile 2020/04/12 08:28:35 1.5
+++ pkgsrc/editors/feathernotes/Makefile 2020/04/22 08:24:45 1.6
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.5 2020/04/12 08:28:35 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2020/04/22 08:24:45 pin Exp $
2 2
3VERSION= 0.6.0 3VERSION= 0.6.0
4DISTNAME= FeatherNotes-V${VERSION} 4DISTNAME= FeatherNotes-V${VERSION}
5PKGNAME= feathernotes-${VERSION} 5PKGNAME= feathernotes-${VERSION}
6PKGREVISION= 1 6PKGREVISION= 1
7CATEGORIES= editors 7CATEGORIES= editors
8MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
9GITHUB_TAG= V${PKGVERSION_NOREV} 9GITHUB_TAG= V${PKGVERSION_NOREV}
10 10
11MAINTAINER= voidpin@protonmail.com 11MAINTAINER= pin@NetBSD.org
12HOMEPAGE= https://github.com/tsujan/FeatherNotes/ 12HOMEPAGE= https://github.com/tsujan/FeatherNotes/
13COMMENT= Lightweight Qt5 hierarchical notes-manager 13COMMENT= Lightweight Qt5 hierarchical notes-manager
14LICENSE= gnu-gpl-v3 14LICENSE= gnu-gpl-v3
15 15
16WRKSRC= ${WRKDIR}/FeatherNotes-${VERSION} 16WRKSRC= ${WRKDIR}/FeatherNotes-${VERSION}
17USE_LANGUAGES= c++ 17USE_LANGUAGES= c++
18USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config
19 19
20INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} 20INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
21 21
22do-configure: 22do-configure:
23 cd ${WRKSRC} && \ 23 cd ${WRKSRC} && \
24 ${SETENV} ${CONFIGURE_ENV} \ 24 ${SETENV} ${CONFIGURE_ENV} \