pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/gzip Fix zgrep -h. PR 37528 from Rob Quinn.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a311dcf35da0
branches:  trunk
changeset: 546729:a311dcf35da0
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Sep 07 08:02:27 2008 +0000

description:
Fix zgrep -h. PR 37528 from Rob Quinn.
PKGREVISION++

diffstat:

 archivers/gzip/Makefile         |   4 ++--
 archivers/gzip/distinfo         |   3 ++-
 archivers/gzip/patches/patch-af |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 4112c291c3b1 -r a311dcf35da0 archivers/gzip/Makefile
--- a/archivers/gzip/Makefile   Sun Sep 07 07:31:35 2008 +0000
+++ b/archivers/gzip/Makefile   Sun Sep 07 08:02:27 2008 +0000
@@ -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/}
diff -r 4112c291c3b1 -r a311dcf35da0 archivers/gzip/distinfo
--- a/archivers/gzip/distinfo   Sun Sep 07 07:31:35 2008 +0000
+++ b/archivers/gzip/distinfo   Sun Sep 07 08:02:27 2008 +0000
@@ -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
diff -r 4112c291c3b1 -r a311dcf35da0 archivers/gzip/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/gzip/patches/patch-af   Sun Sep 07 08:02:27 2008 +0000
@@ -0,0 +1,13 @@
+$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



Home | Main Index | Thread Index | Old Index