diff options
author | leeym <leeym@FreeBSD.org> | 2008-10-19 22:02:44 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-10-19 22:02:44 +0800 |
commit | b8b1e125f66f05d7d8bc095d5b3c22e2b3813845 (patch) | |
tree | cfd8b2604654e9d76bcb28b220b40bba4e242e7e /textproc/p5-XML-Feed | |
parent | 93f6fc1af05528c049064f515b9bd71b07143fa1 (diff) | |
download | freebsd-ports-gnome-b8b1e125f66f05d7d8bc095d5b3c22e2b3813845.tar.gz freebsd-ports-gnome-b8b1e125f66f05d7d8bc095d5b3c22e2b3813845.tar.zst freebsd-ports-gnome-b8b1e125f66f05d7d8bc095d5b3c22e2b3813845.zip |
- update to 0.21
Diffstat (limited to 'textproc/p5-XML-Feed')
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/pkg-plist | 3 |
3 files changed, 14 insertions, 18 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index bf53a6042137..324fa1a1549f 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Feed -PORTVERSION= 0.12 +PORTVERSION= 0.21 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,25 +14,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules for Syndication feed parser and auto-discovery -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-Atom>=0.08:${PORTSDIR}/textproc/p5-XML-Atom \ +RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ + 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-URI-Fetch>=0:${PORTSDIR}/www/p5-URI-Fetch \ + p5-XML-Atom>=0.23:${PORTSDIR}/textproc/p5-XML-Atom \ p5-XML-RSS>=1.01:${PORTSDIR}/textproc/p5-XML-RSS -BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww -PERL_MODBUILD= 5.8.5+ # p5-XML-Atom needs 5.8.5 +PERL_CONFIGURE= yes MAN3= XML::Feed.3 \ XML::Feed::Content.3 \ XML::Feed::Entry.3 -post-patch: - ${PERL} -pi -e '$$_ = "" if m|auto_install|' ${WRKSRC}/Makefile.PL - .include <bsd.port.mk> diff --git a/textproc/p5-XML-Feed/distinfo b/textproc/p5-XML-Feed/distinfo index 4cbd07062336..bb833876f2d2 100644 --- a/textproc/p5-XML-Feed/distinfo +++ b/textproc/p5-XML-Feed/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-Feed-0.12.tar.gz) = 77565d61b511f7ae05623064e04e9f56 -SHA256 (XML-Feed-0.12.tar.gz) = b62d4c5d7500f26fbaaa1acb9ec7a8608ab65f58d2a48167f99f2771105d2952 -SIZE (XML-Feed-0.12.tar.gz) = 39125 +MD5 (XML-Feed-0.21.tar.gz) = b3882cd0c1125bb893b384bddc056237 +SHA256 (XML-Feed-0.21.tar.gz) = b452ec7d4730aab13306c16ce86f45288a678becc5b1f174cdef9432b9026779 +SIZE (XML-Feed-0.21.tar.gz) = 18069 diff --git a/textproc/p5-XML-Feed/pkg-plist b/textproc/p5-XML-Feed/pkg-plist index 4ff990cbfd9c..ee733afa8c45 100644 --- a/textproc/p5-XML-Feed/pkg-plist +++ b/textproc/p5-XML-Feed/pkg-plist @@ -4,5 +4,8 @@ %%SITE_PERL%%/XML/Feed/Content.pm %%SITE_PERL%%/XML/Feed/Entry.pm %%SITE_PERL%%/XML/Feed/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 @dirrmtry %%SITE_PERL%%/XML |