Date: Sat, 29 Jul 2017 19:26:00 +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: r446890 - head/textproc/p5-XML-XPath Message-ID: <201707291926.v6TJQ0Ar018268@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jul 29 19:26:00 2017 New Revision: 446890 URL: https://svnweb.freebsd.org/changeset/ports/446890 Log: Update to 1.41 - Add missing *_DEPENDS - Update WWW Changes: http://search.cpan.org/dist/XML-XPath/Changes Modified: head/textproc/p5-XML-XPath/Makefile head/textproc/p5-XML-XPath/distinfo head/textproc/p5-XML-XPath/pkg-descr Modified: head/textproc/p5-XML-XPath/Makefile ============================================================================== --- head/textproc/p5-XML-XPath/Makefile Sat Jul 29 19:25:55 2017 (r446889) +++ head/textproc/p5-XML-XPath/Makefile Sat Jul 29 19:26:00 2017 (r446890) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-XPath -PORTVERSION= 1.40 +PORTVERSION= 1.41 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,4 +21,11 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502501 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> Modified: head/textproc/p5-XML-XPath/distinfo ============================================================================== --- head/textproc/p5-XML-XPath/distinfo Sat Jul 29 19:25:55 2017 (r446889) +++ head/textproc/p5-XML-XPath/distinfo Sat Jul 29 19:26:00 2017 (r446890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479543313 -SHA256 (XML-XPath-1.40.tar.gz) = 2bf66f51fa786e3ce9273bfac6c842d0dd8dbaf5126a7964456a4a41e802ea1e -SIZE (XML-XPath-1.40.tar.gz) = 55322 +TIMESTAMP = 1501325049 +SHA256 (XML-XPath-1.41.tar.gz) = b03dd3693e782c2edb32777463e9d1db38ba99e0c96eedc2d020632f01177543 +SIZE (XML-XPath-1.41.tar.gz) = 55851 Modified: head/textproc/p5-XML-XPath/pkg-descr ============================================================================== --- head/textproc/p5-XML-XPath/pkg-descr Sat Jul 29 19:25:55 2017 (r446889) +++ head/textproc/p5-XML-XPath/pkg-descr Sat Jul 29 19:26:00 2017 (r446890) @@ -3,5 +3,5 @@ http://www.w3.org/TR/xpath and yet allow extensions to form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath. -WWW: http://www.w3.org/TR/xpath/ +WWW: https://www.w3.org/TR/xpath/ WWW: http://search.cpan.org/dist/XML-XPath/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707291926.v6TJQ0Ar018268>