summaryrefslogtreecommitdiff
path: root/archivers/unzip/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-06-01 04:31:40 +0000
committerminskim <minskim@pkgsrc.org>2004-06-01 04:31:40 +0000
commita5cf67a34e7209339e1536511eaa603d2889a871 (patch)
treef802f9b690a97f284d80b5380d860974475d6dc9 /archivers/unzip/Makefile
parenta0a07a719f67b16559bde43b40235a3e295fbe56 (diff)
downloadpkgsrc-a5cf67a34e7209339e1536511eaa603d2889a871.tar.gz
Update unzip to 5.51, based on patch provided by Bruce J.A. Nourish in
PR pkg/25768. New features: 5.51a (09 Mar 02): - no new features 5.51b (11 Jan 03): - TANDEM: new -r option to suppress extension merging [Dave Smith] - WinCE, new port in addition to pUnZip (GUI): command line tool usable for "batch" processes (not quite finished, needs "makefile" cleanup, tests, and refinements) [Simon Roberts, SPC] - SET_DIR_ATTRIB feature code revised and reorganized to allow seamless adaption to different OS environments; added support for restoring directory timestamps to the WIN32 port [Kai-Uwe-Rommel, SPC] 5.51c (13 May 03): - WinCE command line tool integration is (almost) finished: project file is cleaned up and works with VC-embedded 3.0; port needs testing... [SPC] 5.51d (27 Feb 04): - Cygwin is recognized as a target in the Unix port [Charles Wilson, Cosmin Truta, SPC] - remove support for quoting characters from all ports; this feature was a security hole [SPC] 5.51e (01 Mar 04): - Win32 port (list.c, unzpriv.h, win32.c, w32cfg.h): the date in (non-ZipInfo) listings is displayed using the separator given by the system's locale, when available [Cosmin Truta] See History.551 in distfile for complete bug fix history.
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r--archivers/unzip/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 714c58e4755..819c0e21a53 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,17 +1,9 @@
-# $NetBSD: Makefile,v 1.48 2004/04/22 04:02:24 tv Exp $
+# $NetBSD: Makefile,v 1.49 2004/06/01 04:31:42 minskim Exp $
-DISTNAME= unzip550
-PKGNAME= unzip-5.50
-PKGREVISION= 2
+DISTNAME= unzip551
+PKGNAME= unzip-5.51
CATEGORIES= archivers
-MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \
- ftp://ftp.icce.rug.nl/infozip/src/ \
- ftp://uiarchive.cso.uiuc.edu/pub/packages/zip/src/ \
- ftp://ftp.fu-berlin.de/unix/tools/archivers/unzip/
-
-PATCH_SITES= http://security.debian.org/pool/updates/main/u/unzip/
-PATCHFILES= unzip_5.50-1woody2.diff.gz
-PATCH_DIST_STRIP= -p1
+MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.info-zip.org/pub/infozip/UnZip.html