diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-16 00:51:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-16 00:51:33 +0800 |
commit | 8784c4779ba4f5e43001a8d46467c9be1e81c9de (patch) | |
tree | eb7036cd4dc853f5540a437e51c83f7e03a3fbdb /textproc | |
parent | ef20d0d6115f62fa3567cfbb671b8c557821e39a (diff) | |
download | freebsd-ports-gnome-8784c4779ba4f5e43001a8d46467c9be1e81c9de.tar.gz freebsd-ports-gnome-8784c4779ba4f5e43001a8d46467c9be1e81c9de.tar.zst freebsd-ports-gnome-8784c4779ba4f5e43001a8d46467c9be1e81c9de.zip |
- Update to 0.95
- Fix *_DEPENDS: File::Slurp was replaced by File::Slurp::Tiny in 0.94
Changes: http://search.cpan.org/dist/XML-LibXML-Simple/ChangeLog
PR: ports/196484
Submitted by: sunpoet (myself)
Approved by: markun@onohara.to (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-LibXML-Simple/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML-Simple/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/p5-XML-LibXML-Simple/Makefile b/textproc/p5-XML-LibXML-Simple/Makefile index 640d1358af16..ac2c9e168c15 100644 --- a/textproc/p5-XML-LibXML-Simple/Makefile +++ b/textproc/p5-XML-LibXML-Simple/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXML-Simple -PORTVERSION= 0.94 -PORTREVISION= 1 +PORTVERSION= 0.95 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +13,9 @@ COMMENT= XML::LibXML clone of XML::Simple::XMLin() LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ +BUILD_DEPENDS= p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny \ p5-XML-LibXML>=1.64:${PORTSDIR}/textproc/p5-XML-LibXML -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-XML-LibXML-Simple/distinfo b/textproc/p5-XML-LibXML-Simple/distinfo index db832eddfc55..93a29cdf8b20 100644 --- a/textproc/p5-XML-LibXML-Simple/distinfo +++ b/textproc/p5-XML-LibXML-Simple/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-LibXML-Simple-0.94.tar.gz) = c3a8cc7fd46e86f7578302102a518b4d527ac58f452cc58041c7b885528ed1cc -SIZE (XML-LibXML-Simple-0.94.tar.gz) = 21742 +SHA256 (XML-LibXML-Simple-0.95.tar.gz) = b1272256cee7b4341368819f25dc66555b00dea0bca11d890cb0e2b78ac40e63 +SIZE (XML-LibXML-Simple-0.95.tar.gz) = 21968 |