Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2015 18:42:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398842 - head/graphics/p5-GraphViz2
Message-ID:  <201510081842.t98IgrVH059256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  8 18:42:52 2015
New Revision: 398842
URL: https://svnweb.freebsd.org/changeset/ports/398842

Log:
  - Update to 2.36
  - Convert to new options target helper
  
  Changes:	http://search.cpan.org/dist/GraphViz2/Changes

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

Modified: head/graphics/p5-GraphViz2/Makefile
==============================================================================
--- head/graphics/p5-GraphViz2/Makefile	Thu Oct  8 18:42:48 2015	(r398841)
+++ head/graphics/p5-GraphViz2/Makefile	Thu Oct  8 18:42:52 2015	(r398842)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	GraphViz2
-PORTVERSION=	2.34
-PORTREVISION=	2
+PORTVERSION=	2.36
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:RSAVAGE
@@ -42,7 +41,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/dot:${PO
 		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.45:${PORTSDIR}/devel/p5-Test-Pod \
+TEST_DEPENDS=	p5-Test-Pod>=1.48:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Version>=0:${PORTSDIR}/devel/p5-Test-Version
 
 OPTIONS_DEFINE=	EXAMPLES
@@ -55,7 +54,7 @@ PORTEXAMPLES=	*
 
 SHEBANG_FILES=	scripts/generate.png.sh scripts/generate.svg.sh scripts/pod2html.sh
 
-post-install:
+post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
 	${INSTALL_DATA} ${WRKSRC}/scripts/* ${STAGEDIR}${EXAMPLESDIR}/
 
@@ -66,4 +65,8 @@ BUILD_DEPENDS+=	p5-PathTools>=3.4000:${P
 RUN_DEPENDS+=	p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
 .endif
 
+.if ${PERL_LEVEL} < 502200
+TEST_DEPENDS+=	p5-Test-Simple>=1.001014:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
 .include <bsd.port.post.mk>

Modified: head/graphics/p5-GraphViz2/distinfo
==============================================================================
--- head/graphics/p5-GraphViz2/distinfo	Thu Oct  8 18:42:48 2015	(r398841)
+++ head/graphics/p5-GraphViz2/distinfo	Thu Oct  8 18:42:52 2015	(r398842)
@@ -1,2 +1,2 @@
-SHA256 (GraphViz2-2.34.tgz) = 8dcc582224aef093853370fede3cc0440d7c3f7b350c0bf0a04f66bb7c320286
-SIZE (GraphViz2-2.34.tgz) = 236040
+SHA256 (GraphViz2-2.36.tgz) = 0499c59755ae24c4be23d2d9bbb905e60f0286a0fdc832490ad56bce26a832b8
+SIZE (GraphViz2-2.36.tgz) = 200498



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510081842.t98IgrVH059256>