diff options
author | cjep <cjep@pkgsrc.org> | 2003-08-31 10:21:47 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-08-31 10:21:47 +0000 |
commit | e4443c63582b6de37455b516aba1e9486d7cd0f1 (patch) | |
tree | f8df48622fb6b06d1ad12d0bdf7223f07addb2d6 /textproc/bsdgrep-devel | |
parent | e4ba59523f06985092002d5228155339738c7f44 (diff) | |
download | pkgsrc-e4443c63582b6de37455b516aba1e9486d7cd0f1.tar.gz |
Update to 20030831.
* Fix output with -A, -B, -C and -z options -- make sure that -- is
printed between files.
Diffstat (limited to 'textproc/bsdgrep-devel')
-rw-r--r-- | textproc/bsdgrep-devel/Makefile | 10 | ||||
-rw-r--r-- | textproc/bsdgrep-devel/distinfo | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/textproc/bsdgrep-devel/Makefile b/textproc/bsdgrep-devel/Makefile index 6701b2d5f4b..bb255aaf81e 100644 --- a/textproc/bsdgrep-devel/Makefile +++ b/textproc/bsdgrep-devel/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/08/31 09:37:51 cjep Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/31 10:21:47 cjep Exp $ # -DISTNAME= bgrep-20030825 -PKGNAME= bsdgrep-devel-20030825 -WRKSRC= ${WRKDIR}/nbgrep-20030825 +DISTNAME= bsdgrep-200308311112 +PKGNAME= bsdgrep-devel-20030831 CATEGORIES= sysutils textproc MASTER_SITES= http://www.fawlty.net/software/ @@ -11,9 +10,6 @@ MAINTAINER= cjep@netbsd.org HOMEPAGE= # none COMMENT= BSD version of grep as in NetBSD othersrc -CONFLICTS+= bsdgrep-* -#ONLY_FOR_PLATFORM= NetBSD-1.6*-* - post-patch: @${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1 diff --git a/textproc/bsdgrep-devel/distinfo b/textproc/bsdgrep-devel/distinfo index ff89cd5669c..ebb8cc56fa4 100644 --- a/textproc/bsdgrep-devel/distinfo +++ b/textproc/bsdgrep-devel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/08/31 09:37:51 cjep Exp $ +$NetBSD: distinfo,v 1.2 2003/08/31 10:21:47 cjep Exp $ -SHA1 (bgrep-20030825.tar.gz) = 847f81eb1530fb7372c91607270f5b77de661518 -Size (bgrep-20030825.tar.gz) = 12921 bytes +SHA1 (bsdgrep-200308311112.tar.gz) = 93f07ec3f006c8e8ae5d23e86486e179fe419d6e +Size (bsdgrep-200308311112.tar.gz) = 12993 bytes SHA1 (patch-aa) = c147bb05387e01b6f7e0ec8a918b09e77da2103c SHA1 (patch-ab) = c7fa54dedb0925d342549cbc56197bf2d8e4e47b SHA1 (patch-ac) = e5b3d3a2bc069f123a7f568f72ded291f3ac49ea |