Tue Apr 14 12:34:42 2020 UTC ()
automake: drop maintainership


(wiz)
diff -r1.110 -r1.111 pkgsrc/devel/automake/Makefile

cvs diff -r1.110 -r1.111 pkgsrc/devel/automake/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/automake/Makefile 2020/03/31 16:45:31 1.110
+++ pkgsrc/devel/automake/Makefile 2020/04/14 12:34:42 1.111
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.110 2020/03/31 16:45:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.111 2020/04/14 12:34:42 wiz Exp $
2# 2#
3# for major version updates, don't forget adding new links in 3# for major version updates, don't forget adding new links in
4# mk/tools/automake.mk 4# mk/tools/automake.mk
5 5
6DISTNAME= automake-1.16.2 6DISTNAME= automake-1.16.2
7CATEGORIES= devel 7CATEGORIES= devel
8MASTER_SITES= ${MASTER_SITE_GNU:=automake/} 8MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
9MASTER_SITES+= ftp://sources.redhat.com/pub/automake/ 9MASTER_SITES+= ftp://sources.redhat.com/pub/automake/
10EXTRACT_SUFX= .tar.xz 10EXTRACT_SUFX= .tar.xz
11 11
12MAINTAINER= wiz@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= https://www.gnu.org/software/automake/automake.html 13HOMEPAGE= https://www.gnu.org/software/automake/automake.html
14COMMENT= GNU Standards-compliant Makefile generator 14COMMENT= GNU Standards-compliant Makefile generator
15LICENSE= gnu-gpl-v2 15LICENSE= gnu-gpl-v2
16 16
17DEPENDS+= autoconf>=2.62:../../devel/autoconf 17DEPENDS+= autoconf>=2.62:../../devel/autoconf
18 18
19USE_TOOLS+= gm4:run perl:run 19USE_TOOLS+= gm4:run perl:run
20 20
21PLIST_SUBST+= PKG_DIR_VERSION=1.16 21PLIST_SUBST+= PKG_DIR_VERSION=1.16
22GNU_CONFIGURE= YES 22GNU_CONFIGURE= YES
23_STRIPFLAG_INSTALL= # none 23_STRIPFLAG_INSTALL= # none
24INFO_FILES= YES 24INFO_FILES= YES
25 25