diff options
author | arved <arved@FreeBSD.org> | 2004-08-13 22:54:12 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-13 22:54:12 +0800 |
commit | e6ccb1dc03cae3b91af914746ce428adb152a138 (patch) | |
tree | ae37b9595f897109d8758914609061d68104f908 /devel/kscope | |
parent | d702cc8754a4c709ef57901a8274458b6204b155 (diff) | |
download | freebsd-ports-gnome-e6ccb1dc03cae3b91af914746ce428adb152a138.tar.gz freebsd-ports-gnome-e6ccb1dc03cae3b91af914746ce428adb152a138.tar.zst freebsd-ports-gnome-e6ccb1dc03cae3b91af914746ce428adb152a138.zip |
Update to 0.8a
PR: 70338
Submitted by: Frank Mayhar <frank@exit.com>
Diffstat (limited to 'devel/kscope')
-rw-r--r-- | devel/kscope/Makefile | 5 | ||||
-rw-r--r-- | devel/kscope/distinfo | 4 | ||||
-rw-r--r-- | devel/kscope/files/patch-src-ctagsfrontend.cpp | 11 | ||||
-rw-r--r-- | devel/kscope/pkg-plist | 23 |
4 files changed, 17 insertions, 26 deletions
diff --git a/devel/kscope/Makefile b/devel/kscope/Makefile index 73227976d834..413699c162f8 100644 --- a/devel/kscope/Makefile +++ b/devel/kscope/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kscope -PORTVERSION= 0.7 +PORTVERSION= 0.8a CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME}/ @@ -18,6 +18,9 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags \ cscope:${PORTSDIR}/devel/cscope +WRKSRC= ${WRKDIR}/kscope-0.8 +DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} + USE_KDELIBS_VER=3 GNU_CONFIGURE= yes diff --git a/devel/kscope/distinfo b/devel/kscope/distinfo index 729f5d246143..b367607d5355 100644 --- a/devel/kscope/distinfo +++ b/devel/kscope/distinfo @@ -1,2 +1,2 @@ -MD5 (kscope-0.7.tar.gz) = fa9a5c4cf7694e1b5d683be5ad5433f5 -SIZE (kscope-0.7.tar.gz) = 950310 +MD5 (kscope-0.8a.tar.gz) = 9f079a947b82ff6dd3dcc23a9b260148 +SIZE (kscope-0.8a.tar.gz) = 942415 diff --git a/devel/kscope/files/patch-src-ctagsfrontend.cpp b/devel/kscope/files/patch-src-ctagsfrontend.cpp deleted file mode 100644 index 0a3a09e260fa..000000000000 --- a/devel/kscope/files/patch-src-ctagsfrontend.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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().left(5) != "ctags") { -+ fi.fileName().left(7) != "exctags") { - KMessageBox::error(0, i18n("Ctags cannot be found in the given " - "path")); - return false; diff --git a/devel/kscope/pkg-plist b/devel/kscope/pkg-plist index ae83d8fef537..80e247e561d7 100644 --- a/devel/kscope/pkg-plist +++ b/devel/kscope/pkg-plist @@ -1,15 +1,14 @@ bin/kscope -share/doc/HTML/en/kscope/project_new.png -share/doc/HTML/en/kscope/query_dlg.png -share/doc/HTML/en/kscope/call_tree.png -share/doc/HTML/en/kscope/project_open.png -share/doc/HTML/en/kscope/main_window.png -share/doc/HTML/en/kscope/pref.png -share/doc/HTML/en/kscope/project_files.png -share/doc/HTML/en/kscope/welcome.png -share/doc/HTML/en/kscope/index.docbook -share/doc/HTML/en/kscope/index.cache.bz2 -share/doc/HTML/en/kscope/common +%%DOCSDIR%%/project_new.png +%%DOCSDIR%%/query_dlg.png +%%DOCSDIR%%/call_tree.png +%%DOCSDIR%%/project_open.png +%%DOCSDIR%%/main_window.png +%%DOCSDIR%%/pref.png +%%DOCSDIR%%/project_files.png +%%DOCSDIR%%/index.docbook +%%DOCSDIR%%/index.cache.bz2 +%%DOCSDIR%%/common share/icons/locolor/16x16/apps/kscope.png share/icons/hicolor/32x32/apps/kscope.png share/icons/locolor/32x32/apps/kscope.png @@ -21,5 +20,5 @@ share/apps/kscope/kscopeui.rc @unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true @unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true @unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true -@dirrm share/doc/HTML/en/kscope +@dirrm %%DOCSDIR%% @dirrm share/apps/kscope |