diff options
author | agc <agc> | 1998-01-15 14:11:18 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-15 14:11:18 +0000 |
commit | 69acd2017bd735e272fc4427ad56c6d6a54e7a7c (patch) | |
tree | 50c47794e303d99c70d061a4471398b3e73a29b3 /archivers/unzip | |
parent | 6cfb6a82d0696e513bd518840fdeb4ca5c8ad79f (diff) | |
download | pkgsrc-69acd2017bd735e272fc4427ad56c6d6a54e7a7c.tar.gz |
Upgrade to version 5.32, from John Darrow. Fixes PR 4825.
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 11 | ||||
-rw-r--r-- | archivers/unzip/files/md5 | 2 | ||||
-rw-r--r-- | archivers/unzip/pkg/PLIST | 4 |
3 files changed, 8 insertions, 9 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 33f9ba7bee2..cc2aa64eea5 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,20 +1,19 @@ # New ports collection makefile for: unzip -# Version required: 5.3.1 +# Version required: 5.3.2 # Date created: 17 October 1994 # Whom: jmz # -# $NetBSD: Makefile,v 1.3 1997/10/27 03:22:25 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/15 14:11:18 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # -DISTNAME= unzip-5.3.1 +DISTNAME= unzip-5.32 CATEGORIES= archivers MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ -DISTFILES= unzip531.tar.gz +DISTFILES= unzip532.tar.gz MAINTAINER= ache@FreeBSD.ORG -NO_WRKSUBDIR= YES MAKEFILE= unix/Makefile ALL_TARGET= bsd MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f @@ -30,6 +29,6 @@ do-install: ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 install -d -m 555 -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/share/doc/unzip cd ${WRKSRC} && \ - ${INSTALL_DATA} README Where COPYING ${PREFIX}/share/doc/unzip + ${INSTALL_DATA} README WHERE COPYING ${PREFIX}/share/doc/unzip .include <bsd.port.mk> diff --git a/archivers/unzip/files/md5 b/archivers/unzip/files/md5 index 21ef0de0829..ec7ac31a2b9 100644 --- a/archivers/unzip/files/md5 +++ b/archivers/unzip/files/md5 @@ -1 +1 @@ -MD5 (unzip531.tar.gz) = 071a67ce0b9f561c1011a3d307c5acb0 +MD5 (unzip532.tar.gz) = 0481e4c1792de60d9fd70fcb16e2eb9b diff --git a/archivers/unzip/pkg/PLIST b/archivers/unzip/pkg/PLIST index 466a26a4a67..0982b28ca5f 100644 --- a/archivers/unzip/pkg/PLIST +++ b/archivers/unzip/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1997/11/06 09:57:33 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/01/15 14:11:25 agc Exp $ bin/unzip @exec ln -sf %f %B/zipinfo @unexec rm -f %B/zipinfo @@ -12,5 +12,5 @@ man/man1/zipgrep.1.gz man/man1/zipinfo.1.gz share/doc/unzip/README share/doc/unzip/COPYING -share/doc/unzip/Where +share/doc/unzip/WHERE @dirrm share/doc/unzip |