aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-05-04 20:30:48 +0800
committerache <ache@FreeBSD.org>1996-05-04 20:30:48 +0800
commitea250bf4600bb70e81b165ba424320b1c496abbb (patch)
tree887e986ccc1686ad67ed9e3d43da845ed42cbf5c /archivers
parent7fe27c94106f973ba1fa841f2fd6745c5a8c6f57 (diff)
downloadfreebsd-ports-gnome-ea250bf4600bb70e81b165ba424320b1c496abbb.tar.gz
freebsd-ports-gnome-ea250bf4600bb70e81b165ba424320b1c496abbb.tar.zst
freebsd-ports-gnome-ea250bf4600bb70e81b165ba424320b1c496abbb.zip
Upgrade to 5.2 (official release)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzip/Makefile18
-rw-r--r--archivers/unzip/distinfo2
-rw-r--r--archivers/unzip/pkg-comment2
-rw-r--r--archivers/unzip/pkg-plist5
4 files changed, 12 insertions, 15 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 5bb715a4b011..a169baed359f 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,24 +1,22 @@
# New ports collection makefile for: unzip
-# Version required: 5.12
+# Version required: 5.2
# Date created: 17 October 1994
# Whom: jmz
#
-# $Id$
+# $Id: Makefile,v 1.4 1995/04/15 04:45:17 asami Exp $
#
-DISTNAME= unzip-5.12
+DISTNAME= unzip-5.2
CATEGORIES+= archivers
-MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
-DISTFILES= unzip512.tar.Z
+MASTER_SITES= ftp://quest.jpl.nasa.gov/pub/
+DISTFILES= unzip52.tar.Z
+
+MAINTAINER= ache@FreeBSD.ORG
MAKEFILE= unix/Makefile
ALL_TARGET= bsd
-MAKE_FLAGS= LOCAL_UNZIP="-O2 -DCHECK_EOF" \
+MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS}" \
INSTALL="install -c -o bin -g bin" \
prefix=${PREFIX} -f
-pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/man/man1
-
.include <bsd.port.mk>
diff --git a/archivers/unzip/distinfo b/archivers/unzip/distinfo
index ee0a13a803b2..da61b58ce69d 100644
--- a/archivers/unzip/distinfo
+++ b/archivers/unzip/distinfo
@@ -1 +1 @@
-MD5 (unzip512.tar.Z) = 7ea65f80ff558dcb82600fb38fbaac0f
+MD5 (unzip52.tar.Z) = dd3d483bd06d8cb05fe5d74229bcbf57
diff --git a/archivers/unzip/pkg-comment b/archivers/unzip/pkg-comment
index b369173543fc..b77c72fae3ff 100644
--- a/archivers/unzip/pkg-comment
+++ b/archivers/unzip/pkg-comment
@@ -1 +1 @@
-unzip - list, test and extract compressed files in a ZIP archive. Version 5.12
+unzip - list, test and extract compressed files in a ZIP arcchive (without encryption)
diff --git a/archivers/unzip/pkg-plist b/archivers/unzip/pkg-plist
index 493f99e39d23..d66f6e8a536c 100644
--- a/archivers/unzip/pkg-plist
+++ b/archivers/unzip/pkg-plist
@@ -1,10 +1,9 @@
-@cd /usr/local
@owner bin
@mode 755
-bin/funzip
bin/unzip
+@exec ln -f %D/%F %B/zipinfo
+bin/funzip
bin/unzipsfx
-bin/zipinfo
@mode 644
man/man1/funzip.1
man/man1/unzip.1