mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Upgrade to 5.42
This commit is contained in:
parent
7b845747c7
commit
93277a0513
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38071
@ -6,16 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= unzip
|
||||
PORTVERSION= 5.41
|
||||
PORTVERSION= 5.42
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ftp://ftp.freesoftware.com/pub/infozip/src/
|
||||
DISTNAME= ${PORTNAME}541
|
||||
DISTNAME= ${PORTNAME}542
|
||||
|
||||
MAINTAINER= ache@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
MAKEFILE= unix/Makefile
|
||||
MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_SMITH_CODE -DUSE_UNSHRINK" -f
|
||||
MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f
|
||||
MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -37,7 +37,7 @@ do-install:
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/unzip
|
||||
.for file in README COPYING WHERE
|
||||
.for file in README WHERE
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/unzip
|
||||
.endfor
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (unzip541.tar.gz) = d5fb7ca068da949765abb8c6bc71666e
|
||||
MD5 (unzip542.tar.gz) = 4fc23bb7f3fb00ef6af35c5e77ede016
|
||||
|
@ -5,6 +5,5 @@ bin/funzip
|
||||
bin/unzipsfx
|
||||
bin/zipgrep
|
||||
share/doc/unzip/README
|
||||
share/doc/unzip/COPYING
|
||||
share/doc/unzip/WHERE
|
||||
@dirrm share/doc/unzip
|
||||
|
Loading…
Reference in New Issue
Block a user