diff options
author | adam <adam@pkgsrc.org> | 2013-06-11 08:28:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-06-11 08:28:30 +0000 |
commit | 24ea3e52a46efe8f1c2f1a502f289ca5fc3d0598 (patch) | |
tree | a690080414cd2f8b67a7fe3f39864f641cde18e7 /archivers/gzip/Makefile | |
parent | dc8cd32fe0ebd46830e46d7543fa1d93b6edc6cc (diff) | |
download | pkgsrc-24ea3e52a46efe8f1c2f1a502f289ca5fc3d0598.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/Makefile | 10 |
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 |