diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-03-31 22:56:03 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-03-31 22:56:03 +0000 |
commit | 55885280eaa79cc104452080b64b3bd416aac881 (patch) | |
tree | afd7dcdb75d0246b356a1291f96a2dfa17bccdff /textproc | |
parent | 2167f0e97f7ed131c0372d5092639e5e3cec5bab (diff) | |
download | ports-55885280eaa79cc104452080b64b3bd416aac881.tar.gz ports-55885280eaa79cc104452080b64b3bd416aac881.zip |
Notes
Diffstat (limited to 'textproc')
-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 |