svn commit: r416033 - head/graphics/p5-GraphViz

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 28 17:09:41 UTC 2016


Author: sunpoet
Date: Sat May 28 17:09:39 2016
New Revision: 416033
URL: https://svnweb.freebsd.org/changeset/ports/416033

Log:
  - Update to 2.21
  
  Changes:	http://search.cpan.org/dist/GraphViz/Changes

Modified:
  head/graphics/p5-GraphViz/Makefile
  head/graphics/p5-GraphViz/distinfo

Modified: head/graphics/p5-GraphViz/Makefile
==============================================================================
--- head/graphics/p5-GraphViz/Makefile	Sat May 28 17:09:35 2016	(r416032)
+++ head/graphics/p5-GraphViz/Makefile	Sat May 28 17:09:39 2016	(r416033)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	GraphViz
-PORTVERSION=	2.20
+PORTVERSION=	2.21
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,21 +14,16 @@ LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	dot:graphics/graphviz \
-		p5-File-Which>=1.09:sysutils/p5-File-Which \
 		p5-IPC-Run>=0.60:devel/p5-IPC-Run \
 		p5-Parse-RecDescent>=1.965.001:devel/p5-Parse-RecDescent \
 		p5-XML-Twig>=3.38:textproc/p5-XML-Twig
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 BUILD_DEPENDS+=	p5-File-Which>=1.09:sysutils/p5-File-Which
+TEST_DEPENDS=	p5-Test-Simple>=1.302019:devel/p5-Test-Simple \
+		p5-Test2-Suite>=0.000030:devel/p5-Test2-Suite
 
 NO_ARCH=	yes
 USES=		perl5 tar:tgz
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-TEST_DEPENDS+=	p5-Test-Simple>=1.001014:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/graphics/p5-GraphViz/distinfo
==============================================================================
--- head/graphics/p5-GraphViz/distinfo	Sat May 28 17:09:35 2016	(r416032)
+++ head/graphics/p5-GraphViz/distinfo	Sat May 28 17:09:39 2016	(r416033)
@@ -1,2 +1,3 @@
-SHA256 (GraphViz-2.20.tgz) = 23eec8c7e0bfada7b1a172b79e87bdd759fc3360c594159fdc228578aff41a5c
-SIZE (GraphViz-2.20.tgz) = 86556
+TIMESTAMP = 1464328776
+SHA256 (GraphViz-2.21.tgz) = 96db3f6bfa566c5027f5e2c4c061aedb4232cd0ca1118b2f278437b36541fc7d
+SIZE (GraphViz-2.21.tgz) = 94771


More information about the svn-ports-head mailing list