ports/51792: Maintainer update: textproc/gsed (4.0.7)

Cyrille Lefevre cyrille.lefevre at laposte.net
Mon May 5 13:00:27 UTC 2003


>Number:         51792
>Category:       ports
>Synopsis:       Maintainer update: textproc/gsed (4.0.7)
>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:   Mon May 05 06:00:21 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #12: Wed Apr 30 16:52:24 CEST 2003 root at gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM i386
>Description:
	Makefile
		PORTVERSION bumped
		DOC_FILES added
		DOCSDIR moved
	distinfo
		updated
	pkg-plist
		doc files added
>How-To-Repeat:
	n/a
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/gsed/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	21 Feb 2003 13:42:35 -0000	1.13
+++ Makefile	30 Apr 2003 22:21:07 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sed
-PORTVERSION=	4.0.5
+PORTVERSION=	4.0.7
 PKGNAMEPREFIX=	g
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GNU}
@@ -35,6 +35,9 @@
 SAMP_FILES=	dc.sed
 SAMP_DIR=	${PREFIX}/share/examples/${PKGBASE}
 
+DOC_FILES=	AUTHORS BUGS COPYING COPYING.DOC NEWS README THANKS
+DOCSDIR=	${PREFIX}/share/doc/${PKGBASE}
+
 # Post-configure
 #
 
@@ -48,13 +51,21 @@
 # Post-install
 #
 
-post-install: install-sample-files
+post-install: install-sample-files install-doc-files
 
 install-sample-files:
 	@${MKDIR} ${SAMP_DIR}
 .for file in ${SAMP_FILES}
-	@${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${SAMP_DIR}/${file}
+	@${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${SAMP_DIR}
+.endfor
+
+install-doc-files:
+.if !defined(NOPORTSDOC)
+	@${MKDIR} ${DOCSDIR}
+.for file in ${DOC_FILES}
+	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
+.endif
 
 # Maintainer only
 #
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/gsed/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	2 Feb 2003 14:48:27 -0000	1.3
+++ distinfo	30 Apr 2003 21:55:40 -0000
@@ -1 +1 @@
-MD5 (sed-4.0.5.tar.gz) = ede56d576aa7be4ed44e2d868616d00d
+MD5 (sed-4.0.7.tar.gz) = 005738e7f97bd77d95b6907156c8202a
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/gsed/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	28 Dec 2000 15:58:55 -0000	1.2
+++ pkg-plist	30 Apr 2003 22:16:49 -0000
@@ -1,6 +1,15 @@
+ at comment $FreeBSD$
 bin/gsed
- at unexec install-info --delete %D/info/sed.info %D/info/dir
+ at 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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list