summaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-04-21 14:28:08 +0000
committerache <ache@FreeBSD.org>2000-04-21 14:28:08 +0000
commit7153ad645bb19d05a5ea9c0a35aa948a28ea3ae4 (patch)
treee3b5f0e12e1f9ddd35fed24ca419b5cd54b2e3c5 /archivers
parent5398656cd83495f5281e6542c3e48c41d790da2a (diff)
downloadFreeBSD-ports-7153ad645bb19d05a5ea9c0a35aa948a28ea3ae4.zip
FreeBSD-ports-7153ad645bb19d05a5ea9c0a35aa948a28ea3ae4.tar.gz
Upgrade to 5.41
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzip/Makefile15
-rw-r--r--archivers/unzip/distinfo2
-rw-r--r--archivers/unzip/pkg-descr2
3 files changed, 10 insertions, 9 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 533cd93..cdd9b26 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 3058efa..d7ae421 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 061d300..aac2850 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
OpenPOWER on IntegriCloud