diff options
author | adamw <adamw@FreeBSD.org> | 2016-02-07 00:32:39 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-02-07 00:32:39 +0800 |
commit | 87d701f6f16af41c0349185790316a80fe53b85b (patch) | |
tree | 803fb0768245da327f7408f4900475c16e694685 /textproc | |
parent | b02bbfbd76fac4107486f38a1c0835dec844f4b7 (diff) | |
download | freebsd-ports-gnome-87d701f6f16af41c0349185790316a80fe53b85b.tar.gz freebsd-ports-gnome-87d701f6f16af41c0349185790316a80fe53b85b.tar.zst freebsd-ports-gnome-87d701f6f16af41c0349185790316a80fe53b85b.zip |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-XPath/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index 7e6069dfc76c..9848223e6210 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -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 evaluating XPath statements 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 diff --git a/textproc/p5-XML-XPath/distinfo b/textproc/p5-XML-XPath/distinfo index 56ac784b1f08..fc5bb6c7b219 100644 --- a/textproc/p5-XML-XPath/distinfo +++ b/textproc/p5-XML-XPath/distinfo @@ -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 |