diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-13 16:17:52 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-13 16:17:52 +0800 |
commit | e638b14d00a1995f23181e4707b6ce1df3310063 (patch) | |
tree | 54bdc3ae3afca95dce1adfd129ec856852b88981 /textproc/p5-XML-Feed | |
parent | 8a23f0c3c2eb06177d3e3fb36aa0564979839d85 (diff) | |
download | freebsd-ports-gnome-e638b14d00a1995f23181e4707b6ce1df3310063.tar.gz freebsd-ports-gnome-e638b14d00a1995f23181e4707b6ce1df3310063.tar.zst freebsd-ports-gnome-e638b14d00a1995f23181e4707b6ce1df3310063.zip |
- Update to 0.09
PR: ports/100197
Submitted by: tjs <tjs_AT_cdpa dot nsysu dot edu dot tw>
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 |