summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-11-24 13:09:42 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-11-24 13:09:42 +0000
commit3bd19ba4150cd93b5beb552575fc27c86253d050 (patch)
tree60369a1ddd401c8e8205ef861a175e3d4c0c6380
parentStrip binaries (diff)
Upgrade to 5.3.2
Submitted by: markm
Notes
Notes: svn path=/head/; revision=8798
Diffstat (limited to '')
-rw-r--r--archivers/unzip/Makefile14
-rw-r--r--archivers/unzip/distinfo2
-rw-r--r--archivers/unzip/pkg-descr1
-rw-r--r--archivers/unzip/pkg-plist2
4 files changed, 9 insertions, 10 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 528224da7e74..e1f7e193de8c 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,19 +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
#
-# $Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp $
+# $Id: Makefile,v 1.15 1997/09/18 22:23:50 ache Exp $
#
-DISTNAME= unzip-5.3.1
+DISTNAME= unzip-5.3.2
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
+WRKSRC= ${WRKDIR}/unzip-5.32
MAKEFILE= unix/Makefile
ALL_TARGET= freebsd
MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f
@@ -27,8 +27,8 @@ do-install:
${INSTALL_SCRIPT} zipgrep ${PREFIX}/bin
cd ${WRKSRC}/unix && \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
- install -d -m 555 -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/share/doc/unzip
+ ${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 COPYING WHERE ${PREFIX}/share/doc/unzip
.include <bsd.port.mk>
diff --git a/archivers/unzip/distinfo b/archivers/unzip/distinfo
index 21ef0de08299..ec7ac31a2b98 100644
--- a/archivers/unzip/distinfo
+++ b/archivers/unzip/distinfo
@@ -1 +1 @@
-MD5 (unzip531.tar.gz) = 071a67ce0b9f561c1011a3d307c5acb0
+MD5 (unzip532.tar.gz) = 0481e4c1792de60d9fd70fcb16e2eb9b
diff --git a/archivers/unzip/pkg-descr b/archivers/unzip/pkg-descr
index 5171951acc85..f40d27a5728b 100644
--- a/archivers/unzip/pkg-descr
+++ b/archivers/unzip/pkg-descr
@@ -20,4 +20,3 @@ existing ZIP archives in order to form self-extracting archives.
Instead of taking its first non-flag argument to be the zipfile(s) to
be extracted, unzipsfx seeks itself under the name by which it was
invoked and tests or extracts the contents of the appended archive.
-
diff --git a/archivers/unzip/pkg-plist b/archivers/unzip/pkg-plist
index 0953fdfe5b7e..1e9d620c1178 100644
--- a/archivers/unzip/pkg-plist
+++ b/archivers/unzip/pkg-plist
@@ -10,4 +10,4 @@ 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