aboutsummaryrefslogtreecommitdiff
path: root/textproc/gsed
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-01-03 06:29:27 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-01-03 06:29:27 +0000
commit153627559c144ff0f11d36abd91816fa95f27c29 (patch)
treedaec2a57f8cb203e4acd0532a1bb2baf4cca11ef /textproc/gsed
parent185e925f205554714fa87f351e9a575a0f473a24 (diff)
downloadports-153627559c144ff0f11d36abd91816fa95f27c29.tar.gz
ports-153627559c144ff0f11d36abd91816fa95f27c29.zip
Update to 4.0.3.
PR: 46337 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=72345
Diffstat (limited to 'textproc/gsed')
-rw-r--r--textproc/gsed/Makefile7
-rw-r--r--textproc/gsed/distinfo2
-rw-r--r--textproc/gsed/files/patch-aa12
3 files changed, 12 insertions, 9 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index ca083b665b64..e02cc8528bc0 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sed
-PORTVERSION= 3.02
+PORTVERSION= 4.0.3
PKGNAMEPREFIX= g
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
@@ -19,6 +19,9 @@ MAINTAINER= cyrille.lefevre@laposte.net
USE_REINPLACE= yes
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
+CONFIGURE_ARGS= --disable-nls
USE_GMAKE= yes
MAN1= gsed.1
@@ -49,7 +52,7 @@ post-install: install-sample-files
install-sample-files:
@${MKDIR} ${SAMP_DIR}
.for file in ${SAMP_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${SAMP_DIR}/${file}
+ @${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${SAMP_DIR}/${file}
.endfor
.include <bsd.port.mk>
diff --git a/textproc/gsed/distinfo b/textproc/gsed/distinfo
index ef2707d67850..a38c8241c869 100644
--- a/textproc/gsed/distinfo
+++ b/textproc/gsed/distinfo
@@ -1 +1 @@
-MD5 (sed-3.02.tar.gz) = 74db866f052b47fa8ec1c2b8f967bc69
+MD5 (sed-4.0.3.tar.gz) = 1a45f8208bb7a117e60b6d3c9cd30906
diff --git a/textproc/gsed/files/patch-aa b/textproc/gsed/files/patch-aa
index 63373e5050c0..a0efbb9ccdd3 100644
--- a/textproc/gsed/files/patch-aa
+++ b/textproc/gsed/files/patch-aa
@@ -1,11 +1,11 @@
---- doc/sed.texi.orig Mon Jun 29 08:01:51 1998
-+++ doc/sed.texi Thu Dec 28 02:05:37 2000
-@@ -25,7 +25,7 @@
+--- doc/sed.texi.orig Tue Nov 19 20:54:46 2002
++++ doc/sed.texi Wed Dec 18 00:49:10 2002
+@@ -23,7 +23,7 @@
+ @syncodeindex op fn
- @ifinfo
@direntry
-* sed: (sed). Stream EDitor.
-+* GNU sed: (sed). Stream EDitor.
++* GNU sed: (sed). Stream EDitor.
+
@end direntry
- This file documents @sc{sed}, a stream editor.