diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-08 08:54:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-08 08:54:14 +0000 |
commit | 658660e7f2b487bd4d07f8f159e4d38248e5584b (patch) | |
tree | 2f581a900d08f947c97b56ed7eca72a4c978ba09 /graphics/p5-GraphViz2 | |
parent | 40a50349d608d0e3de5d35cfa10abbbef3362819 (diff) | |
download | ports-658660e7f2b487bd4d07f8f159e4d38248e5584b.tar.gz ports-658660e7f2b487bd4d07f8f159e4d38248e5584b.zip |
Notes
Diffstat (limited to 'graphics/p5-GraphViz2')
-rw-r--r-- | graphics/p5-GraphViz2/Makefile | 16 | ||||
-rw-r--r-- | graphics/p5-GraphViz2/distinfo | 4 | ||||
-rw-r--r-- | graphics/p5-GraphViz2/pkg-plist | 1 |
3 files changed, 13 insertions, 8 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index 97193e2759b5..b783ccdbfce2 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz2 -PORTVERSION= 2.20 +PORTVERSION= 2.22 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSAVAGE @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ 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-Config-Tiny>=2.14:${PORTSDIR}/devel/p5-Config-Tiny \ + p5-Config-Tiny>=2.16:${PORTSDIR}/devel/p5-Config-Tiny \ p5-DBI>=1.616:${PORTSDIR}/databases/p5-DBI \ p5-Data-Section-Simple>=0.02:${PORTSDIR}/devel/p5-Data-Section-Simple \ p5-Date-Simple>=3.03:${PORTSDIR}/devel/p5-Date-Simple \ @@ -33,10 +33,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ p5-Log-Handler>=0.71:${PORTSDIR}/devel/p5-Log-Handler \ p5-Moo>=1.002000:${PORTSDIR}/devel/p5-Moo \ p5-Parse-RecDescent>=1.965.001:${PORTSDIR}/devel/p5-Parse-RecDescent \ - p5-Path-Tiny>=0.025:${PORTSDIR}/devel/p5-Path-Tiny \ - p5-PathTools>=3.3300:${PORTSDIR}/devel/p5-PathTools \ p5-Perl6-Slurp>=0.05.1003:${PORTSDIR}/devel/p5-Perl6-Slurp \ - p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Set-Array>=0.23:${PORTSDIR}/devel/p5-Set-Array \ p5-Text-Xslate>=1.2000:${PORTSDIR}/textproc/p5-Text-Xslate \ p5-Tree-DAG_Node>=1.06:${PORTSDIR}/devel/p5-Tree-DAG_Node \ @@ -74,4 +71,11 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/scripts/* ${EXAMPLESDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools +RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/p5-GraphViz2/distinfo b/graphics/p5-GraphViz2/distinfo index e98e02fb9006..ca82aff04d82 100644 --- a/graphics/p5-GraphViz2/distinfo +++ b/graphics/p5-GraphViz2/distinfo @@ -1,2 +1,2 @@ -SHA256 (GraphViz2-2.20.tgz) = 1c5a27123f9ae4505366016f6cb7f4d050a60d33bb4b8ff37dcc895bdfd857af -SIZE (GraphViz2-2.20.tgz) = 192327 +SHA256 (GraphViz2-2.22.tgz) = 88324ae06427d46ba915394d877e1c63a3011280e01dd79e3dcc0a1418ec491f +SIZE (GraphViz2-2.22.tgz) = 195328 diff --git a/graphics/p5-GraphViz2/pkg-plist b/graphics/p5-GraphViz2/pkg-plist index 35317a9f95ad..69c10c65b92c 100644 --- a/graphics/p5-GraphViz2/pkg-plist +++ b/graphics/p5-GraphViz2/pkg-plist @@ -60,6 +60,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/report.nodes.and.edges.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/report.valid.attributes.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sqlite.foreign.keys.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sub.graph.frames.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sub.graph.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sub.sub.graph.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/trivial.pl |