Sun Sep 7 08:02:27 2008 UTC ()
Fix zgrep -h. PR 37528 from Rob Quinn.
PKGREVISION++


(dholland)
diff -r1.21 -r1.22 pkgsrc/archivers/gzip/Makefile
diff -r1.2 -r1.3 pkgsrc/archivers/gzip/distinfo
diff -r0 -r1.1 pkgsrc/archivers/gzip/patches/patch-af

cvs diff -r1.21 -r1.22 pkgsrc/archivers/gzip/Makefile (expand / switch to context diff)
--- pkgsrc/archivers/gzip/Makefile 2007/12/21 23:57:41 1.21
+++ pkgsrc/archivers/gzip/Makefile 2008/09/07 08:02:27 1.22
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2007/12/21 23:57:41 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2008/09/07 08:02:27 dholland Exp $
 #
 
 DISTNAME=	gzip-1.3.12
-PKGREVISION=	1
+PKGREVISION=	2
 SVR4_PKGNAME=	gzip
 CATEGORIES=	archivers
 MASTER_SITES=	${MASTER_SITE_GNU:=gzip/}

cvs diff -r1.2 -r1.3 pkgsrc/archivers/gzip/distinfo (expand / switch to context diff)
--- pkgsrc/archivers/gzip/distinfo 2007/12/22 20:05:44 1.2
+++ pkgsrc/archivers/gzip/distinfo 2008/09/07 08:02:27 1.3
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2007/12/22 20:05:44 minskim Exp $
+$NetBSD: distinfo,v 1.3 2008/09/07 08:02:27 dholland Exp $
 
 SHA1 (gzip-1.3.12.tar) = 330eb5f1b3dfab13a491352cb00b6573e5b55a5f
 RMD160 (gzip-1.3.12.tar) = 6845dfba2a275f4de488c3fb97e64405838a5005
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = 8ef4b7105ca9b201079f5cf8799642e12184fda4
 SHA1 (patch-ad) = 082ced7d4a89a49b750525cc71bbf9a9abfc5b9e
 SHA1 (patch-ae) = a1d245c5cf055e9bd35fb7e810d5183a71cbfc74
+SHA1 (patch-af) = 28639dbe11ed8ce81bd1c29248b53af6cea55b88

File Added: pkgsrc/archivers/gzip/patches/Attic/patch-af
$NetBSD: patch-af,v 1.1 2008/09/07 08:02:27 dholland Exp $

--- zgrep.in~	2007-02-05 15:54:26.000000000 -0500
+++ zgrep.in	2008-09-07 03:58:59.000000000 -0400
@@ -105,7 +105,7 @@ while test $# -ne 0; do
     files_with_matches=1;;
   (-L | --files-witho*)
     files_without_matches=1;;
-  (--no-f*)
+  (-h | --no-f*)
     no_filename=1;;
   (-V | --v | --ve | --ver | --vers | --versi | --versio | --version)
     echo "$version" || exit 2