ports/93221: Update port: devel/cvsgraph to 1.6.0

Serge Gagnon serge.gagnon at b2b2c.ca
Sun Feb 12 03:00:20 UTC 2006


>Number:         93221
>Category:       ports
>Synopsis:       Update port: devel/cvsgraph to 1.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 12 03:00:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
me
>Environment:
System: FreeBSD quenix1.dyndns.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Jan 28 18:10:46 EST 2006 root at quenix1.dyndns.org:/usr/obj/usr/src/sys/QUENIX1 i386


>Description:
	- Update to 1.6.0
	- Install cvsgraph.conf as cvsgraph.conf.sample
	- New file: files/pkg-message.in
	- Take maintainership
>How-To-Repeat:
>Fix:


--- patch-cvsgraph-1.6.0.diff begins here ---
diff -urN devel/cvsgraph.orig/Makefile devel/cvsgraph/Makefile
--- devel/cvsgraph.orig/Makefile	Sat Feb 11 16:35:11 2006
+++ devel/cvsgraph/Makefile	Sat Feb 11 21:43:40 2006
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	cvsgraph
-PORTVERSION=	1.5.2
-PORTREVISION=	0
+PORTVERSION=	1.6.0
 CATEGORIES=	devel graphics
 MASTER_SITES=	http://www.akhphd.au.dk/~bertho/cvsgraph/release/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	serge.gagnon at b2b2c.ca
 COMMENT=	Graph the life story of a file under CVS or RCS
 
 LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
@@ -27,18 +26,18 @@
 MORE_EXAMPLES=	README.Automatic_documentation checkoutlist commit_action.sh \
 		commitinfo cvswrappers tag_action.sh taginfo
 PLIST=		${WRKDIR}/pkg-plist
+SUB_FILES=      pkg-message
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gd-inc=${LOCALBASE}/include \
 		--with-gd-lib=${LOCALBASE}/lib
+REINPLACE_ARGS=	-i ""
 
 pre-patch:
-	${MV} ${WRKSRC}/cvsgraph.conf ${WRKSRC}/cvsgraph.conf.orig
-	${SED} -e "s:/home/bertho/tmp/cvstest:/home/ncvs:g" \
-		< ${WRKSRC}/cvsgraph.conf.orig > ${WRKSRC}/cvsgraph.conf
+	@${REINPLACE_CMD} -e "s:/home/bertho/tmp/cvstest:/home/ncvs:g" ${WRKSRC}/cvsgraph.conf
 
 pre-install:
 	${ECHO_CMD} bin/cvsgraph > ${PLIST}
-	${ECHO_CMD} etc/cvsgraph.conf >> ${PLIST}
+	${ECHO_CMD} etc/cvsgraph.conf.sample >> ${PLIST}
 .if !defined(NOPORTDOCS)
 .for i in ${DOCS}
 	${ECHO_CMD} ${DOCDIR}/${i} >> ${PLIST}
@@ -56,7 +55,7 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf ${PREFIX}/etc
+	${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf ${PREFIX}/etc/cvsgraph.conf.sample
 	${INSTALL_MAN} ${WRKSRC}/cvsgraph.1 ${PREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/cvsgraph.conf.5 ${PREFIX}/man/man5
 .if !defined(NOPORTDOCS)
@@ -73,5 +72,9 @@
 	${INSTALL_DATA} ${WRKSRC}/contrib/automatic_documentation/${i} ${PREFIX}/share/examples/${PORTNAME}/automatic_documentation
 .endfor
 .endif
+
+post-install:
+	@${ECHO_CMD} " "
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -urN devel/cvsgraph.orig/distinfo devel/cvsgraph/distinfo
--- devel/cvsgraph.orig/distinfo	Wed Jan 25 14:26:01 2006
+++ devel/cvsgraph/distinfo	Sat Feb 11 21:43:40 2006
@@ -1,3 +1,3 @@
-MD5 (cvsgraph-1.5.2.tar.gz) = 095a779d7977ae0c12f456ed119af6f6
-SHA256 (cvsgraph-1.5.2.tar.gz) = c759970c9f2d3c01982bba94dcc37297c942aa4b469b55757cd349f4c5bfeff3
-SIZE (cvsgraph-1.5.2.tar.gz) = 106382
+MD5 (cvsgraph-1.6.0.tar.gz) = d8919dc9617ab4cf8bf658b7fbd1df0e
+SHA256 (cvsgraph-1.6.0.tar.gz) = 43ee5d1358ee1b2b88ca1fbd1e8078f47fa8e90dd6b231b72c7f758a29acde6d
+SIZE (cvsgraph-1.6.0.tar.gz) = 114186
diff -urN devel/cvsgraph.orig/files/pkg-message.in devel/cvsgraph/files/pkg-message.in
--- devel/cvsgraph.orig/files/pkg-message.in	Wed Dec 31 19:00:00 1969
+++ devel/cvsgraph/files/pkg-message.in	Sat Feb 11 21:43:40 2006
@@ -0,0 +1,3 @@
+You must copy %%PREFIX%%/cvsgraph.conf.sample to
+%%PREFIX%%/cvsgraph.conf in order to use cvsgraph.
+
--- patch-cvsgraph-1.6.0.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list