Bug 58103 - Update: devel/cvsgraph 1.20 -> 1.40 and pkg-plist
Summary: Update: devel/cvsgraph 1.20 -> 1.40 and pkg-plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Trevor Johnson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-16 06:20 UTC by Philip M. Gollucci
Modified: 2003-10-24 13:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philip M. Gollucci 2003-10-16 06:20:17 UTC

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
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-10-16 06:56:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->trevor

Over to maintainer
Comment 2 Trevor Johnson freebsd_committer freebsd_triage 2003-10-24 13:31:41 UTC
State Changed
From-To: open->closed

committed--thank you, Philip