From owner-svn-ports-head@freebsd.org Thu Oct 8 18:42:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F98F9D2E5C; Thu, 8 Oct 2015 18:42:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AB00C5A; Thu, 8 Oct 2015 18:42:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t98Igrl9059258; Thu, 8 Oct 2015 18:42:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t98IgrVH059256; Thu, 8 Oct 2015 18:42:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510081842.t98IgrVH059256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 8 Oct 2015 18:42:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398842 - head/graphics/p5-GraphViz2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 18:42:54 -0000 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 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