Bug 68874 - Update devel/kscope to 0.7
Summary: Update devel/kscope to 0.7
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-09 20:10 UTC by frank
Modified: 2004-07-22 06:58 UTC (History)
0 users

See Also:


Attachments
file.shar (3.43 KB, text/plain)
2004-07-09 20:10 UTC, frank
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description frank 2004-07-09 20:10:19 UTC
	N/A

Fix: Shell archive attached:
How-To-Repeat: 	N/A
Comment 1 frank 2004-07-10 20:52:46 UTC
Here's a unified diff instead.

Index: Makefile
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	22 Jun 2004 19:42:03 -0000	1.2
+++ Makefile	9 Jul 2004 17:59:21 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	kscope
-PORTVERSION=	0.6
+PORTVERSION=	0.7
 CATEGORIES=	devel kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=${PORTNAME}/
Index: distinfo
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	30 Apr 2004 03:02:33 -0000	1.1
+++ distinfo	9 Jul 2004 18:01:07 -0000
@@ -1,2 +1,2 @@
-MD5 (kscope-0.6.tar.gz) = 7a273bca1ed74abd1e1e83224c283eb8
-SIZE (kscope-0.6.tar.gz) = 992145
+MD5 (kscope-0.7.tar.gz) = fa9a5c4cf7694e1b5d683be5ad5433f5
+SIZE (kscope-0.7.tar.gz) = 950310
Index: files/patch-src-ctagsfrontend.cpp
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/files/patch-src-ctagsfrontend.cpp,v
retrieving revision 1.1
diff -u -r1.1 patch-src-ctagsfrontend.cpp
--- files/patch-src-ctagsfrontend.cpp	30 Apr 2004 03:02:33 -0000	1.1
+++ files/patch-src-ctagsfrontend.cpp	9 Jul 2004 18:13:52 -0000
@@ -1,11 +1,11 @@
---- /homes/fmayhar/kscope-0.5/src/ctagsfrontend.cpp	Thu Dec 18 20:58:30 2003
-+++ src/ctagsfrontend.cpp	Wed Apr 21 13:01:45 2004
+--- 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() != "ctags") {
-+		fi.fileName() != "exctags") {
+-		fi.fileName().left(5) != "ctags") {
++		fi.fileName().left(7) != "exctags") {
  		KMessageBox::error(0, i18n("Ctags cannot be found in the given "
  			"path"));
  		return false;

-- 
Frank Mayhar frank@exit.com	http://www.exit.com/
Exit Consulting                 http://www.gpsclock.com/
                                http://www.exit.com/blog/frank/
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-07-22 06:58:45 UTC
State Changed
From-To: open->closed

Committed, thanks.