ports/70338: Update devel/kscope to latest version (0.8a).

Frank Mayhar frank at exit.com
Thu Aug 12 02:10:21 UTC 2004


>Number:         70338
>Category:       ports
>Synopsis:       Update devel/kscope to latest version (0.8a).
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 12 02:10:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Frank Mayhar
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Exit Consulting
>Environment:
System: FreeBSD realtime.exit.com 4.10-STABLE FreeBSD 4.10-STABLE #11: Fri Jun 18 09:59:20 PDT 2004 root at realtime.exit.com:/usr/src/sys/compile/REALTIME i386


	N/A
>Description:
	N/A
>How-To-Repeat:
	N/A
>Fix:

	Please apply the following patch with "patch -E."  It updates the
	Makefile and distinfo and with "patch -E" removes the patch file
	files/patch-src-ctagsfrontend.cpp.  That file should also be
	"cvs rm"-ed.  If the patch isn't run with "patch -E" it will leave
	an empty files/patch-src-ctagsfrontend.cpp that should be removed
	by hand.  That patch is no longer needed as the distribution handles
	the problem in a much more elegant way.

	Thanks!

Patch follows:

Index: Makefile
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	22 Jul 2004 05:58:30 -0000	1.3
+++ Makefile	12 Aug 2004 02:02:06 -0000
@@ -6,13 +6,15 @@
 #
 
 PORTNAME=	kscope
-PORTVERSION=	0.7
+PORTVERSION=	0.8a
 CATEGORIES=	devel kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=${PORTNAME}/
 
 MAINTAINER=	frank at exit.com
 COMMENT=	KDE front-end to Cscope
+
+WRKSRC=		${WRKDIR}/kscope-0.8
 
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg
 RUN_DEPENDS=	exctags:${PORTSDIR}/devel/ctags \
Index: distinfo
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	22 Jul 2004 05:58:30 -0000	1.2
+++ distinfo	12 Aug 2004 02:02:06 -0000
@@ -1,2 +1,2 @@
-MD5 (kscope-0.7.tar.gz) = fa9a5c4cf7694e1b5d683be5ad5433f5
-SIZE (kscope-0.7.tar.gz) = 950310
+MD5 (kscope-0.8a.tar.gz) = 9f079a947b82ff6dd3dcc23a9b260148
+SIZE (kscope-0.8a.tar.gz) = 942415
Index: files/patch-src-ctagsfrontend.cpp
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/files/patch-src-ctagsfrontend.cpp,v
retrieving revision 1.2
diff -u -r1.2 patch-src-ctagsfrontend.cpp
--- files/patch-src-ctagsfrontend.cpp	22 Jul 2004 05:58:30 -0000	1.2
+++ files/patch-src-ctagsfrontend.cpp	12 Aug 2004 02:01:34 -0000
@@ -1,11 +0,0 @@
---- src/ctagsfrontend.cpp.orig	Fri Jul  9 11:03:47 2004
-+++ src/ctagsfrontend.cpp	Fri Jul  9 11:04:02 2004
-@@ -81,7 +81,7 @@
- 	QFileInfo fi(sPath);
- 
- 	if (!fi.exists() || !fi.isFile() || !fi.isExecutable() ||
--		fi.fileName().left(5) != "ctags") {
-+		fi.fileName().left(7) != "exctags") {
- 		KMessageBox::error(0, i18n("Ctags cannot be found in the given "
- 			"path"));
- 		return false;
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list