aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2003-01-03 14:29:27 +0800
committerpetef <petef@FreeBSD.org>2003-01-03 14:29:27 +0800
commitb82acbaacba24a7d01372857f3ebfdcffea17da9 (patch)
tree4f27102fdbe17d553fea0410b8dafd053975e8cf /textproc
parent922b0283ebcbd0493d44b834f0d0e19069673166 (diff)
downloadfreebsd-ports-gnome-b82acbaacba24a7d01372857f3ebfdcffea17da9.tar.gz
freebsd-ports-gnome-b82acbaacba24a7d01372857f3ebfdcffea17da9.tar.zst
freebsd-ports-gnome-b82acbaacba24a7d01372857f3ebfdcffea17da9.zip
Update to 4.0.3.
PR: 46337 Submitted by: maintainer
Diffstat (limited to 'textproc')
-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.