Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2013 08:54:14 +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: r326712 - head/graphics/p5-GraphViz2
Message-ID:  <201309080854.r888sE4R018750@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep  8 08:54:14 2013
New Revision: 326712
URL: http://svnweb.freebsd.org/changeset/ports/326712

Log:
  - Update to 2.22
  - Fix *_DEPENDS
  
  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	Sun Sep  8 08:44:57 2013	(r326711)
+++ head/graphics/p5-GraphViz2/Makefile	Sun Sep  8 08:54:14 2013	(r326712)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	GraphViz2
-PORTVERSION=	2.20
+PORTVERSION=	2.22
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:RSAVAGE
@@ -19,7 +19,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/dot:${PO
 		p5-Capture-Tiny>=0.10:${PORTSDIR}/devel/p5-Capture-Tiny \
 		p5-Class-ISA>=0.36:${PORTSDIR}/devel/p5-Class-ISA \
 		p5-Class-Load>=0.17:${PORTSDIR}/devel/p5-Class-Load \
-		p5-Config-Tiny>=2.14:${PORTSDIR}/devel/p5-Config-Tiny \
+		p5-Config-Tiny>=2.16:${PORTSDIR}/devel/p5-Config-Tiny \
 		p5-DBI>=1.616:${PORTSDIR}/databases/p5-DBI \
 		p5-Data-Section-Simple>=0.02:${PORTSDIR}/devel/p5-Data-Section-Simple \
 		p5-Date-Simple>=3.03:${PORTSDIR}/devel/p5-Date-Simple \
@@ -33,10 +33,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/dot:${PO
 		p5-Log-Handler>=0.71:${PORTSDIR}/devel/p5-Log-Handler \
 		p5-Moo>=1.002000:${PORTSDIR}/devel/p5-Moo \
 		p5-Parse-RecDescent>=1.965.001:${PORTSDIR}/devel/p5-Parse-RecDescent \
-		p5-Path-Tiny>=0.025:${PORTSDIR}/devel/p5-Path-Tiny \
-		p5-PathTools>=3.3300:${PORTSDIR}/devel/p5-PathTools \
 		p5-Perl6-Slurp>=0.05.1003:${PORTSDIR}/devel/p5-Perl6-Slurp \
-		p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \
 		p5-Set-Array>=0.23:${PORTSDIR}/devel/p5-Set-Array \
 		p5-Text-Xslate>=1.2000:${PORTSDIR}/textproc/p5-Text-Xslate \
 		p5-Tree-DAG_Node>=1.06:${PORTSDIR}/devel/p5-Tree-DAG_Node \
@@ -74,4 +71,11 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/scripts/* ${EXAMPLESDIR}/
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501800
+BUILD_DEPENDS+=	p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
+RUN_DEPENDS+=	p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/graphics/p5-GraphViz2/distinfo
==============================================================================
--- head/graphics/p5-GraphViz2/distinfo	Sun Sep  8 08:44:57 2013	(r326711)
+++ head/graphics/p5-GraphViz2/distinfo	Sun Sep  8 08:54:14 2013	(r326712)
@@ -1,2 +1,2 @@
-SHA256 (GraphViz2-2.20.tgz) = 1c5a27123f9ae4505366016f6cb7f4d050a60d33bb4b8ff37dcc895bdfd857af
-SIZE (GraphViz2-2.20.tgz) = 192327
+SHA256 (GraphViz2-2.22.tgz) = 88324ae06427d46ba915394d877e1c63a3011280e01dd79e3dcc0a1418ec491f
+SIZE (GraphViz2-2.22.tgz) = 195328

Modified: head/graphics/p5-GraphViz2/pkg-plist
==============================================================================
--- head/graphics/p5-GraphViz2/pkg-plist	Sun Sep  8 08:44:57 2013	(r326711)
+++ head/graphics/p5-GraphViz2/pkg-plist	Sun Sep  8 08:54:14 2013	(r326712)
@@ -60,6 +60,7 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/report.nodes.and.edges.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/report.valid.attributes.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sqlite.foreign.keys.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sub.graph.frames.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?201309080854.r888sE4R018750>