summaryrefslogtreecommitdiff
path: root/archivers/gzip/Makefile
diff options
context:
space:
mode:
authoradam <adam>2013-06-11 08:28:30 +0000
committeradam <adam>2013-06-11 08:28:30 +0000
commit38bbaae7569a4724d4e821fb1abcc6cb3273594e (patch)
treea690080414cd2f8b67a7fe3f39864f641cde18e7 /archivers/gzip/Makefile
parenta7e2b39c45ab45e6c8eeb76a7e7ff16305deb9d0 (diff)
downloadpkgsrc-38bbaae7569a4724d4e821fb1abcc6cb3273594e.tar.gz
Changes 1.6:
The "--keep" (-k) option was added to not delete input files, in line with other tools such as xz, lzip, and bzip2. A decompression issue with certain invalid data in the 'pack' format was fixed. An incorrect overwrite when compiled with optimization was fixed. zgrep's handling of multi-digit context options was fixed. zmore now acts more like 'more'.
Diffstat (limited to 'archivers/gzip/Makefile')
-rw-r--r--archivers/gzip/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile
index bc7dd17cf9c..24d7df1e7d9 100644
--- a/archivers/gzip/Makefile
+++ b/archivers/gzip/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.27 2013/06/10 11:56:58 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.28 2013/06/11 08:28:30 adam Exp $
-DISTNAME= gzip-1.5
+DISTNAME= gzip-1.6
SVR4_PKGNAME= gzip
-PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
-EXTRACT_SUFX= .tar.gz
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html
@@ -17,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
CONFLICTS+= gzip-base-[0-9]* gzip-info-[0-9]*
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
MAKE_FLAGS+= manlinks=so
INFO_FILES= yes
CHECK_PERMS= no # can't depend on checkperms; it's distfile is gzipped