From owner-svn-ports-all@freebsd.org Sat Jul 29 19:26:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA062DC96BD; Sat, 29 Jul 2017 19:26:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B39CD74D48; Sat, 29 Jul 2017 19:26:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6TJQ04I018271; Sat, 29 Jul 2017 19:26:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6TJQ0Ar018268; Sat, 29 Jul 2017 19:26:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707291926.v6TJQ0Ar018268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 29 Jul 2017 19:26:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446890 - head/textproc/p5-XML-XPath X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-XML-XPath X-SVN-Commit-Revision: 446890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2017 19:26:02 -0000 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 +.include + +.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 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/