diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-11-01 07:35:24 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-11-01 07:35:24 +0000 |
commit | 9b1881f64ed04a133791caeec30f93d8ac52aed7 (patch) | |
tree | bd0b4fad726954a82d67385b81a8e260a86c9c5a | |
parent | - Update to 0.12.4 (diff) |
- Update to 2.08
Notes
Notes:
svn path=/head/; revision=284827
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 14 | ||||
-rw-r--r-- | graphics/p5-GraphViz/distinfo | 4 |
2 files changed, 13 insertions, 5 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index bf6e5484ffc7..03893f41be2b 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -6,21 +6,24 @@ # PORTNAME= GraphViz -PORTVERSION= 2.04 -PORTREVISION= 3 +PORTVERSION= 2.08 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz MAINTAINER= clsung@FreeBSD.org COMMENT= GraphViz - Perl interface to the GraphViz graphing tool -BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz +BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ + p5-File-Which>=0:${PORTSDIr}/sysutils/p5-File-Which RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent \ p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ dot:${PORTSDIR}/graphics/graphviz +TEST_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= Devel::GraphVizProf.3 \ @@ -34,4 +37,9 @@ MAN3= Devel::GraphVizProf.3 \ GraphViz::Small.3 \ GraphViz::XML.3 +.if defined(MAINTAINER_MODE) +regression-test: build + cd ${WRKSRC} && ${MAKE} test +.endif + .include <bsd.port.mk> diff --git a/graphics/p5-GraphViz/distinfo b/graphics/p5-GraphViz/distinfo index 51b856540c5f..056606ae7c63 100644 --- a/graphics/p5-GraphViz/distinfo +++ b/graphics/p5-GraphViz/distinfo @@ -1,2 +1,2 @@ -SHA256 (GraphViz-2.04.tar.gz) = ad0b63af14224968a6cd2abeecebb856235fcf2105dba366e269dd449a54b7bf -SIZE (GraphViz-2.04.tar.gz) = 84690 +SHA256 (GraphViz-2.08.tgz) = e38ab6c63df018ffe16066dab96d06d3868485594ce3c3afba60ad16131106df +SIZE (GraphViz-2.08.tgz) = 115835 |