Date: Wed, 10 Oct 2012 13:02:03 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305652 - head/graphics/p5-GraphViz2 Message-ID: <201210101302.q9AD23xN031487@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210101302.q9AD23xN031487>