diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-15 07:51:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-15 07:51:43 +0000 |
commit | 0f3653f9cae9ea8f492b937d5fae64e5ce886ef0 (patch) | |
tree | 077b30303dc117b5f1431230c855edc3ede344f4 /graphics/p5-GraphViz2 | |
parent | bba5e4fdd0e749d5a8e5c90afde11c0863370c8e (diff) | |
download | ports-0f3653f9cae9ea8f492b937d5fae64e5ce886ef0.tar.gz ports-0f3653f9cae9ea8f492b937d5fae64e5ce886ef0.zip |
Notes
Diffstat (limited to 'graphics/p5-GraphViz2')
-rw-r--r-- | graphics/p5-GraphViz2/Makefile | 15 | ||||
-rw-r--r-- | graphics/p5-GraphViz2/distinfo | 4 | ||||
-rw-r--r-- | graphics/p5-GraphViz2/pkg-plist | 1 |
3 files changed, 6 insertions, 14 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index a6b353c5adb3..b67461b99bfb 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz2 -PORTVERSION= 2.06 +PORTVERSION= 2.07 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSAVAGE @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org COMMENT= A wrapper for AT&T Graphviz -LICENSE= ART10 +LICENSE= ART20 BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ p5-Algorithm-Dependency>=1.110:${PORTSDIR}/devel/p5-Algorithm-Dependency \ @@ -37,7 +37,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ p5-XML-Bare>=0:${PORTSDIR}/textproc/p5-XML-Bare \ p5-XML-Tiny>=2.06:${PORTSDIR}/textproc/p5-XML-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.44:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Pod>=1.45:${PORTSDIR}/devel/p5-Test-Pod OPTIONS_DEFINE= EXAMPLES @@ -58,15 +58,6 @@ MAN3= GraphViz2.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-File-Temp>=0.22:${PORTSDIR}/devel/p5-File-Temp -RUN_DEPENDS+= p5-File-Temp>=0.22:${PORTSDIR}/devel/p5-File-Temp -.endif - -.if ${PERL_LEVEL} < 501200 -TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple -.endif - .if ${PERL_LEVEL} < 501400 BUILD_DEPENDS+= p5-HTTP-Tiny>=0.012:${PORTSDIR}/www/p5-HTTP-Tiny \ p5-PathTools>=3.3300:${PORTSDIR}/devel/p5-PathTools \ diff --git a/graphics/p5-GraphViz2/distinfo b/graphics/p5-GraphViz2/distinfo index af09bde47a27..a661d0072c60 100644 --- a/graphics/p5-GraphViz2/distinfo +++ b/graphics/p5-GraphViz2/distinfo @@ -1,2 +1,2 @@ -SHA256 (GraphViz2-2.06.tgz) = b7f32c3ef95993503ac2dc8b197f29b37be42470ad0fbfed4462d9d5a6cfb182 -SIZE (GraphViz2-2.06.tgz) = 201094 +SHA256 (GraphViz2-2.07.tgz) = b80c7ddcf65b93450df49d119b27f9e830f0e63d8d38a3c9c0d14d46055a5a37 +SIZE (GraphViz2-2.07.tgz) = 203047 diff --git a/graphics/p5-GraphViz2/pkg-plist b/graphics/p5-GraphViz2/pkg-plist index e005740d1fc6..c75bd0712b55 100644 --- a/graphics/p5-GraphViz2/pkg-plist +++ b/graphics/p5-GraphViz2/pkg-plist @@ -48,6 +48,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rank.sub.graph.4.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/report.nodes.and.edges.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/report.valid.attributes.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sqlite.foreign.keys.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sub.graph.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sub.sub.graph.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/trivial.pl |