ports/114561: [maintainer update] Update devel/kscope to latest stable release.
Frank Mayhar
frank at exit.com
Fri Jul 13 16:20:03 UTC 2007
>Number: 114561
>Category: ports
>Synopsis: [maintainer update] Update devel/kscope to latest stable 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: Fri Jul 13 16:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Frank Mayhar
>Release: FreeBSD 6.2-STABLE amd64
>Organization:
Exit Consulting
>Environment:
System: FreeBSD 6.2-STABLE #7: Sun May 13 13:13:06 PDT 2007
root at jill.exit.com:/usr/obj/usr/src/sys/JILL
>Description:
Elad released 1.6.0 at last!
>How-To-Repeat:
>Fix:
--- kscope-1.6.0-diff begins here ---
Index: kscope/Makefile
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- kscope/Makefile 19 May 2007 20:03:00 -0000 1.18
+++ kscope/Makefile 12 Jul 2007 21:13:05 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= kscope
-PORTVERSION= 1.4.3
-PORTREVISION= 1
+PORTVERSION= 1.6.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.12
diff -u -r1.12 distinfo
--- kscope/distinfo 16 Jan 2007 09:10:58 -0000 1.12
+++ kscope/distinfo 12 Jul 2007 20:57:47 -0000
@@ -1,3 +1,3 @@
-MD5 (kscope-1.4.3.tar.gz) = 9a9a2212adc3481bf4a75c81c4cfa2da
-SHA256 (kscope-1.4.3.tar.gz) = 4f6ed7deecdbaaf5738ed59d42c6374b823d9382d9666ab31b9d48609c845fe5
-SIZE (kscope-1.4.3.tar.gz) = 1252062
+MD5 (kscope-1.6.0.tar.gz) = a0a18da103cd0185470d0092b72acb98
+SHA256 (kscope-1.6.0.tar.gz) = 3bf28f2211ae83e15eb5397700515020bf1f72eb5722375a9e6f4302486a7009
+SIZE (kscope-1.6.0.tar.gz) = 1988221
Index: kscope/pkg-plist
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- kscope/pkg-plist 12 Aug 2006 03:58:27 -0000 1.9
+++ kscope/pkg-plist 13 Jul 2007 00:21:14 -0000
@@ -1,6 +1,8 @@
bin/kscope
%%DOCSDIR%%/about.docbook
%%DOCSDIR%%/autocomp_dlg.png
+%%DOCSDIR%%/bookmarks.docbook
+%%DOCSDIR%%/bookmarks.png
%%DOCSDIR%%/call_graph.png
%%DOCSDIR%%/call_tree.png
%%DOCSDIR%%/config_dlg.docbook
@@ -16,6 +18,7 @@
%%DOCSDIR%%/pref_progs.png
%%DOCSDIR%%/project_details.png
%%DOCSDIR%%/project_files.png
+%%DOCSDIR%%/project_make.png
%%DOCSDIR%%/project_open.png
%%DOCSDIR%%/project_opts.png
%%DOCSDIR%%/project_types.png
@@ -33,6 +36,7 @@
share/applnk/Development/kscope.desktop
share/apps/kscope/kscopeui.rc
share/apps/kscope/kscope_config
+share/apps/kscope/pics/bookmark.png
share/apps/kscope/pics/file_ro.png
share/apps/kscope/pics/file_rw.png
share/apps/kscope/pics/file_save.png
Index: kscope/files/patch-inline
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/files/patch-inline,v
retrieving revision 1.3
diff -u -r1.3 patch-inline
--- kscope/files/patch-inline 12 Aug 2006 03:58:28 -0000 1.3
+++ kscope/files/patch-inline 12 Jul 2007 21:06:15 -0000
@@ -1,22 +1,11 @@
---- 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 @@
+--- src/kscope.h.orig Thu Jul 12 14:04:16 2007
++++ src/kscope.h Thu Jul 12 14:04:38 2007
+@@ -171,7 +171,7 @@
bool getSymbol(uint&, QString&, bool bPrompt = true);
EditorPage* addEditor(const QString&s);
EditorPage* createEditorPage();
- inline bool isAutoRebuildEnabled();
+ bool isAutoRebuildEnabled();
- void loadOpenFiles();
+ void restoreSession();
void toggleQueryWindow(bool);
---- 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
- */
--inline bool KScope::isAutoRebuildEnabled()
-+bool KScope::isAutoRebuildEnabled()
- {
- return (m_pProjMgr->getAutoRebuildTime() >= 0);
- }
--- kscope-1.6.0-diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list