diff options
author | leeym <leeym@FreeBSD.org> | 2006-04-01 06:56:03 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-04-01 06:56:03 +0800 |
commit | 3313150943e980dd13db4285503eff817ddca5d0 (patch) | |
tree | 58f776e483fae3b842b5b60692ba93817f6ff2be /textproc/p5-XML-Feed | |
parent | d83ec3a5abb60977ae9d079de70935296e86d208 (diff) | |
download | freebsd-ports-gnome-3313150943e980dd13db4285503eff817ddca5d0.tar.gz freebsd-ports-gnome-3313150943e980dd13db4285503eff817ddca5d0.tar.zst freebsd-ports-gnome-3313150943e980dd13db4285503eff817ddca5d0.zip |
- update to 0.08
- assign to perl@
- requires perl 5.8.5 because XML::Atom needs it
Diffstat (limited to 'textproc/p5-XML-Feed')
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 29 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/distinfo | 6 |
2 files changed, 18 insertions, 17 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index 1c0736aa427f..a25cf68ece0d 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -6,28 +6,28 @@ # PORTNAME= XML-Feed -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules for Syndication feed parser and auto-discovery -BUILD_DEPENDS= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ +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}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${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 \ - ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - ${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 -RUN_DEPENDS= ${BUILD_DEPENDS} + ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser PERL_MODBUILD= yes @@ -40,8 +40,9 @@ post-patch: .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5. then try again +# 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 .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-XML-Feed/distinfo b/textproc/p5-XML-Feed/distinfo index 9e0905873c3a..7b28b6f78118 100644 --- a/textproc/p5-XML-Feed/distinfo +++ b/textproc/p5-XML-Feed/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-Feed-0.07.tar.gz) = 6451793b07f105a516d22392d4df3812 -SHA256 (XML-Feed-0.07.tar.gz) = 5a71b51235cafc5d80ace328a0032f4f94c68d786f5b1ff05b1fca65b41a5f3a -SIZE (XML-Feed-0.07.tar.gz) = 23949 +MD5 (XML-Feed-0.08.tar.gz) = ced1539c0098983681854b7fdb554c61 +SHA256 (XML-Feed-0.08.tar.gz) = dd9c27bf8cf1579329d4a2041334aff1c7b357baf8714de654814bb2f39e455f +SIZE (XML-Feed-0.08.tar.gz) = 29395 |