diff options
author | cjep <cjep@pkgsrc.org> | 2003-12-30 15:34:52 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-12-30 15:34:52 +0000 |
commit | 5eb0c48a6d69bebe8ebede3a1c5ab3f84912736a (patch) | |
tree | 5a1d0dde80981970f0d178110c807a6dc7614b0d /textproc/bsdgrep-devel/Makefile | |
parent | 8a459c538fc71fde8e146a29657a80d26ebf8ef5 (diff) | |
download | pkgsrc-5eb0c48a6d69bebe8ebede3a1c5ab3f84912736a.tar.gz |
Update of textproc/bsdgrep-devel to 20031230. Changes since previous
version (20030914):
* Fix reading expressions from file.
* Fix explanation of -C in manual page.
* Removal of unused functions and variables.
* Use correct {f,gz}seek parameters.
* Exit with 2 on errors.
* Correctly handle a mmap failure condition.
Diffstat (limited to 'textproc/bsdgrep-devel/Makefile')
-rw-r--r-- | textproc/bsdgrep-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/bsdgrep-devel/Makefile b/textproc/bsdgrep-devel/Makefile index a54957868bb..37850ea5f24 100644 --- a/textproc/bsdgrep-devel/Makefile +++ b/textproc/bsdgrep-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/09/14 15:15:17 cjep Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/30 15:34:52 cjep Exp $ # -DISTNAME= bsdgrep-200309141607 -PKGNAME= bsdgrep-devel-20030914 +DISTNAME= bsdgrep-200312301530 +PKGNAME= bsdgrep-devel-20031230 CATEGORIES= sysutils textproc MASTER_SITES= http://www.fawlty.net/software/ |