diff options
author | clsung <clsung@FreeBSD.org> | 2004-10-13 21:55:35 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-10-13 21:55:35 +0800 |
commit | 2acf0bb89f3f4b8c05a2b6c7e8492bc6efcc8009 (patch) | |
tree | 2457aae68a12b30e96bbf144f69b723c6d4dc7f7 /graphics | |
parent | 7fd14b900fd59e6c42715f843edecf5c1e0087dc (diff) | |
download | freebsd-ports-gnome-2acf0bb89f3f4b8c05a2b6c7e8492bc6efcc8009.tar.gz freebsd-ports-gnome-2acf0bb89f3f4b8c05a2b6c7e8492bc6efcc8009.tar.zst freebsd-ports-gnome-2acf0bb89f3f4b8c05a2b6c7e8492bc6efcc8009.zip |
- Update to 2.01
- move dot:${PORTSDIR}/graphics/graphviz under BUILD_DEPENDS, since
it will check dot in build-time.
- take maintainership. (Approved by tobez)
PR: ports/72606
Submitted by: clsung
Approved by: co-mentor (vanilla)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-GraphViz/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index a55d031cd4b6..1a1fdd7fa358 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -6,20 +6,21 @@ # PORTNAME= GraphViz -PORTVERSION= 1.8 +PORTVERSION= 2.01 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GraphViz PKGNAMEPREFIX= p5- -MAINTAINER= tobez@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= GraphViz - Perl interface to the GraphViz graphing tool BUILD_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ ${SITE_PERL}/Graph.pm:${PORTSDIR}/math/p5-Graph \ - ${SITE_PERL}/Math/Bezier.pm:${PORTSDIR}/math/p5-Math-Bezier -RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/Math/Bezier.pm:${PORTSDIR}/math/p5-Math-Bezier \ dot:${PORTSDIR}/graphics/graphviz +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/graphics/p5-GraphViz/distinfo b/graphics/p5-GraphViz/distinfo index ba0d253b5dd7..1daa5d3a10ed 100644 --- a/graphics/p5-GraphViz/distinfo +++ b/graphics/p5-GraphViz/distinfo @@ -1,2 +1,2 @@ -MD5 (GraphViz-1.8.tar.gz) = 0c57829334271ee0cd46fe7eb794f647 -SIZE (GraphViz-1.8.tar.gz) = 113418 +MD5 (GraphViz-2.01.tar.gz) = 87f9e8b7bc7496f08615f47f75204b7d +SIZE (GraphViz-2.01.tar.gz) = 118850 |