diff options
author | ache <ache@FreeBSD.org> | 1997-11-26 04:46:12 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-11-26 04:46:12 +0800 |
commit | 6a1c38cb516a9f7a8d8ebdde144e4c0d8ae6508d (patch) | |
tree | 20f2260d8a1fee754850a0f190991ae41b5e5ca3 /archivers/zip | |
parent | 381e605268d808e319d6c4003eb1f934ec336ab2 (diff) | |
download | freebsd-ports-gnome-6a1c38cb516a9f7a8d8ebdde144e4c0d8ae6508d.tar.gz freebsd-ports-gnome-6a1c38cb516a9f7a8d8ebdde144e4c0d8ae6508d.tar.zst freebsd-ports-gnome-6a1c38cb516a9f7a8d8ebdde144e4c0d8ae6508d.zip |
Upgrade to 2.2
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 15 | ||||
-rw-r--r-- | archivers/zip/distinfo | 2 |
2 files changed, 6 insertions, 11 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 9378c00fd0f8..0df93cdec2d8 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,26 +1,21 @@ # New ports collection makefile for: zip (without encryption) # http://infozip.cdrom.com/pub/infozip/ # -# Version required: 2.1 +# Version required: 2.2 # Date created: 22 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.9 1997/01/06 21:36:16 ache Exp $ +# $Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp $ # -DISTNAME= zip21 -PKGNAME= zip-2.1 +DISTNAME= zip22 +PKGNAME= zip-2.2 CATEGORIES= archivers MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ -EXTRACT_SUFX= .zip MAINTAINER= ache@FreeBSD.ORG -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - -EXTRACT_CMD= unzip -EXTRACT_ARGS= -oq -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/zip-2.2 MAKEFILE= unix/Makefile MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" -f ALL_TARGET= generic diff --git a/archivers/zip/distinfo b/archivers/zip/distinfo index 586611070273..0e772b017082 100644 --- a/archivers/zip/distinfo +++ b/archivers/zip/distinfo @@ -1 +1 @@ -MD5 (zip21.zip) = 5e175cbb2f897eb31d5efc23de414dc6 +MD5 (zip22.tar.gz) = abfa0cfa13a4813aea02b0414a99ad37 |