From e4fd44960079b506fb8789e2a980437cbf129485 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 13 Feb 2003 07:33:34 +0000 Subject: Update to 2.5.1: bugfix release. --- textproc/grep/Makefile | 4 ++-- textproc/grep/distinfo | 7 +++---- textproc/grep/patches/patch-aa | 18 ------------------ 3 files changed, 5 insertions(+), 24 deletions(-) delete mode 100644 textproc/grep/patches/patch-aa (limited to 'textproc/grep') diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile index 68bb1470321..8d5a62f153f 100644 --- a/textproc/grep/Makefile +++ b/textproc/grep/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/01/09 17:23:10 cjep Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/13 07:33:34 wiz Exp $ # -DISTNAME= grep-2.5 +DISTNAME= grep-2.5.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=grep/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/grep/distinfo b/textproc/grep/distinfo index 47e5f0d47aa..ff1162b2a07 100644 --- a/textproc/grep/distinfo +++ b/textproc/grep/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.3 2002/12/25 19:54:58 wiz Exp $ +$NetBSD: distinfo,v 1.4 2003/02/13 07:33:34 wiz Exp $ -SHA1 (grep-2.5.tar.bz2) = 16ac8c30d038e704fe30fd5b903048b2cb130a26 -Size (grep-2.5.tar.bz2) = 558380 bytes -SHA1 (patch-aa) = 18f1398881d686840f257048eda431f9ded866be +SHA1 (grep-2.5.1.tar.bz2) = 551db1f0014e44d428e1c3482ac9418ff5d15950 +Size (grep-2.5.1.tar.bz2) = 559232 bytes SHA1 (patch-ab) = 353f079d4b6c6853a16eb00c79462e32e8e1cf19 SHA1 (patch-ac) = f0e672a0f29bc9a41e9918114e527f0ce1947f51 diff --git a/textproc/grep/patches/patch-aa b/textproc/grep/patches/patch-aa deleted file mode 100644 index a22545d1798..00000000000 --- a/textproc/grep/patches/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/10/14 16:43:14 bouyer Exp $ - ---- src/Makefile.in.orig Mon Oct 14 13:09:01 2002 -+++ src/Makefile.in Mon Oct 14 13:14:03 2002 -@@ -354,8 +354,11 @@ - - - install-exec-local: -- @SYMLINK@ @SYMLINKFROM@ $(bindir)/egrep -- @SYMLINK@ @SYMLINKFROM@ $(bindir)/fgrep -+ s=`echo @SYMLINKFROM@|sed '$(transform);s/$$/$(EXEEXT)/'`; \ -+ et=`echo egrep|sed '$(transform);s/$$/$(EXEEXT)/'`; \ -+ ft=`echo fgrep|sed '$(transform);s/$$/$(EXEEXT)/'`; \ -+ @SYMLINK@ $$s $(bindir)/$$et ; \ -+ @SYMLINK@ $$s $(bindir)/$$ft - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: -- cgit v1.2.3