From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:23 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 111E3A2EBCE; Fri, 13 Nov 2015 19:13:23 +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 B215D12D9; Fri, 13 Nov 2015 19:13:22 +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 tADJDL7O084466; Fri, 13 Nov 2015 19:13:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDL4V084464; Fri, 13 Nov 2015 19:13:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDL4V084464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401540 - head/graphics/p5-GraphViz 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: Fri, 13 Nov 2015 19:13:23 -0000 Author: sunpoet Date: Fri Nov 13 19:13:21 2015 New Revision: 401540 URL: https://svnweb.freebsd.org/changeset/ports/401540 Log: - Update to 2.19 - Add LICENSE_FILE - Add TEST_DEPENDS - Add NO_ARCH 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 Fri Nov 13 19:13:17 2015 (r401539) +++ head/graphics/p5-GraphViz/Makefile Fri Nov 13 19:13:21 2015 (r401540) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz -PORTVERSION= 2.18 +PORTVERSION= 2.19 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,15 +11,24 @@ MAINTAINER= perl@FreeBSD.org COMMENT= GraphViz - Perl interface to the GraphViz graphing tool LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ + p5-File-Which>=1.09:${PORTSDIR}/sysutils/p5-File-Which \ p5-IPC-Run>=0.60:${PORTSDIR}/devel/p5-IPC-Run \ p5-Parse-RecDescent>=1.965.001:${PORTSDIR}/devel/p5-Parse-RecDescent \ p5-XML-Twig>=3.38:${PORTSDIR}/textproc/p5-XML-Twig RUN_DEPENDS:= ${BUILD_DEPENDS} BUILD_DEPENDS+= p5-File-Which>=1.09:${PORTSDIR}/sysutils/p5-File-Which +NO_ARCH= yes USES= perl5 tar:tgz USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Modified: head/graphics/p5-GraphViz/distinfo ============================================================================== --- head/graphics/p5-GraphViz/distinfo Fri Nov 13 19:13:17 2015 (r401539) +++ head/graphics/p5-GraphViz/distinfo Fri Nov 13 19:13:21 2015 (r401540) @@ -1,2 +1,2 @@ -SHA256 (GraphViz-2.18.tgz) = 305d012a43e9522d5f91b63a52e926061ba372431735ede95ce7712f486baffd -SIZE (GraphViz-2.18.tgz) = 115211 +SHA256 (GraphViz-2.19.tgz) = 27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 +SIZE (GraphViz-2.19.tgz) = 86529