Skip to content

Commit

Permalink
Upgrade to 5.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey A. Chernov authored and Andrey A. Chernov committed Apr 21, 2000
1 parent 43c4bd6 commit cc2779c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions archivers/unzip/Makefile
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# New ports collection makefile for: unzip
# ftp://ftp.info-zip.org/pub/infozip/Info-ZIP.html
# Date created: 17 October 1994
# Whom: jmz
#
# $FreeBSD$
#

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:
Expand All @@ -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} && \
Expand Down
2 changes: 1 addition & 1 deletion archivers/unzip/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MD5 (unzip540.tar.gz) = 062a9a8ad80f0bf8a307063958f1de2a
MD5 (unzip541.tar.gz) = d5fb7ca068da949765abb8c6bc71666e
2 changes: 1 addition & 1 deletion archivers/unzip/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cc2779c

Please sign in to comment.