diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-08 08:42:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-08 08:42:56 +0000 |
commit | 5437754a6a68b2eed4e824251f13ffbb23e1c8de (patch) | |
tree | d22d1d94650391516351233f6d14e717a02d3753 /graphics/p5-GraphViz2 | |
parent | 0d39fffab4f2a2fa5375cb2a6549012ba9d38354 (diff) | |
download | ports-5437754a6a68b2eed4e824251f13ffbb23e1c8de.tar.gz ports-5437754a6a68b2eed4e824251f13ffbb23e1c8de.zip |
Notes
Diffstat (limited to 'graphics/p5-GraphViz2')
-rw-r--r-- | graphics/p5-GraphViz2/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GraphViz2/distinfo | 4 | ||||
-rw-r--r-- | graphics/p5-GraphViz2/pkg-plist | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index 5af6a4e9d303..c6f44f45aea0 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GraphViz2 -PORTVERSION= 1.12 +PORTVERSION= 2.01 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSAVAGE @@ -19,6 +19,8 @@ COMMENT= A wrapper for AT&T Graphviz BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ p5-Algorithm-Dependency>=1.110:${PORTSDIR}/devel/p5-Algorithm-Dependency \ p5-Capture-Tiny>=0.10:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Class-ISA>=0.36:${PORTSDIR}/devel/p5-Class-ISA \ + p5-Class-Load>=0.17:${PORTSDIR}/devel/p5-Class-Load \ p5-DBI>=1.616:${PORTSDIR}/databases/p5-DBI \ p5-Data-Section-Simple>=0.02:${PORTSDIR}/devel/p5-Data-Section-Simple \ p5-File-Which>=1.09:${PORTSDIR}/sysutils/p5-File-Which \ diff --git a/graphics/p5-GraphViz2/distinfo b/graphics/p5-GraphViz2/distinfo index 11b5aac6e253..63014203cfd3 100644 --- a/graphics/p5-GraphViz2/distinfo +++ b/graphics/p5-GraphViz2/distinfo @@ -1,2 +1,2 @@ -SHA256 (GraphViz2-1.12.tgz) = a85dcc911859edc7f32cac6f06a19c41dc4e61056cace8b62975babc63992a5b -SIZE (GraphViz2-1.12.tgz) = 187694 +SHA256 (GraphViz2-2.01.tgz) = 69c454793dc78b4d31a0dc6e2fe1a407051380fdec75d6f02b637a098ad7724b +SIZE (GraphViz2-2.01.tgz) = 193002 diff --git a/graphics/p5-GraphViz2/pkg-plist b/graphics/p5-GraphViz2/pkg-plist index 38644d644291..03860a2f497c 100644 --- a/graphics/p5-GraphViz2/pkg-plist +++ b/graphics/p5-GraphViz2/pkg-plist @@ -46,6 +46,8 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sub.graph.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sub.sub.graph.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/trivial.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8.test.pl %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz2 @dirrm %%SITE_PERL%%/GraphViz2/Parse |