diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-07-16 19:16:06 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-07-16 19:16:06 +0800 |
commit | 8607918f94c02b8024a53abbe86bf11e4b079995 (patch) | |
tree | 1498881126baca748476f7e1f8dd90b1017b2411 | |
parent | 9ff911109646388cc99f070c191afee483e4ad35 (diff) | |
download | freebsd-ports-gnome-8607918f94c02b8024a53abbe86bf11e4b079995.tar.gz freebsd-ports-gnome-8607918f94c02b8024a53abbe86bf11e4b079995.tar.zst freebsd-ports-gnome-8607918f94c02b8024a53abbe86bf11e4b079995.zip |
- Update to 1.6.0
PR: ports/114561
Submitted by: "Frank Mayhar" <frank AT exit.com> (maintainer)
-rw-r--r-- | devel/kscope/Makefile | 3 | ||||
-rw-r--r-- | devel/kscope/distinfo | 6 | ||||
-rw-r--r-- | devel/kscope/files/patch-inline | 19 | ||||
-rw-r--r-- | devel/kscope/pkg-plist | 4 |
4 files changed, 12 insertions, 20 deletions
diff --git a/devel/kscope/Makefile b/devel/kscope/Makefile index b629576d85f5..5e7b7733298f 100644 --- a/devel/kscope/Makefile +++ b/devel/kscope/Makefile @@ -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}/ diff --git a/devel/kscope/distinfo b/devel/kscope/distinfo index 518ceec24fa2..38b52fa40269 100644 --- a/devel/kscope/distinfo +++ b/devel/kscope/distinfo @@ -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 diff --git a/devel/kscope/files/patch-inline b/devel/kscope/files/patch-inline index 797573cb8030..23e11cb209d9 100644 --- a/devel/kscope/files/patch-inline +++ b/devel/kscope/files/patch-inline @@ -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); - } diff --git a/devel/kscope/pkg-plist b/devel/kscope/pkg-plist index 650f3984b205..ab38ca5bc467 100644 --- a/devel/kscope/pkg-plist +++ b/devel/kscope/pkg-plist @@ -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 @@ bin/kscope %%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/icons/hicolor/16x16/apps/kscope.png 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 |