View | Details | Raw Unified | Return to bug 47825
Collapse All | Expand All

(-)Makefile (-1 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	sed
8
PORTNAME=	sed
9
PORTVERSION=	4.0.3
9
PORTVERSION=	4.0.5
10
PKGNAMEPREFIX=	g
10
PKGNAMEPREFIX=	g
11
CATEGORIES=	textproc
11
CATEGORIES=	textproc
12
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITES=	${MASTER_SITE_GNU}
Lines 54-58 Link Here
54
.for file in ${SAMP_FILES}
54
.for file in ${SAMP_FILES}
55
	@${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${SAMP_DIR}/${file}
55
	@${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${SAMP_DIR}/${file}
56
.endfor
56
.endfor
57
58
# Maintainer only
59
#
60
test:
61
	@cd ${WRKSRC}/testsuite; ${MAKE} check
57
62
58
.include <bsd.port.mk>
63
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (sed-4.0.3.tar.gz) = 1a45f8208bb7a117e60b6d3c9cd30906
1
MD5 (sed-4.0.5.tar.gz) = ede56d576aa7be4ed44e2d868616d00d
(-)files/patch-aa (-5 / +4 lines)
Lines 1-8 Link Here
1
--- doc/sed.texi.orig	Tue Nov 19 20:54:46 2002
1
--- doc/config.texi.orig	Thu Dec 12 20:05:56 2002
2
+++ doc/sed.texi	Wed Dec 18 00:49:10 2002
2
+++ doc/config.texi	Wed Jan 15 19:12:56 2003
3
@@ -23,7 +23,7 @@
3
@@ -1,6 +1,6 @@
4
 @syncodeindex op fn
4
 @dircategory Text creation and manipulation
5
 
6
 @direntry
5
 @direntry
7
-* sed: (sed).                   Stream EDitor.
6
-* sed: (sed).                   Stream EDitor.
8
+* GNU sed: (sed).               Stream EDitor.
7
+* GNU sed: (sed).               Stream EDitor.

Return to bug 47825