diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-08 15:03:34 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-08 15:03:34 +0000 |
commit | d40bdbc626c89e824314b016ac2699246de04c6d (patch) | |
tree | baba43b844e71bdf2c0da17ea4b2251355ddc295 /textproc/p5-XML-Feed | |
parent | 73debbf59c025cb8fb111df3351d512689997668 (diff) | |
download | ports-d40bdbc626c89e824314b016ac2699246de04c6d.tar.gz ports-d40bdbc626c89e824314b016ac2699246de04c6d.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Feed')
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/pkg-plist | 3 |
3 files changed, 13 insertions, 13 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index c1a452e6acb1..f5b396a25699 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Feed -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,18 +15,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules for Syndication feed parser and auto-discovery -RUN_DEPENDS= ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \ + ${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}/Feed/Find.pm:${PORTSDIR}/www/p5-Feed-Find \ ${SITE_PERL}/URI/Fetch.pm:${PORTSDIR}/www/p5-URI-Fetch \ - p5-XML-RSS>=1.01:${PORTSDIR}/textproc/p5-XML-RSS \ p5-XML-Atom>=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 \ - ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils + p5-XML-RSS>=1.01:${PORTSDIR}/textproc/p5-XML-RSS BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww PERL_MODBUILD= yes diff --git a/textproc/p5-XML-Feed/distinfo b/textproc/p5-XML-Feed/distinfo index ab5e99867737..c647cb7c21d1 100644 --- a/textproc/p5-XML-Feed/distinfo +++ b/textproc/p5-XML-Feed/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-Feed-0.10.tar.gz) = da494380f89ec0f89fbbbf610396d764 -SHA256 (XML-Feed-0.10.tar.gz) = 826eedc0d1c4df2f8ee3d6e1983d72ee5b2f848a12321e54e555edbb7c7fb5c6 -SIZE (XML-Feed-0.10.tar.gz) = 30483 +MD5 (XML-Feed-0.11.tar.gz) = 5714f10af0693881ad66479879a23761 +SHA256 (XML-Feed-0.11.tar.gz) = 260e0de24f7e648781d2606c5bd774b85c3b1404f6f8768d81fd8f4c30ef443c +SIZE (XML-Feed-0.11.tar.gz) = 35049 diff --git a/textproc/p5-XML-Feed/pkg-plist b/textproc/p5-XML-Feed/pkg-plist index 96632effd143..4ff990cbfd9c 100644 --- a/textproc/p5-XML-Feed/pkg-plist +++ b/textproc/p5-XML-Feed/pkg-plist @@ -1,7 +1,8 @@ +@comment $FreeBSD$ %%SITE_PERL%%/XML/Feed.pm %%SITE_PERL%%/XML/Feed/Atom.pm %%SITE_PERL%%/XML/Feed/Content.pm %%SITE_PERL%%/XML/Feed/Entry.pm %%SITE_PERL%%/XML/Feed/RSS.pm -@dirrm %%SITE_PERL%%/XML/Feed +@dirrmtry %%SITE_PERL%%/XML/Feed @dirrmtry %%SITE_PERL%%/XML |