Fix: bin/cvsgraph etc/cvsgraph.conf share/doc/cvsgraph/ChangeLog share/doc/cvsgraph/LICENSE share/doc/cvsgraph/README share/examples/cvsgraph/cvsgraphwrapper.php3 share/examples/cvsgraph/mkimage.php3 @dirrm share/examples/cvsgraph @dirrm share/doc/cvsgraph --- pkg-plist ends here -----u5W2bv31X5hEl7Ab24QhlKObvCQHQp4eclJrmLb93gHwLx6G Content-Type: text/plain; name="cvsgraph.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="cvsgraph.diff" ? pkg-plist Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/cvsgraph/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 18 Aug 2003 16:15:05 -0000 1.15 +++ Makefile 16 Oct 2003 04:03:56 -0000 @@ -6,8 +6,7 @@ # PORTNAME= cvsgraph -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.4.0 CATEGORIES= devel graphics MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/ @@ -28,7 +27,6 @@ DOCDIR= share/doc/${PORTNAME} DOCS= ChangeLog LICENSE README EXAMPLES= cvsgraphwrapper.php3 mkimage.php3 -PLIST= ${WRKDIR}/pkg-plist USE_REINPLACE= yes USE_AUTOCONF= yes GNU_CONFIGURE= yes @@ -57,20 +55,6 @@ "s|CFLAGS =|CFLAGS += -I${LOCALBASE}/include \ -I${LOCALBASE}/include/gd|g" \ ${WRKSRC}/Makefile - -pre-install: - ${ECHO_CMD} bin/cvsgraph > ${PLIST} - ${ECHO_CMD} etc/cvsgraph.conf >> ${PLIST} -.if !defined(NOPORTDOCS) -.for i in ${DOCS} - ${ECHO_CMD} ${DOCDIR}/${i} >> ${PLIST} -.endfor -.for i in ${EXAMPLES} - ${ECHO_CMD} share/examples/${PORTNAME}/${i} >> ${PLIST} -.endfor - ${ECHO_CMD} @dirrm share/examples/${PORTNAME} >> ${PLIST} - ${ECHO_CMD} @dirrm ${DOCDIR} >> ${PLIST} -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/cvsgraph/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 14 May 2002 01:49:33 -0000 1.5 +++ distinfo 16 Oct 2003 04:03:56 -0000 @@ -1 +1 @@ -MD5 (cvsgraph-1.2.0.tar.gz) = ac1bc46e50df09106a210a878ee94452 +MD5 (cvsgraph-1.4.0.tar.gz) = 706f0af002424712feb5b8c8406dcce8
Responsible Changed From-To: freebsd-ports-bugs->trevor Over to maintainer
State Changed From-To: open->closed committed--thank you, Philip