diff options
author | vs <vs@FreeBSD.org> | 2005-05-19 18:30:00 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-05-19 18:30:00 +0800 |
commit | f3319a9c3436279ace5573891db01abcb760d06e (patch) | |
tree | 7434824622345e5e934611d679addd005e87c3a7 /editors | |
parent | 10177a163ec839fa79eed048f89c5fa860fdce63 (diff) | |
download | freebsd-ports-gnome-f3319a9c3436279ace5573891db01abcb760d06e.tar.gz freebsd-ports-gnome-f3319a9c3436279ace5573891db01abcb760d06e.tar.zst freebsd-ports-gnome-f3319a9c3436279ace5573891db01abcb760d06e.zip |
Update to 3.62:
- implemented [[.a.]] and [[=a=]] where the collating symbol can only
include a single character, and that will be the only matched character
independent of the locale.
- output the result of commands a, r, R when a q command is found.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ssed/Makefile | 4 | ||||
-rw-r--r-- | editors/ssed/distinfo | 4 | ||||
-rw-r--r-- | editors/ssed/files/patch-Makefile.in | 10 |
3 files changed, 8 insertions, 10 deletions
diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile index 230e413f77c7..0b5f75642175 100644 --- a/editors/ssed/Makefile +++ b/editors/ssed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sed -PORTVERSION= 3.61a +PORTVERSION= 3.62 CATEGORIES= editors textproc MASTER_SITES= http://sed.sourceforge.net/grabbag/ssed/ PKGNAMEPREFIX= s @@ -14,8 +14,6 @@ PKGNAMEPREFIX= s MAINTAINER= ports@FreeBSD.org COMMENT= Super-sed - a heavily enhanced version of sed -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} - GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --program-prefix=s diff --git a/editors/ssed/distinfo b/editors/ssed/distinfo index 781bd1d3abab..be233a64f2ef 100644 --- a/editors/ssed/distinfo +++ b/editors/ssed/distinfo @@ -1,2 +1,2 @@ -MD5 (sed-3.61a.tar.gz) = e4aa8e4f70bdd90eeaeeba8f9f0773c3 -SIZE (sed-3.61a.tar.gz) = 847385 +MD5 (sed-3.62.tar.gz) = 8f35882af95da4e5ddbf3de1add26f79 +SIZE (sed-3.62.tar.gz) = 855644 diff --git a/editors/ssed/files/patch-Makefile.in b/editors/ssed/files/patch-Makefile.in index a0fa03cd9ec0..9337c8c34990 100644 --- a/editors/ssed/files/patch-Makefile.in +++ b/editors/ssed/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- doc/Makefile.in.orig Tue Apr 23 12:23:13 2002 -+++ doc/Makefile.in Tue May 28 19:37:39 2002 -@@ -335,7 +335,7 @@ +--- doc/Makefile.in.orig ++++ doc/Makefile.in +@@ -518,7 +518,7 @@ info-am: $(INFO_DEPS) --install-data-am: install-info-am install-man -+install-data-am: install-man +-install-data-am: install-docDATA install-info-am install-man ++install-data-am: install-docDATA install-man install-exec-am: |