Date: Sat, 10 Jul 2004 20:00:45 GMT From: Frank Mayhar <frank@exit.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/68874: Update devel/kscope to 0.7 Message-ID: <200407102000.i6AK0jFU091583@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/68874; it has been noted by GNATS. From: Frank Mayhar <frank@exit.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/68874: Update devel/kscope to 0.7 Date: Sat, 10 Jul 2004 12:52:46 -0700 (PDT) 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407102000.i6AK0jFU091583>