State Changed From-To: open->feedback The WRKSRC-line is redundant. Any objections if I remove this?
Responsible Changed From-To: freebsd-ports-bugs->vs I'll track this.
No, none at all; I would have done it myself but I managed to overlook it. -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/
Here's a modified patch that removes the (now redundant) WRKSRC definition: Index: kscope/Makefile =================================================================== RCS file: /cvs/repos/ports/devel/kscope/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- kscope/Makefile 13 Aug 2004 14:54:12 -0000 1.4 +++ kscope/Makefile 17 Nov 2004 00:19:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= kscope -PORTVERSION= 0.8a +PORTVERSION= 0.9 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME}/ @@ -18,7 +18,6 @@ RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags \ cscope:${PORTSDIR}/devel/cscope -WRKSRC= ${WRKDIR}/kscope-0.8 DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} USE_KDELIBS_VER=3 Index: kscope/distinfo =================================================================== RCS file: /cvs/repos/ports/devel/kscope/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- kscope/distinfo 13 Aug 2004 14:54:12 -0000 1.3 +++ kscope/distinfo 10 Nov 2004 03:28:01 -0000 @@ -1,2 +1,2 @@ -MD5 (kscope-0.8a.tar.gz) = 9f079a947b82ff6dd3dcc23a9b260148 -SIZE (kscope-0.8a.tar.gz) = 942415 +MD5 (kscope-0.9.tar.gz) = 7a99a7bffcb635a0fc5cede3917615c8 +SIZE (kscope-0.8a.tar.gz) = 1092030
State Changed From-To: feedback->closed Please use MAINTAINER UPDATE next time as class. Committed, thanks!