From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 10 20:00:45 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A062116A4CE for ; Sat, 10 Jul 2004 20:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80AD543D1F for ; Sat, 10 Jul 2004 20:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6AK0jh7091584 for ; Sat, 10 Jul 2004 20:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6AK0jFU091583; Sat, 10 Jul 2004 20:00:45 GMT (envelope-from gnats) Date: Sat, 10 Jul 2004 20:00:45 GMT Message-Id: <200407102000.i6AK0jFU091583@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Frank Mayhar Subject: Re: ports/68874: Update devel/kscope to 0.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Frank Mayhar List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2004 20:00:45 -0000 The following reply was made to PR ports/68874; it has been noted by GNATS. From: Frank Mayhar 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/