From owner-svn-ports-all@FreeBSD.ORG Wed Dec 5 02:35:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 674C1C76; Wed, 5 Dec 2012 02:35:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 303648FC0C; Wed, 5 Dec 2012 02:35:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB52ZcTL039242; Wed, 5 Dec 2012 02:35:38 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB52Zb74039239; Wed, 5 Dec 2012 02:35:37 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201212050235.qB52Zb74039239@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2012 02:35:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308304 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 05 Dec 2012 02:35:38 -0000 Author: sunpoet Date: Wed Dec 5 02:35:37 2012 New Revision: 308304 URL: http://svnweb.freebsd.org/changeset/ports/308304 Log: - Update to 2.06 - Add LICENSE Changes: http://search.cpan.org/dist/GraphViz2/CHANGES Feature safe: yes Modified: head/graphics/p5-GraphViz2/Makefile head/graphics/p5-GraphViz2/distinfo Modified: head/graphics/p5-GraphViz2/Makefile ============================================================================== --- head/graphics/p5-GraphViz2/Makefile Wed Dec 5 02:34:08 2012 (r308303) +++ head/graphics/p5-GraphViz2/Makefile Wed Dec 5 02:35:37 2012 (r308304) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz2 -PORTVERSION= 2.05 +PORTVERSION= 2.06 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSAVAGE @@ -12,6 +12,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org COMMENT= A wrapper for AT&T Graphviz +LICENSE= ART10 + BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ p5-Algorithm-Dependency>=1.110:${PORTSDIR}/devel/p5-Algorithm-Dependency \ p5-Capture-Tiny>=0.10:${PORTSDIR}/devel/p5-Capture-Tiny \ @@ -32,7 +34,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PO p5-TimeDate>=1.20:${PORTSDIR}/devel/p5-TimeDate \ p5-Tree-DAG_Node>=1.06:${PORTSDIR}/devel/p5-Tree-DAG_Node \ p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-XML-Bare>=0.45:${PORTSDIR}/textproc/p5-XML-Bare \ + 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.44:${PORTSDIR}/devel/p5-Test-Pod Modified: head/graphics/p5-GraphViz2/distinfo ============================================================================== --- head/graphics/p5-GraphViz2/distinfo Wed Dec 5 02:34:08 2012 (r308303) +++ head/graphics/p5-GraphViz2/distinfo Wed Dec 5 02:35:37 2012 (r308304) @@ -1,2 +1,2 @@ -SHA256 (GraphViz2-2.05.tgz) = 4ac49dc103699168539a656c6ee8ba1f33ef1ddf0b757217d1624a0b8085ebac -SIZE (GraphViz2-2.05.tgz) = 201011 +SHA256 (GraphViz2-2.06.tgz) = b7f32c3ef95993503ac2dc8b197f29b37be42470ad0fbfed4462d9d5a6cfb182 +SIZE (GraphViz2-2.06.tgz) = 201094