diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-13 08:17:52 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-13 08:17:52 +0000 |
commit | bc4ea1180a8bf4b47da9d5821b253d50d488fedb (patch) | |
tree | 7488c63d7eda1e96841c47ad3ee83b2418992ba1 /textproc/p5-XML-Feed | |
parent | 3ad386e67de0719d5e78a622b321b61f5ef1bce3 (diff) | |
download | ports-bc4ea1180a8bf4b47da9d5821b253d50d488fedb.tar.gz ports-bc4ea1180a8bf4b47da9d5821b253d50d488fedb.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Feed')
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index a25cf68ece0d..a69a73febb62 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Feed -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -18,8 +18,8 @@ COMMENT= Perl5 modules for Syndication feed parser and auto-discovery RUN_DEPENDS= ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \ ${SITE_PERL}/Feed/Find.pm:${PORTSDIR}/www/p5-Feed-Find \ ${SITE_PERL}/URI/Fetch.pm:${PORTSDIR}/www/p5-URI-Fetch \ - ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ - ${SITE_PERL}/XML/Atom.pm:${PORTSDIR}/textproc/p5-XML-Atom \ + ${SITE_PERL}/XML/RSS.pm>=1.01:${PORTSDIR}/textproc/p5-XML-RSS \ + ${SITE_PERL}/XML/Atom.pm>=0.08:${PORTSDIR}/textproc/p5-XML-Atom \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ ${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \ @@ -42,7 +42,7 @@ post-patch: # p5-XML-Atom needs 5.8.5 .if ${PERL_LEVEL} < 500805 -IGNORE= requires perl 5.8.5 or later. Install lang/perl5. then try again +IGNORE= requires perl 5.8.5 or later. Install lang/perl5.8 then try again .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-XML-Feed/distinfo b/textproc/p5-XML-Feed/distinfo index 7b28b6f78118..a85b1cf51d41 100644 --- a/textproc/p5-XML-Feed/distinfo +++ b/textproc/p5-XML-Feed/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-Feed-0.08.tar.gz) = ced1539c0098983681854b7fdb554c61 -SHA256 (XML-Feed-0.08.tar.gz) = dd9c27bf8cf1579329d4a2041334aff1c7b357baf8714de654814bb2f39e455f -SIZE (XML-Feed-0.08.tar.gz) = 29395 +MD5 (XML-Feed-0.09.tar.gz) = a0b7b06234d987b2a8b6d6592bb1eb49 +SHA256 (XML-Feed-0.09.tar.gz) = d0e0e27fa489ed733a4607147d76e5ca37a0c5a582856089c6ffa1fad7d7576c +SIZE (XML-Feed-0.09.tar.gz) = 30384 |