Date: Sat, 6 Feb 2016 16:32:39 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408303 - head/textproc/p5-XML-XPath Message-ID: <201602061632.u16GWdFL000555@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Feb 6 16:32:39 2016 New Revision: 408303 URL: https://svnweb.freebsd.org/changeset/ports/408303 Log: Update to 1.30. Move p5-Path-Tiny to TEST_DEPENDS as it is only used there, despite author listing it as being required for build. Changes: https://metacpan.org/changes/distribution/XML-XPath Modified: head/textproc/p5-XML-XPath/Makefile head/textproc/p5-XML-XPath/distinfo Modified: head/textproc/p5-XML-XPath/Makefile ============================================================================== --- head/textproc/p5-XML-XPath/Makefile Sat Feb 6 16:23:34 2016 (r408302) +++ head/textproc/p5-XML-XPath/Makefile Sat Feb 6 16:32:39 2016 (r408303) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-XPath -PORTVERSION= 1.28 +PORTVERSION= 1.30 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +13,9 @@ COMMENT= Modules for parsing and evaluat LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Path-Tiny>=0.076:${PORTSDIR}/devel/p5-Path-Tiny \ - p5-XML-Parser>=2.23:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=2.23:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Path-Tiny>=0.076:${PORTSDIR}/devel/p5-Path-Tiny NO_ARCH= yes USES= perl5 Modified: head/textproc/p5-XML-XPath/distinfo ============================================================================== --- head/textproc/p5-XML-XPath/distinfo Sat Feb 6 16:23:34 2016 (r408302) +++ head/textproc/p5-XML-XPath/distinfo Sat Feb 6 16:32:39 2016 (r408303) @@ -1,2 +1,2 @@ -SHA256 (XML-XPath-1.28.tar.gz) = eb50e3c39182d964b3fb474e04bcdbe55b64c03e8c6fa8e0cac9a00fb6392f3e -SIZE (XML-XPath-1.28.tar.gz) = 52042 +SHA256 (XML-XPath-1.30.tar.gz) = 157b2bbc295f70c757f4377337453bd5b34df4b6bbc4c3363964a534fa664997 +SIZE (XML-XPath-1.30.tar.gz) = 52698
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602061632.u16GWdFL000555>