diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-05-13 12:42:10 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-05-13 12:42:10 +0000 |
commit | 1c0d1089621f710f1d60524fb90766bd71b17aaf (patch) | |
tree | 306493f1b48fdbbf6c6bff33dd8233705e6bf0af /devel/kscope | |
parent | 7bede861d6ac66f50b819bdd77979c9eb6f9105f (diff) | |
download | ports-1c0d1089621f710f1d60524fb90766bd71b17aaf.tar.gz ports-1c0d1089621f710f1d60524fb90766bd71b17aaf.zip |
Notes
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 |