diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-12 03:53:21 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-12 03:53:21 +0000 |
commit | d2e7754c7725f0af1669b45e009a34bfdafb45d8 (patch) | |
tree | 12a5f5ff8e619b757f99a61ceeff56c9d6bcf8b1 | |
parent | Unmark BROKEN (suspect a race between the fix and BROKEN commits). (diff) |
Update to 1.6.0.
- Suffix default configuration file with .sample
- Give maintainership to submitter
PR: ports/93221
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Notes
Notes:
svn path=/head/; revision=155814
-rw-r--r-- | devel/cvsgraph/Makefile | 19 | ||||
-rw-r--r-- | devel/cvsgraph/distinfo | 6 | ||||
-rw-r--r-- | devel/cvsgraph/files/pkg-message.in | 3 |
3 files changed, 17 insertions, 11 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 4d4ea319d2cd..fb50b8064d91 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -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@FreeBSD.org +MAINTAINER= serge.gagnon@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 @@ EXAMPLES= cvsgraphwrapper.php3 mkimage.php3 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 @@ pre-install: 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) @@ -74,4 +73,8 @@ do-install: .endfor .endif +post-install: + @${ECHO_CMD} " " + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/devel/cvsgraph/distinfo b/devel/cvsgraph/distinfo index a34eddc07dde..45971942aecf 100644 --- a/devel/cvsgraph/distinfo +++ b/devel/cvsgraph/distinfo @@ -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 --git a/devel/cvsgraph/files/pkg-message.in b/devel/cvsgraph/files/pkg-message.in new file mode 100644 index 000000000000..a049a001bacd --- /dev/null +++ b/devel/cvsgraph/files/pkg-message.in @@ -0,0 +1,3 @@ +You must copy %%PREFIX%%/cvsgraph.conf.sample to +%%PREFIX%%/cvsgraph.conf in order to use cvsgraph. + |