diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-12-27 17:29:25 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-12-27 17:29:25 +0000 |
commit | f1456a9fb32b4fa988628543971ede5b1409c979 (patch) | |
tree | ca5ede43639188d4841c3f8fc38632c2ccd9677c /archivers/unzip | |
parent | 619f63e2038791507f4b4b6ebd8b7827e12d102c (diff) | |
download | pkgsrc-f1456a9fb32b4fa988628543971ede5b1409c979.tar.gz |
update to 5.40
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 12 | ||||
-rw-r--r-- | archivers/unzip/files/md5 | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 0d72b0af6f2..bf2b3bb762a 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.13 1998/10/21 09:21:04 frueauf Exp $ +# $NetBSD: Makefile,v 1.14 1998/12/27 17:29:25 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # -DISTNAME= unzip-5.32 +DISTNAME= unzip-5.40 CATEGORIES= archivers MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ \ ftp://ftp.icce.rug.nl/infozip/src/ -DISTFILES= unzip532.tar.gz +DISTFILES= unzip540.tar.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cdrom.com/pub/infozip/ @@ -19,8 +19,8 @@ MAKE_FLAGS= CF="${CFLAGS} -I. -DBSD -Dunix -DUSE_UNSHRINK -DUSE_ZLIB" \ .include "../../mk/bsd.prefs.mk" .if defined(ZIP_ENCRYPTION) -DISTFILES+= zcrypt27.zip -EXTRACT_ONLY= unzip532.tar.gz +DISTFILES+= zcrypt28.zip +EXTRACT_ONLY= unzip540.tar.gz RESTRICTED= crypto MIRROR_DISTFILE=no @@ -29,7 +29,7 @@ pre-build: @cd ${WRKSRC}; test -f README.CR || ( \ ${ECHO} '*** Building stage 1 of 2--unzip without encryption.' && \ ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} unzip && \ - ./unzip -qo ${DISTDIR}/zcrypt27.zip && \ + ./unzip -qo ${DISTDIR}/zcrypt28.zip && \ ${RM} -f *.o unzip ) @${ECHO} '*** Building stage 2 of 2--unzip with encryption.' .endif diff --git a/archivers/unzip/files/md5 b/archivers/unzip/files/md5 index 0fc5fcc9af0..7494084d10a 100644 --- a/archivers/unzip/files/md5 +++ b/archivers/unzip/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.4 1998/08/07 13:16:52 agc Exp $ +$NetBSD: md5,v 1.5 1998/12/27 17:29:25 hubertf Exp $ -MD5 (unzip532.tar.gz) = 0481e4c1792de60d9fd70fcb16e2eb9b -MD5 (zcrypt27.zip) = 705945343dae4c9344b3c3cf9b2c5ded +MD5 (unzip540.tar.gz) = 062a9a8ad80f0bf8a307063958f1de2a +MD5 (zcrypt28.zip) = 87ece6fe69c8cb71eec0e1a945542f37 |