diff options
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 13 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/pkg-plist | 4 |
3 files changed, 13 insertions, 8 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index 1b804dbe0c9f..cde125d039f1 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -6,11 +6,10 @@ # PORTNAME= XML-Feed -PORTVERSION= 0.46 +PORTVERSION= 0.48 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -#DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules for Syndication feed parser and auto-discovery @@ -18,18 +17,20 @@ COMMENT= Perl5 modules for Syndication feed parser and auto-discovery LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ +BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ p5-DateTime-Format-W3CDTF>=0:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \ p5-Feed-Find>=0:${PORTSDIR}/www/p5-Feed-Find \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-URI-Fetch>=0:${PORTSDIR}/www/p5-URI-Fetch \ - p5-XML-Atom>=0.23:${PORTSDIR}/textproc/p5-XML-Atom \ + p5-XML-Atom>=0.38:${PORTSDIR}/textproc/p5-XML-Atom \ p5-XML-LibXML>=1.66:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-XML-RSS>=1.37:${PORTSDIR}/textproc/p5-XML-RSS \ + p5-XML-RSS>=1.47:${PORTSDIR}/textproc/p5-XML-RSS \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-XML-RSS-LibXML>=0:${PORTSDIR}/textproc/p5-XML-RSS-LibXML PERL_CONFIGURE= yes diff --git a/textproc/p5-XML-Feed/distinfo b/textproc/p5-XML-Feed/distinfo index 8ff9fa03eef2..f8b7b60e5a6b 100644 --- a/textproc/p5-XML-Feed/distinfo +++ b/textproc/p5-XML-Feed/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-Feed-0.46.tar.gz) = 2fc3812ce2bf437478e37190949ccc6e3e2252a4d993ce66c945bae54b01db1a -SIZE (XML-Feed-0.46.tar.gz) = 47448 +SHA256 (XML-Feed-0.48.tar.gz) = f6a961b87c181f00b009aedec837d1d449d09b473c006713ee3d5197b78f2ebc +SIZE (XML-Feed-0.48.tar.gz) = 51436 diff --git a/textproc/p5-XML-Feed/pkg-plist b/textproc/p5-XML-Feed/pkg-plist index 9b23444dd941..7cca3f061ab3 100644 --- a/textproc/p5-XML-Feed/pkg-plist +++ b/textproc/p5-XML-Feed/pkg-plist @@ -2,11 +2,15 @@ %%SITE_PERL%%/XML/Feed/Content.pm %%SITE_PERL%%/XML/Feed/Enclosure.pm %%SITE_PERL%%/XML/Feed/Entry.pm +%%SITE_PERL%%/XML/Feed/Entry/Format/Atom.pm +%%SITE_PERL%%/XML/Feed/Entry/Format/RSS.pm %%SITE_PERL%%/XML/Feed/Format/Atom.pm %%SITE_PERL%%/XML/Feed/Format/RSS.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Feed/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Feed @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML @dirrmtry %%SITE_PERL%%/XML/Feed/Format +@dirrmtry %%SITE_PERL%%/XML/Feed/Entry/Format +@dirrmtry %%SITE_PERL%%/XML/Feed/Entry @dirrmtry %%SITE_PERL%%/XML/Feed @dirrmtry %%SITE_PERL%%/XML |