diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-10 09:59:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-10 09:59:42 +0800 |
commit | 46ffbd40c4ab44e9f2d5a97b02f42532bd900622 (patch) | |
tree | 2641c6efca466e888b80fe11c4068c7e7e432c4b /textproc | |
parent | c218ca7cbb82aeada6a6621c8cb3a747584a9a84 (diff) | |
download | freebsd-ports-gnome-46ffbd40c4ab44e9f2d5a97b02f42532bd900622.tar.gz freebsd-ports-gnome-46ffbd40c4ab44e9f2d5a97b02f42532bd900622.tar.zst freebsd-ports-gnome-46ffbd40c4ab44e9f2d5a97b02f42532bd900622.zip |
- Update to 0.49
- Remove incorrect PERL_LEVEL check: Module::Pluggable was first released with perl 5.8.9
Changes: http://search.cpan.org/dist/XML-Feed/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/distinfo | 4 |
2 files changed, 5 insertions, 11 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index 2c15957932cf..8ae883417bbb 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Feed -PORTVERSION= 0.48 +PORTVERSION= 0.49 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -30,7 +30,7 @@ BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-XML-RSS-LibXML>=0:${PORTSDIR}/textproc/p5-XML-RSS-LibXML +TEST_DEPENDS= p5-XML-RSS-LibXML>=0.30.04:${PORTSDIR}/textproc/p5-XML-RSS-LibXML PERL_CONFIGURE= yes @@ -39,10 +39,4 @@ MAN3= XML::Feed.3 \ XML::Feed::Enclosure.3 \ XML::Feed::Entry.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500905 -RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-XML-Feed/distinfo b/textproc/p5-XML-Feed/distinfo index f8b7b60e5a6b..528d97d86e29 100644 --- a/textproc/p5-XML-Feed/distinfo +++ b/textproc/p5-XML-Feed/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-Feed-0.48.tar.gz) = f6a961b87c181f00b009aedec837d1d449d09b473c006713ee3d5197b78f2ebc -SIZE (XML-Feed-0.48.tar.gz) = 51436 +SHA256 (XML-Feed-0.49.tar.gz) = 9a601ab600e884e0ee771913fdb7c2cf270d0c2858f7022c3f3f8d9d04de7960 +SIZE (XML-Feed-0.49.tar.gz) = 51703 |