diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-02-02 03:49:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-02-02 03:49:27 +0800 |
commit | 6ded544edaaab3f3052625687c88cc9264ce1546 (patch) | |
tree | dd8057935c17c53c27238568d17c88438350d0e9 /textproc | |
parent | b2ee449b63db1b08732b1d5392235d914de62a8f (diff) | |
download | freebsd-ports-gnome-6ded544edaaab3f3052625687c88cc9264ce1546.tar.gz freebsd-ports-gnome-6ded544edaaab3f3052625687c88cc9264ce1546.tar.zst freebsd-ports-gnome-6ded544edaaab3f3052625687c88cc9264ce1546.zip |
- Update to 1.27
Changes: http://search.cpan.org/dist/XML-XPath/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-XPath/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index 9b15dafb7dbf..500d897e0eee 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-XPath -PORTVERSION= 1.25 +PORTVERSION= 1.27 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,8 @@ COMMENT= Modules for parsing and evaluating XPath statements LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-XML-Parser>=2.23:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-Path-Tiny>=0.076:${PORTSDIR}/devel/p5-Path-Tiny \ + p5-XML-Parser>=2.23:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/textproc/p5-XML-XPath/distinfo b/textproc/p5-XML-XPath/distinfo index 21a0072ca301..f4686c1f8f8b 100644 --- a/textproc/p5-XML-XPath/distinfo +++ b/textproc/p5-XML-XPath/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-XPath-1.25.tar.gz) = 2e5dc7ab6a45290b46b4b6d5fee8e7805881ee6389577e11efec534460c1e9c2 -SIZE (XML-XPath-1.25.tar.gz) = 50401 +SHA256 (XML-XPath-1.27.tar.gz) = 4a084d59c4cddd449efd8042ebd72c04442112d50c10a9fe1d566f4fae1f40f7 +SIZE (XML-XPath-1.27.tar.gz) = 52012 |