1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Upgrade to 5.3.2

Submitted by: markm
This commit is contained in:
Andrey A. Chernov 1997-11-24 13:09:42 +00:00
parent e814b6b0e8
commit 3bd19ba415
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8798
4 changed files with 9 additions and 10 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (unzip531.tar.gz) = 071a67ce0b9f561c1011a3d307c5acb0
MD5 (unzip532.tar.gz) = 0481e4c1792de60d9fd70fcb16e2eb9b

View File

@ -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.

View File

@ -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