From f4d3f755ee886df2d40d18f9faa5c3ccd1238c12 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Tue, 26 Aug 2008 13:49:43 +0000 Subject: [PATCH] - Update to 20080826 Changes - Fix -v flag [1] - Proper EOF checking [2] - Better and probable fully GNU-compatible binary checking - Readd fixed string optimizations from OpenBSD in a cleaner way; now it works with all the features, like --color and -o Reported by: Chuck Swiger [1], Stuart Barkley [2] --- textproc/bsdgrep/Makefile | 6 +----- textproc/bsdgrep/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile index 9580ba40e6b6..8da6f997d1cf 100644 --- a/textproc/bsdgrep/Makefile +++ b/textproc/bsdgrep/Makefile @@ -6,8 +6,7 @@ # PORTNAME= grep -PORTVERSION= 20080725 -PORTREVISION= 1 +PORTVERSION= 20080826 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= gabor @@ -41,9 +40,6 @@ PLIST_SUB+= NLS="@comment " PLIST_SUB+= NLS="" .endif -post-extract: - @cd ${WRKSRC}; ${MAKE} clean - post-install: ${LN} -s ${PREFIX}/bin/grep ${PREFIX}/bin/bsdgrep ${LN} -s /usr/bin/grep ${PREFIX}/bin/gnugrep diff --git a/textproc/bsdgrep/distinfo b/textproc/bsdgrep/distinfo index c520383fa3cd..4a3748d1caf2 100644 --- a/textproc/bsdgrep/distinfo +++ b/textproc/bsdgrep/distinfo @@ -1,3 +1,3 @@ -MD5 (grep-20080725.tar.gz) = 501de6c23357fce8d79474f070b654c6 -SHA256 (grep-20080725.tar.gz) = 3f817591eed4e24f9856b353a3d8fce1140e5a588072ceb129e9b658a1992972 -SIZE (grep-20080725.tar.gz) = 47216 +MD5 (grep-20080826.tar.gz) = 4f5a9c28787e60699be0740d4f753a2e +SHA256 (grep-20080826.tar.gz) = 4089cc30c01e832fa240fdb49d43d94d0c91a4766f1f8515b7278422089d1bd6 +SIZE (grep-20080826.tar.gz) = 20378