summaryrefslogtreecommitdiff
path: root/textproc/gsed/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2007-03-08 18:53:56 +0000
committerwiz <wiz>2007-03-08 18:53:56 +0000
commit2d91939506ee89137edec14a0a07123c202b3c14 (patch)
tree8ed5ea896ae8b3024e5a8b14e58df0a64792d7ee /textproc/gsed/Makefile
parent28a6b1b41a0a69c04b10bb64ab228cf46e9aae14 (diff)
downloadpkgsrc-2d91939506ee89137edec14a0a07123c202b3c14.tar.gz
Update to 4.1.5:
Sed 4.1.5 * fix parsing of a negative character class not including a closed bracket, like [^]] or [^]a-z]. * fix parsing of [ inside an y command, like y/[/A/. * output the result of commands a, r, R when a q command is found. ---------------------------------------------------------------------------- Sed 4.1.4 * \B correctly means "not on a word boundary" rather than "inside a word" * bugfixes for platform without internationalization * more thorough testing framework for tarballs (`make full-distcheck') ---------------------------------------------------------------------------- Sed 4.1.3 * regex addresses do not use leftmost-longest matching. In other words, /.\+/ only looks for a single character, and does not try to find as many of them as possible like it used to do. * added a note to BUGS and the manual about changed interpretation of `s|abc\|def||', and about localization issues. * fixed --disable-nls build problems on Solaris. * fixed `make check' in non-English locales. * `make check' tests the regex library by default if the included regex is used (regex tests had to be enabled separately up to now). ---------------------------------------------------------------------------- Sed 4.1.2 * fix bug in 'y' command in multi-byte character sets * fix severe bug in parsing of ranges with an embedded open bracket * fix off-by-one error when printing a "bad command" error
Diffstat (limited to 'textproc/gsed/Makefile')
-rw-r--r--textproc/gsed/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index 42235f1de5f..bb6bb8e58d3 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2007/02/22 19:27:13 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2007/03/08 18:53:56 wiz Exp $
#
-DISTNAME= sed-4.1.1
+DISTNAME= sed-4.1.5
PKGNAME= g${DISTNAME}
-PKGREVISION= 2
CATEGORIES= textproc editors
MASTER_SITES= ${MASTER_SITE_GNU:=sed/}
@@ -15,14 +14,12 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
-CONFIG_STATUS_OVERRIDE= # empty
+INFO_FILES= YES
+TEST_TARGET= check
# at least Solaris-2.9 has issues with grep/egrep
USE_TOOLS+= grep makeinfo
-INFO_FILES= # PLIST
-
-TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
.if defined(GNU_PROGRAM_PREFIX)