From owner-svn-ports-all@FreeBSD.ORG Wed Oct 10 13:02:04 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 30C318E5; Wed, 10 Oct 2012 13:02:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F26F78FC14; Wed, 10 Oct 2012 13:02:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9AD23ZN031491; Wed, 10 Oct 2012 13:02:03 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9AD23xN031487; Wed, 10 Oct 2012 13:02:03 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201210101302.q9AD23xN031487@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 10 Oct 2012 13:02:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305652 - 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, 10 Oct 2012 13:02:04 -0000 X-List-Received-Date: Wed, 10 Oct 2012 13:02:04 -0000 Author: sunpoet Date: Wed Oct 10 13:02:03 2012 New Revision: 305652 URL: http://svn.freebsd.org/changeset/ports/305652 Log: - Update to 2.05 - Convert to new options framework Changes: http://search.cpan.org/dist/GraphViz2/CHANGES Modified: head/graphics/p5-GraphViz2/Makefile head/graphics/p5-GraphViz2/distinfo head/graphics/p5-GraphViz2/pkg-plist Modified: head/graphics/p5-GraphViz2/Makefile ============================================================================== --- head/graphics/p5-GraphViz2/Makefile Wed Oct 10 13:01:16 2012 (r305651) +++ head/graphics/p5-GraphViz2/Makefile Wed Oct 10 13:02:03 2012 (r305652) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz2 -PORTVERSION= 2.04 +PORTVERSION= 2.05 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSAVAGE @@ -37,6 +37,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PO RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.44:${PORTSDIR}/devel/p5-Test-Pod +OPTIONS_DEFINE= EXAMPLES + PERL_CONFIGURE= 5.14.2+ MAN3= GraphViz2.3 \ @@ -75,7 +77,7 @@ RUN_DEPENDS+= p5-HTTP-Tiny>=0.012:${PORT .endif post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/scripts/* ${EXAMPLESDIR}/ .endif Modified: head/graphics/p5-GraphViz2/distinfo ============================================================================== --- head/graphics/p5-GraphViz2/distinfo Wed Oct 10 13:01:16 2012 (r305651) +++ head/graphics/p5-GraphViz2/distinfo Wed Oct 10 13:02:03 2012 (r305652) @@ -1,2 +1,2 @@ -SHA256 (GraphViz2-2.04.tgz) = 8583a0258799f0914f5bcdf5a61f6656f85a9cf40278e217472848f08bc8271e -SIZE (GraphViz2-2.04.tgz) = 198337 +SHA256 (GraphViz2-2.05.tgz) = 4ac49dc103699168539a656c6ee8ba1f33ef1ddf0b757217d1624a0b8085ebac +SIZE (GraphViz2-2.05.tgz) = 201011 Modified: head/graphics/p5-GraphViz2/pkg-plist ============================================================================== --- head/graphics/p5-GraphViz2/pkg-plist Wed Oct 10 13:01:16 2012 (r305651) +++ head/graphics/p5-GraphViz2/pkg-plist Wed Oct 10 13:02:03 2012 (r305652) @@ -46,6 +46,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rank.sub.graph.2.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rank.sub.graph.3.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rank.sub.graph.4.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/report.nodes.and.edges.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/report.valid.attributes.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sub.graph.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sub.sub.graph.pl