diff options
author | arved <arved@FreeBSD.org> | 2006-05-13 20:42:10 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-05-13 20:42:10 +0800 |
commit | 9c777c4458d162b19f65aa1062b3a7f2efb65171 (patch) | |
tree | 0437f72d45cb5df0f2e524661ad272fb69629548 /devel/kscope | |
parent | c95e52038cb8ff8c77ec70f383458ac4b919aaa9 (diff) | |
download | freebsd-ports-gnome-9c777c4458d162b19f65aa1062b3a7f2efb65171.tar.gz freebsd-ports-gnome-9c777c4458d162b19f65aa1062b3a7f2efb65171.tar.zst freebsd-ports-gnome-9c777c4458d162b19f65aa1062b3a7f2efb65171.zip |
Update to 1.3.4 to fix incompatibility with recent graphviz update (reported
by kris)
PR: 97190
Submitted by: maintainer
Diffstat (limited to 'devel/kscope')
-rw-r--r-- | devel/kscope/Makefile | 7 | ||||
-rw-r--r-- | devel/kscope/distinfo | 6 | ||||
-rw-r--r-- | devel/kscope/pkg-plist | 1 |
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/kscope/Makefile b/devel/kscope/Makefile index e78b6b0a74e6..73a63032a42c 100644 --- a/devel/kscope/Makefile +++ b/devel/kscope/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kscope -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME}/ @@ -14,10 +14,11 @@ MASTER_SITE_SUBDIR=${PORTNAME}/ MAINTAINER= frank@exit.com COMMENT= KDE front-end to Cscope -BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz +BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags \ - cscope:${PORTSDIR}/devel/cscope + cscope:${PORTSDIR}/devel/cscope \ + dot:${PORTSDIR}/graphics/graphviz DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} diff --git a/devel/kscope/distinfo b/devel/kscope/distinfo index 7f8c5afe4dfc..75a52ada0bab 100644 --- a/devel/kscope/distinfo +++ b/devel/kscope/distinfo @@ -1,3 +1,3 @@ -MD5 (kscope-1.3.3.tar.gz) = 46faac1fa2292ff390ad5ff3bc0e3e4a -SHA256 (kscope-1.3.3.tar.gz) = f38b5f750194a0bf778c2acf69206fc1b74bab1e3d1c0799d4839dc20848758c -SIZE (kscope-1.3.3.tar.gz) = 1103083 +MD5 (kscope-1.3.4.tar.gz) = 50f4e1e743ca525e87b3bfc5245f0139 +SHA256 (kscope-1.3.4.tar.gz) = a5b5995206e7714525710e3c2173757e2d202a6b28a20a775e8427a60df29033 +SIZE (kscope-1.3.4.tar.gz) = 1162406 diff --git a/devel/kscope/pkg-plist b/devel/kscope/pkg-plist index 0f1f701fb1df..2111a4709cd4 100644 --- a/devel/kscope/pkg-plist +++ b/devel/kscope/pkg-plist @@ -1,5 +1,6 @@ bin/kscope %%DOCSDIR%%/autocomp_dlg.png +%%DOCSDIR%%/call_graph.png %%DOCSDIR%%/call_tree.png %%DOCSDIR%%/frontend.png %%DOCSDIR%%/index.docbook |