Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2013 17:40:21 +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: r335207 - head/graphics/p5-GraphViz
Message-ID:  <201311291740.rATHeLKe038493@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov 29 17:40:21 2013
New Revision: 335207
URL: http://svnweb.freebsd.org/changeset/ports/335207

Log:
  - Update to 2.15
  - Add LICENSE
  - Fix *_DEPENDS
  - Remove regression-test:
  
  Changes:	http://search.cpan.org/dist/GraphViz/Changes

Modified:
  head/graphics/p5-GraphViz/Makefile
  head/graphics/p5-GraphViz/distinfo   (contents, props changed)

Modified: head/graphics/p5-GraphViz/Makefile
==============================================================================
--- head/graphics/p5-GraphViz/Makefile	Fri Nov 29 17:32:47 2013	(r335206)
+++ head/graphics/p5-GraphViz/Makefile	Fri Nov 29 17:40:21 2013	(r335207)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	GraphViz
-PORTVERSION=	2.14
+PORTVERSION=	2.15
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,19 +11,15 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	GraphViz - Perl interface to the GraphViz graphing tool
 
-BUILD_DEPENDS=	dot:${PORTSDIR}/graphics/graphviz \
-    		p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which
-RUN_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
-		p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent \
-		p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \
-		dot:${PORTSDIR}/graphics/graphviz
+LICENSE=	ART20
+
+BUILD_DEPENDS=	${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \
+		p5-IPC-Run>=0.60:${PORTSDIR}/devel/p5-IPC-Run \
+		p5-Parse-RecDescent>=1.965.001:${PORTSDIR}/devel/p5-Parse-RecDescent \
+		p5-XML-Twig>=3.38:${PORTSDIR}/textproc/p5-XML-Twig
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
 
-.if defined(MAINTAINER_MODE)
-regression-test: build
-	cd ${WRKSRC} && ${MAKE} test
-.endif
-
 .include <bsd.port.mk>

Modified: head/graphics/p5-GraphViz/distinfo
==============================================================================
--- head/graphics/p5-GraphViz/distinfo	Fri Nov 29 17:32:47 2013	(r335206)
+++ head/graphics/p5-GraphViz/distinfo	Fri Nov 29 17:40:21 2013	(r335207)
@@ -1,2 +1,2 @@
-SHA256 (GraphViz-2.14.tgz) = 9958e697ada73f47a7e4e6529181f5d74ad3e212716c18123053cb4a085cf2e0
-SIZE (GraphViz-2.14.tgz) = 117648
+SHA256 (GraphViz-2.15.tgz) = e2c74250074022a965a262504ae70ba0dcb8ee7fab919998a8b9fad03648f559
+SIZE (GraphViz-2.15.tgz) = 118433



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311291740.rATHeLKe038493>