Date: Mon, 25 Jul 2005 15:27:28 -0700 (PDT) From: Frank Mayhar <frank@exit.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84096: Update kscope to 1.2. [maintainer update] Message-ID: <200507252227.j6PMRSXh018541@realtime.exit.com> Resent-Message-ID: <200507252230.j6PMUHte072282@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84096 >Category: ports >Synopsis: Update kscope to 1.2. [maintainer update] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 25 22:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Mayhar >Release: FreeBSD 5.4-STABLE i386 >Organization: Exit Consulting >Environment: System: FreeBSD realtime.exit.com 5.4-STABLE FreeBSD 5.4-STABLE #6: Mon Jul 25 11:50:48 PDT 2005 frank@realtime.exit.com:/usr/obj/usr/src/sys/REALTIME i386 Index: kscope/Makefile =================================================================== RCS file: /cvs/repos/ports/devel/kscope/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- kscope/Makefile 12 Mar 2005 10:54:11 -0000 1.9 +++ kscope/Makefile 25 Jul 2005 22:25:35 -0000 @@ -6,8 +6,7 @@ # PORTNAME= kscope -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME}/ Index: kscope/distinfo =================================================================== RCS file: /cvs/repos/ports/devel/kscope/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- kscope/distinfo 9 Mar 2005 17:43:37 -0000 1.6 +++ kscope/distinfo 25 Jul 2005 21:18:47 -0000 @@ -1,2 +1,2 @@ -MD5 (kscope-1.1.0.tar.gz) = 2307f182f84fee474ff8bc1630cf3b3c -SIZE (kscope-1.1.0.tar.gz) = 999787 +MD5 (kscope-1.2.0.tar.gz) = 11a3644a9c91b694b635384ece9824bf +SIZE (kscope-1.2.0.tar.gz) = 1052522 --- kscope/files/patch-inline Wed Mar 9 09:43:37 2005 +++ /dev/null Mon Jul 25 15:21:16 2005 @@ -1,22 +0,0 @@ ---- src/kscope.h.orig Wed Mar 9 18:30:41 2005 -+++ src/kscope.h Wed Mar 9 18:30:52 2005 -@@ -145,7 +145,7 @@ - bool getSymbol(uint&, QString&, bool bPrompt = true); - EditorPage* addEditor(const QString&s); - EditorPage* createEditorPage(); -- inline bool isAutoRebuildEnabled(); -+ bool isAutoRebuildEnabled(); - - private slots: - // Menu actions ---- src/kscope.cpp.orig Wed Mar 9 18:30:35 2005 -+++ src/kscope.cpp Wed Mar 9 18:31:08 2005 -@@ -1126,7 +1126,7 @@ - * @return true if database auto-rebuild is enabled for the current project, - * false otherwise - */ --inline bool KScope::isAutoRebuildEnabled() -+bool KScope::isAutoRebuildEnabled() - { - return (m_pProjMgr->getAutoRebuildTime() >= 0); - } >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507252227.j6PMRSXh018541>