Date: Wed, 9 Aug 2006 15:20:27 -0700 From: "Frank Mayhar" <frank@exit.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/101732: [maintainer update] Update devel/kscope to latest release. Message-ID: <1155162027.83127@jill.exit.com> Resent-Message-ID: <200608092230.k79MUINU065916@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101732 >Category: ports >Synopsis: [maintainer update] Update devel/kscope to latest release. >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: Wed Aug 09 22:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Frank Mayhar >Release: FreeBSD 6.1-STABLE amd64 >Organization: Exit Consulting >Environment: System: FreeBSD 6.1-STABLE #1: Wed Jul 12 10:17:42 PDT 2006 root@jill.exit.com:/usr/obj/usr/src/sys/JILL >Description: What it says. Patch attached. >How-To-Repeat: >Fix: --- kscope-diffs begins here --- Index: kscope/Makefile =================================================================== RCS file: /cvs/repos/ports/devel/kscope/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- kscope/Makefile 20 May 2006 00:54:32 -0000 1.15 +++ kscope/Makefile 9 Aug 2006 21:25:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= kscope -PORTVERSION= 1.3.4 +PORTVERSION= 1.4.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.10 diff -u -r1.10 distinfo --- kscope/distinfo 13 May 2006 12:42:10 -0000 1.10 +++ kscope/distinfo 9 Aug 2006 21:26:16 -0000 @@ -1,3 +1,3 @@ -MD5 (kscope-1.3.4.tar.gz) = 50f4e1e743ca525e87b3bfc5245f0139 -SHA256 (kscope-1.3.4.tar.gz) = a5b5995206e7714525710e3c2173757e2d202a6b28a20a775e8427a60df29033 -SIZE (kscope-1.3.4.tar.gz) = 1162406 +MD5 (kscope-1.4.0.tar.gz) = 3adffd1ff7b223bef38040077ab0cee1 +SHA256 (kscope-1.4.0.tar.gz) = a31b2cab96f1047b09cbd34cda70c420251a1ab6e96228b86e0821a4b155f756 +SIZE (kscope-1.4.0.tar.gz) = 1251718 Index: kscope/pkg-plist =================================================================== RCS file: /cvs/repos/ports/devel/kscope/pkg-plist,v retrieving revision 1.8 diff -u -r1.8 pkg-plist --- kscope/pkg-plist 13 May 2006 12:42:10 -0000 1.8 +++ kscope/pkg-plist 9 Aug 2006 22:04:07 -0000 @@ -1,16 +1,29 @@ bin/kscope +%%DOCSDIR%%/about.docbook %%DOCSDIR%%/autocomp_dlg.png %%DOCSDIR%%/call_graph.png %%DOCSDIR%%/call_tree.png -%%DOCSDIR%%/frontend.png +%%DOCSDIR%%/config_dlg.docbook +%%DOCSDIR%%/editing.docbook %%DOCSDIR%%/index.docbook +%%DOCSDIR%%/main_menu.docbook +%%DOCSDIR%%/main_window.docbook %%DOCSDIR%%/main_window.png -%%DOCSDIR%%/options.png -%%DOCSDIR%%/project_new.png +%%DOCSDIR%%/pos_history.docbook +%%DOCSDIR%%/pref_clrs.png +%%DOCSDIR%%/pref_fonts.png +%%DOCSDIR%%/pref_opts.png +%%DOCSDIR%%/pref_progs.png +%%DOCSDIR%%/project_details.png %%DOCSDIR%%/project_files.png %%DOCSDIR%%/project_open.png +%%DOCSDIR%%/project_opts.png +%%DOCSDIR%%/project_types.png +%%DOCSDIR%%/projects.docbook %%DOCSDIR%%/query_dlg.png %%DOCSDIR%%/query_filter.png +%%DOCSDIR%%/query_system.docbook +%%DOCSDIR%%/quick_start.docbook %%DOCSDIR%%/index.cache.bz2 %%DOCSDIR%%/common share/icons/locolor/16x16/apps/kscope.png Index: kscope/files/patch-inline =================================================================== RCS file: /cvs/repos/ports/devel/kscope/files/patch-inline,v retrieving revision 1.2 diff -u -r1.2 patch-inline --- kscope/files/patch-inline 28 Jul 2005 16:48:55 -0000 1.2 +++ kscope/files/patch-inline 9 Aug 2006 21:27:19 -0000 @@ -1,17 +1,17 @@ ---- src/kscope.h.orig Tue May 10 07:41:32 2005 -+++ src/kscope.h Thu Jul 28 09:00:22 2005 -@@ -142,7 +142,7 @@ +--- src/kscope.h.orig Thu Aug 3 14:13:54 2006 ++++ src/kscope.h Wed Aug 9 14:22:09 2006 +@@ -160,7 +160,7 @@ bool getSymbol(uint&, QString&, bool bPrompt = true); EditorPage* addEditor(const QString&s); EditorPage* createEditorPage(); - inline bool isAutoRebuildEnabled(); + bool isAutoRebuildEnabled(); void loadOpenFiles(); + void toggleQueryWindow(bool); - private slots: ---- src/kscope.cpp.orig Tue May 10 07:41:32 2005 -+++ src/kscope.cpp Thu Jul 28 08:59:22 2005 -@@ -1118,7 +1118,7 @@ +--- src/kscope.cpp.orig Wed Aug 9 08:27:55 2006 ++++ src/kscope.cpp Wed Aug 9 14:22:09 2006 +@@ -1215,7 +1215,7 @@ * @return true if database auto-rebuild is enabled for the current project, * false otherwise */ --- kscope-diffs ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1155162027.83127>