aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2011-11-01 15:35:24 +0800
committerclsung <clsung@FreeBSD.org>2011-11-01 15:35:24 +0800
commit7b7cd0f291b929b34df05db4ba9dd5daba3215d9 (patch)
treeaca2974a410a248ec5451a9225dee3c63a7c0f32 /graphics
parent8b52866ee8d10121789bc9ec825af818816cdb91 (diff)
downloadfreebsd-ports-gnome-7b7cd0f291b929b34df05db4ba9dd5daba3215d9.tar.gz
freebsd-ports-gnome-7b7cd0f291b929b34df05db4ba9dd5daba3215d9.tar.zst
freebsd-ports-gnome-7b7cd0f291b929b34df05db4ba9dd5daba3215d9.zip
- Update to 2.08
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-GraphViz/Makefile14
-rw-r--r--graphics/p5-GraphViz/distinfo4
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