Bug 73759 - Update devel/kscope to 0.9
Summary: Update devel/kscope to 0.9
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: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-10 04:30 UTC by frank
Modified: 2004-12-03 04:35 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 frank 2004-11-10 04:30:29 UTC

    
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-11-11 08:23:18 UTC
State Changed
From-To: open->feedback

The WRKSRC-line is redundant. Any objections if I remove this? 


Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-11-11 08:23:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I'll track this.
Comment 3 frank 2004-11-11 13:38:58 UTC
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/
Comment 4 frank 2004-11-17 00:21:42 UTC
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
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2004-12-03 04:34:59 UTC
State Changed
From-To: feedback->closed

Please use MAINTAINER UPDATE next time as class. 
Committed, thanks!