diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2006-07-07 01:25:00 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2006-07-07 01:25:00 +0000 |
commit | 4ad87006d23ceeee3af77aeeba5323692c6bc1da (patch) | |
tree | 247d7523a7654ce84c76f1e7c780e995818cf763 /archivers/zip | |
parent | - Transfer maintainer to multimedia@ (diff) |
Upgrade to 2.32
Notes
Notes:
svn path=/head/; revision=167105
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 5 | ||||
-rw-r--r-- | archivers/zip/distinfo | 6 | ||||
-rw-r--r-- | archivers/zip/files/patch-ab | 17 |
3 files changed, 14 insertions, 14 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index d7e405f72a21..87153f7431dc 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: zip -# ftp://ftp.info-zip.org/pub/infozip/Info-ZIP.html # Date created: 22 Dec 1994 # Whom: ache # @@ -7,11 +6,11 @@ # PORTNAME= zip -PORTVERSION= 2.31 +PORTVERSION= 2.32 CATEGORIES= archivers MASTER_SITES= http://ftp.info-zip.org/pub/infozip/src/ \ ${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,} -DISTFILES= zip231${EXTRACT_SUFX} +DISTFILES= zip232${EXTRACT_SUFX} MAINTAINER= ache@FreeBSD.org COMMENT= Create/update ZIP files compatible with pkzip diff --git a/archivers/zip/distinfo b/archivers/zip/distinfo index 0ebf70ef0a5c..f046863168a2 100644 --- a/archivers/zip/distinfo +++ b/archivers/zip/distinfo @@ -1,3 +1,3 @@ -MD5 (zip231.tar.gz) = 6bfc076664416251d7624ab3538d1cb9 -SHA256 (zip231.tar.gz) = 2d21c0ed60346bcaa47ff0c3369219602dca1733b83ec503e9e8108dc119f719 -SIZE (zip231.tar.gz) = 781641 +MD5 (zip232.tar.gz) = 8a4da4460386e324debe97f3b7fe4d96 +SHA256 (zip232.tar.gz) = d0d3743f732a9baa162f80d0c4567b9c545b41a3385825042113810f2a56eb2f +SIZE (zip232.tar.gz) = 807180 diff --git a/archivers/zip/files/patch-ab b/archivers/zip/files/patch-ab index 86dcfcda1f1e..c5c89caf6fce 100644 --- a/archivers/zip/files/patch-ab +++ b/archivers/zip/files/patch-ab @@ -1,19 +1,20 @@ ---- unix/Makefile.orig Mon Nov 29 14:22:42 1999 -+++ unix/Makefile Tue Feb 15 21:41:55 2000 -@@ -17,7 +17,7 @@ +--- unix/Makefile.orig Sun Apr 23 03:52:18 2006 ++++ unix/Makefile Fri Jul 7 05:15:13 2006 +@@ -17,7 +17,6 @@ LN = ln -s # (to use the Gnu compiler, change cc to gcc in CC) -CC = cc -+CC ?= cc BIND = $(CC) AS = $(CC) -c - E = -@@ -45,7 +45,7 @@ + CPP = /lib/cpp +@@ -46,8 +45,7 @@ # CFLAGS flags for C compile # LFLAGS1 flags after output file spec, before obj file list # LFLAGS2 flags after obj file list (libraries, etc) --CFLAGS = -O2 -I. -DUNIX $(LOCAL_ZIP) -+CFLAGS += -I. -DUNIX $(LOCAL_ZIP) +-CFLAGS_NOOPT = -I. -DUNIX $(LOCAL_ZIP) +-CFLAGS = -O2 $(CFLAGS_NOOPT) ++CFLAGS_NOOPT = $(CFLAGS) -I. -DUNIX $(LOCAL_ZIP) LFLAGS1 = LFLAGS2 = -s + |