Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2003 23:23:15 +0100 (CET)
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        KATO Tsuguru <tkato@prontomail.com>
Subject:   ports/47825: Maintainer update: textproc/gsed (4.0.5)
Message-ID:  <200302022223.h12MNFIv059773@mail.gits.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         47825
>Category:       ports
>Synopsis:       Maintainer update: textproc/gsed (4.0.5)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 02 14:30:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.7-STABLE FreeBSD 4.7-STABLE #32: Thu Jan 23 00:09:17 CET 2003 root@gits:/disk2/freebsd/stable/src/sys/compile/CUSTOM i386
>Description:
	gsed update from 4.0.3 to 4.0.5.
	thanks to KATO Tsuguru (sorry for the late answer)

	Makefile
		PORTVERSION bumped
		test target added
	distinfo
		updated
	files/patch-aa
		updated
>How-To-Repeat:
	cd /usr/ports/textproc/gsed
	make
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/gsed/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	3 Jan 2003 06:29:27 -0000	1.10
+++ Makefile	2 Feb 2003 22:20:47 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sed
-PORTVERSION=	4.0.3
+PORTVERSION=	4.0.5
 PKGNAMEPREFIX=	g
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GNU}
@@ -54,5 +54,10 @@
 .for file in ${SAMP_FILES}
 	@${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${SAMP_DIR}/${file}
 .endfor
+
+# Maintainer only
+#
+test:
+	@cd ${WRKSRC}/testsuite; ${MAKE} check
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/gsed/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	3 Jan 2003 06:29:27 -0000	1.2
+++ distinfo	22 Jan 2003 17:56:39 -0000
@@ -1 +1 @@
-MD5 (sed-4.0.3.tar.gz) = 1a45f8208bb7a117e60b6d3c9cd30906
+MD5 (sed-4.0.5.tar.gz) = ede56d576aa7be4ed44e2d868616d00d
Index: files/patch-aa
===================================================================
RCS file: /home/ncvs/ports/textproc/gsed/files/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- files/patch-aa	3 Jan 2003 06:29:27 -0000	1.2
+++ files/patch-aa	22 Jan 2003 17:57:11 -0000
@@ -1,8 +1,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
- 
+--- doc/config.texi.orig	Thu Dec 12 20:05:56 2002
++++ doc/config.texi	Wed Jan 15 19:12:56 2003
+@@ -1,6 +1,6 @@
+ @dircategory Text creation and manipulation
  @direntry
 -* sed: (sed).                   Stream EDitor.
 +* GNU sed: (sed).               Stream EDitor.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302022223.h12MNFIv059773>