summaryrefslogtreecommitdiff
path: root/textproc/gsed/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2004-01-21 22:53:22 +0000
committerwiz <wiz>2004-01-21 22:53:22 +0000
commitb0e0c8fba4a735049b7fbba1201fcc69631c17fd (patch)
tree916157966ec436f4f2a44e5a068822b88feeb0a9 /textproc/gsed/Makefile
parent79fa45361ab0e9f55f90df5730463ea5381b9e15 (diff)
downloadpkgsrc-b0e0c8fba4a735049b7fbba1201fcc69631c17fd.tar.gz
Update to 4.09:
* 0 address behaves correctly in single-file (-i and -s) mode. * documentation improvements. * tested with many hosts and compilers. * updated regex matcher from upstream, with many bugfixes and speedups. * the `N' command's feature that is detailed in the BUGS file was disabled by the first change below in sed 4.0.8. The behavior has now been restored, and is only enabled if POSIXLY_CORRECT behavior is not requested.
Diffstat (limited to 'textproc/gsed/Makefile')
-rw-r--r--textproc/gsed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index 115423ebf16..9728bf8d08c 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2003/12/13 16:36:21 seb Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/21 22:53:22 wiz Exp $
#
-DISTNAME= sed-4.0.8
+DISTNAME= sed-4.0.9
PKGNAME= g${DISTNAME}
CATEGORIES= textproc editors
MASTER_SITES= ${MASTER_SITE_GNU:=sed/}