From cyrille.lefevre@laposte.net  Tue Jan 27 06:42:36 2004
Return-Path: <cyrille.lefevre@laposte.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A330916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jan 2004 06:42:36 -0800 (PST)
Received: from ioskeha.hittite.isp.9tel.net (ioskeha.hittite.isp.9tel.net [62.62.156.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0F043D41
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jan 2004 06:41:43 -0800 (PST)
	(envelope-from cyrille.lefevre@laposte.net)
Received: from mail.gits.dyndns.org (unknown [81.185.63.95])
	by ioskeha.hittite.isp.9tel.net (Postfix) with ESMTP id B72C317BBD3
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jan 2004 15:41:33 +0100 (CET)
Received: from gits.gits.fr.invalid (bjlkzr8rdydl0oji@localhost [127.0.0.1])
	by mail.gits.dyndns.org (8.12.10/8.12.10) with ESMTP id i0REfSeV055778
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jan 2004 15:41:28 +0100 (CET)
	(envelope-from cyrille.lefevre@laposte.net)
Received: by gits.gits.fr.invalid (tmda-sendmail, from uid 0);
	Tue, 27 Jan 2004 15:41:27 +0100 (CET)
Message-Id: <20040127144121.GA80654@gits.dyndns.org>
Date: Tue, 27 Jan 2004 15:41:22 +0100
From: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Reply-To: Cyrille Lefevre <cyrille.lefevre@laposte.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Robin Breathe <robin@isometry.net>
Subject: Maintainer update: textproc/gsed (4.0.9)
X-Send-Pr-Version: 3.113

>Number:         61988
>Category:       ports
>Synopsis:       Maintainer update: textproc/gsed (4.0.9)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 27 06:50:14 PST 2004
>Closed-Date:    Tue Jan 27 10:50:48 PST 2004
>Last-Modified:  Tue Jan 27 10:50:48 PST 2004
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 5.2-BETA i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 5.2-BETA FreeBSD 5.2-BETA #0: Fri Dec 5 17:03:48 CET 2003 root@gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM i386
>Description:
	Makefile
		PORTVERSION bumped
		DATADIR added for future use \
		(just to be sure that PKGBASE will be used in place of PORTNAME)
		binary*.sed added to SAMP_FILES
		SAMP_DIR replaced by EXAMPLESDIR
	distinfo
		updated
	pkg-plist
		share/doc/gsed replaced by %%DOCSDIR%%
		share/examples/gsed replaced by %%EXAMPLESDIR%%
>How-To-Repeat:
	n/a
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/gsed/Makefile,v
retrieving revision 1.15
diff -u -I$Id.*$ -I$.+BSD.*$ -r1.15 Makefile
--- Makefile	12 Dec 2003 12:21:56 -0000	1.15
+++ Makefile	27 Jan 2004 14:33:58 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sed
-PORTVERSION=	4.0.7
+PORTVERSION=	4.0.9
 PKGNAMEPREFIX=	g
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GNU}
@@ -31,9 +31,10 @@
 #
 
 PATCH_SUBDIRS=	. doc lib sed
+DATADIR=	${PREFIX}/share/${PKGBASE}
 
-SAMP_FILES=	dc.sed
-SAMP_DIR=	${PREFIX}/share/examples/${PKGBASE}
+SAMP_FILES=	binary*.sed dc.sed
+EXAMPLESDIR=	${PREFIX}/share/examples/${PKGBASE}
 
 DOC_FILES=	AUTHORS BUGS COPYING COPYING.DOC NEWS README THANKS
 DOCSDIR=	${PREFIX}/share/doc/${PKGBASE}
@@ -54,9 +55,9 @@
 post-install: install-sample-files install-doc-files
 
 install-sample-files:
-	@${MKDIR} ${SAMP_DIR}
+	@${MKDIR} ${EXAMPLESDIR}
 .for file in ${SAMP_FILES}
-	@${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${SAMP_DIR}
+	@${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${EXAMPLESDIR}
 .endfor
 
 install-doc-files:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/gsed/distinfo,v
retrieving revision 1.4
diff -u -I$Id.*$ -I$.+BSD.*$ -r1.4 distinfo
--- distinfo	19 May 2003 01:46:43 -0000	1.4
+++ distinfo	27 Jan 2004 13:50:36 -0000
@@ -1 +1 @@
-MD5 (sed-4.0.7.tar.gz) = 005738e7f97bd77d95b6907156c8202a
+MD5 (sed-4.0.9.tar.gz) = d8fb554bc6577aaedd39b94b3cb3df70
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/gsed/pkg-plist,v
retrieving revision 1.3
diff -u -I$Id.*$ -I$.+BSD.*$ -r1.3 pkg-plist
--- pkg-plist	19 May 2003 01:46:43 -0000	1.3
+++ pkg-plist	27 Jan 2004 14:24:10 -0000
@@ -3,13 +3,16 @@
 @unexec install-info --quiet --delete %D/info/sed.info %D/info/dir
 info/sed.info
 @exec install-info %D/info/sed.info %D/info/dir
-%%PORTDOCS%%share/doc/gsed/AUTHORS
-%%PORTDOCS%%share/doc/gsed/BUGS
-%%PORTDOCS%%share/doc/gsed/COPYING
-%%PORTDOCS%%share/doc/gsed/COPYING.DOC
-%%PORTDOCS%%share/doc/gsed/NEWS
-%%PORTDOCS%%share/doc/gsed/README
-%%PORTDOCS%%share/doc/gsed/THANKS
-share/examples/gsed/dc.sed
-@dirrm share/examples/gsed
-%%PORTDOCS%%@dirrm share/doc/gsed
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/BUGS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/COPYING.DOC
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/THANKS
+%%EXAMPLESDIR%%/binary.sed
+%%EXAMPLESDIR%%/binary2.sed
+%%EXAMPLESDIR%%/binary3.sed
+%%EXAMPLESDIR%%/dc.sed
+@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Jan 27 10:50:27 PST 2004 
State-Changed-Why:  
Committed, thanks! While there, I converted info files 
from pkg-plist into INFO macro. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61988 
>Unformatted:
