diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-18 11:17:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-18 11:17:41 +0000 |
commit | e661d6b363f2677b1a03b2a49064466f837baa12 (patch) | |
tree | ef1e261724f4ad32ff86021e1a873730f1de80f0 /archivers | |
parent | 253cb9cba2d46bc3a1f67af521d3ae79f5570364 (diff) | |
download | pkgsrc-e661d6b363f2677b1a03b2a49064466f837baa12.tar.gz |
Remove charset.alias from PLIST. Bump PKGREVISION.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/Makefile | 4 | ||||
-rw-r--r-- | archivers/fastjar/PLIST | 3 | ||||
-rw-r--r-- | archivers/gcpio/Makefile | 6 | ||||
-rw-r--r-- | archivers/gcpio/PLIST | 3 |
4 files changed, 7 insertions, 9 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index 8d42f2dc3d7..d45ee729f32 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2016/03/05 15:08:30 bsiegert Exp $ -# +# $NetBSD: Makefile,v 1.21 2016/09/18 11:17:41 wiz Exp $ DISTNAME= fastjar-0.98 +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://download.savannah.gnu.org/releases/fastjar/ diff --git a/archivers/fastjar/PLIST b/archivers/fastjar/PLIST index 48726402245..39f43e8b383 100644 --- a/archivers/fastjar/PLIST +++ b/archivers/fastjar/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2016/03/05 15:08:30 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/09/18 11:17:41 wiz Exp $ bin/fastjar bin/grepjar info/fastjar.info -lib/charset.alias man/man1/fastjar.1 man/man1/grepjar.1 diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 3628b3dca43..23a52f62c99 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2016/05/31 14:05:46 mef Exp $ -# +# $NetBSD: Makefile,v 1.51 2016/09/18 11:20:14 wiz Exp $ DISTNAME= cpio-2.12 -PKGNAME= g${DISTNAME} +PKGNAME= g${DISTNAME} +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU:=cpio/} diff --git a/archivers/gcpio/PLIST b/archivers/gcpio/PLIST index dc01ad5e014..2fd56a814b0 100644 --- a/archivers/gcpio/PLIST +++ b/archivers/gcpio/PLIST @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.15 2016/05/31 14:05:46 mef Exp $ +@comment $NetBSD: PLIST,v 1.16 2016/09/18 11:20:14 wiz Exp $ bin/gcpio gnu/bin/cpio gnu/man/man1/cpio.1 gnu/man/man1/mt.1 info/cpio.info -lib/charset.alias libexec/grmt man/man1/gcpio.1 man/man8/grmt.8 |