Date: Fri, 15 Mar 2013 07:51:43 +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: r314278 - head/graphics/p5-GraphViz2 Message-ID: <201303150751.r2F7phn5023997@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Mar 15 07:51:43 2013 New Revision: 314278 URL: http://svnweb.freebsd.org/changeset/ports/314278 Log: - Update to 2.07 - Update LICENSE - Remove outdated PERL_LEVEL check 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 Fri Mar 15 07:40:34 2013 (r314277) +++ head/graphics/p5-GraphViz2/Makefile Fri Mar 15 07:51:43 2013 (r314278) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz2 -PORTVERSION= 2.06 +PORTVERSION= 2.07 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSAVAGE @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org COMMENT= A wrapper for AT&T Graphviz -LICENSE= ART10 +LICENSE= ART20 BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ p5-Algorithm-Dependency>=1.110:${PORTSDIR}/devel/p5-Algorithm-Dependency \ @@ -37,7 +37,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PO 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 +TEST_DEPENDS= p5-Test-Pod>=1.45:${PORTSDIR}/devel/p5-Test-Pod OPTIONS_DEFINE= EXAMPLES @@ -58,15 +58,6 @@ MAN3= GraphViz2.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-File-Temp>=0.22:${PORTSDIR}/devel/p5-File-Temp -RUN_DEPENDS+= p5-File-Temp>=0.22:${PORTSDIR}/devel/p5-File-Temp -.endif - -.if ${PERL_LEVEL} < 501200 -TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple -.endif - .if ${PERL_LEVEL} < 501400 BUILD_DEPENDS+= p5-HTTP-Tiny>=0.012:${PORTSDIR}/www/p5-HTTP-Tiny \ p5-PathTools>=3.3300:${PORTSDIR}/devel/p5-PathTools \ Modified: head/graphics/p5-GraphViz2/distinfo ============================================================================== --- head/graphics/p5-GraphViz2/distinfo Fri Mar 15 07:40:34 2013 (r314277) +++ head/graphics/p5-GraphViz2/distinfo Fri Mar 15 07:51:43 2013 (r314278) @@ -1,2 +1,2 @@ -SHA256 (GraphViz2-2.06.tgz) = b7f32c3ef95993503ac2dc8b197f29b37be42470ad0fbfed4462d9d5a6cfb182 -SIZE (GraphViz2-2.06.tgz) = 201094 +SHA256 (GraphViz2-2.07.tgz) = b80c7ddcf65b93450df49d119b27f9e830f0e63d8d38a3c9c0d14d46055a5a37 +SIZE (GraphViz2-2.07.tgz) = 203047 Modified: head/graphics/p5-GraphViz2/pkg-plist ============================================================================== --- head/graphics/p5-GraphViz2/pkg-plist Fri Mar 15 07:40:34 2013 (r314277) +++ head/graphics/p5-GraphViz2/pkg-plist Fri Mar 15 07:51:43 2013 (r314278) @@ -48,6 +48,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rank.sub.graph.4.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/report.nodes.and.edges.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/report.valid.attributes.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sqlite.foreign.keys.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sub.graph.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sub.sub.graph.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/trivial.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150751.r2F7phn5023997>