From owner-svn-ports-all@FreeBSD.ORG Fri Nov 29 17:40:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3638A631; Fri, 29 Nov 2013 17:40:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07EC613B5; Fri, 29 Nov 2013 17:40:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATHeL1q038495; Fri, 29 Nov 2013 17:40:21 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATHeLKe038493; Fri, 29 Nov 2013 17:40:21 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291740.rATHeLKe038493@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 17:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335207 - 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-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 17:40:22 -0000 Author: sunpoet Date: Fri Nov 29 17:40:21 2013 New Revision: 335207 URL: http://svnweb.freebsd.org/changeset/ports/335207 Log: - Update to 2.15 - Add LICENSE - Fix *_DEPENDS - Remove regression-test: Changes: http://search.cpan.org/dist/GraphViz/Changes Modified: head/graphics/p5-GraphViz/Makefile head/graphics/p5-GraphViz/distinfo (contents, props changed) Modified: head/graphics/p5-GraphViz/Makefile ============================================================================== --- head/graphics/p5-GraphViz/Makefile Fri Nov 29 17:32:47 2013 (r335206) +++ head/graphics/p5-GraphViz/Makefile Fri Nov 29 17:40:21 2013 (r335207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz -PORTVERSION= 2.14 +PORTVERSION= 2.15 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,19 +11,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= perl@FreeBSD.org COMMENT= GraphViz - Perl interface to the GraphViz graphing tool -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 +LICENSE= ART20 + +BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ + 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} USES= perl5 USE_PERL5= configure -.if defined(MAINTAINER_MODE) -regression-test: build - cd ${WRKSRC} && ${MAKE} test -.endif - .include Modified: head/graphics/p5-GraphViz/distinfo ============================================================================== --- head/graphics/p5-GraphViz/distinfo Fri Nov 29 17:32:47 2013 (r335206) +++ head/graphics/p5-GraphViz/distinfo Fri Nov 29 17:40:21 2013 (r335207) @@ -1,2 +1,2 @@ -SHA256 (GraphViz-2.14.tgz) = 9958e697ada73f47a7e4e6529181f5d74ad3e212716c18123053cb4a085cf2e0 -SIZE (GraphViz-2.14.tgz) = 117648 +SHA256 (GraphViz-2.15.tgz) = e2c74250074022a965a262504ae70ba0dcb8ee7fab919998a8b9fad03648f559 +SIZE (GraphViz-2.15.tgz) = 118433