From cc2779c4150cd68ab74fa80da74eeb6aba505e33 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 21 Apr 2000 14:28:08 +0000 Subject: [PATCH] Upgrade to 5.41 --- archivers/unzip/Makefile | 15 ++++++++------- archivers/unzip/distinfo | 2 +- archivers/unzip/pkg-descr | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 533cd9302ef8..cdd9b26fe62d 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,5 @@ # New ports collection makefile for: unzip +# ftp://ftp.info-zip.org/pub/infozip/Info-ZIP.html # Date created: 17 October 1994 # Whom: jmz # @@ -6,18 +7,18 @@ # PORTNAME= unzip -PORTVERSION= 5.40 +PORTVERSION= 5.41 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ -DISTNAME= unzip540 +MASTER_SITES= ftp://ftp.freesoftware.com/pub/infozip/src/ +DISTNAME= unzip541 MAINTAINER= ache@FreeBSD.org -Y2K= http://www.cdrom.com/pub/infozip/FAQ.html#Y2K +Y2K= ftp://ftp.info-zip.org/pub/infozip/FAQ.html#Y2K -WRKSRC= ${WRKDIR}/unzip-5.40 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= unix/Makefile -MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f +MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_SMITH_CODE -DUSE_UNSHRINK" -f MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 do-install: @@ -26,7 +27,7 @@ do-install: ${LN} -sf unzip ${PREFIX}/bin/zipinfo cd ${WRKSRC}/unix && \ ${INSTALL_SCRIPT} zipgrep ${PREFIX}/bin - cd ${WRKSRC}/unix && \ + cd ${WRKSRC}/man && \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 ${INSTALL} -d -m 555 -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/share/doc/unzip cd ${WRKSRC} && \ diff --git a/archivers/unzip/distinfo b/archivers/unzip/distinfo index 3058efac478e..d7ae421e4115 100644 --- a/archivers/unzip/distinfo +++ b/archivers/unzip/distinfo @@ -1 +1 @@ -MD5 (unzip540.tar.gz) = 062a9a8ad80f0bf8a307063958f1de2a +MD5 (unzip541.tar.gz) = d5fb7ca068da949765abb8c6bc71666e diff --git a/archivers/unzip/pkg-descr b/archivers/unzip/pkg-descr index 061d3002d284..aac285057a3c 100644 --- a/archivers/unzip/pkg-descr +++ b/archivers/unzip/pkg-descr @@ -18,4 +18,4 @@ from the specified file instead of from stdin. Unzipsfx may be used to create self-extracting ZIP archives from previously created ZIP archives. -WWW: http://infozip.cdrom.com/pub/infozip/ +WWW: ftp://ftp.info-zip.org/pub/infozip/Info-ZIP.html