Update to 0.53; depends on update to p5-XML-RSS-LibXML just posted.

I don't have a portroach environment setup - a quick test with that
would be greatly appreciated!

OK?

Thanks,
Okan

Index: Makefile
===================================================================
RCS file: /home/open/cvs/ports/www/p5-XML-Feed/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    20 Mar 2016 19:57:23 -0000      1.8
+++ Makefile    21 Mar 2016 15:37:25 -0000
@@ -5,8 +5,7 @@ COMMENT=        interface to RSS and Atom feed
 MODULES=       cpan
 PKG_ARCH=      *
 
-DISTNAME=      XML-Feed-0.12
-REVISION=      0
+DISTNAME=      XML-Feed-0.53
 CATEGORIES=    www textproc
 CONFIGURE_STYLE=modbuild
 
@@ -18,11 +17,15 @@ BUILD_DEPENDS=      www/p5-HTML-Parser \
 
 RUN_DEPENDS=   devel/p5-Class-ErrorHandler \
                textproc/p5-XML-RSS \
+               textproc/p5-XML-RSS-LibXML \
                devel/p5-DateTime \
                devel/p5-DateTime-Format-Mail \
                devel/p5-DateTime-Format-W3CDTF \
+               devel/p5-Module-Pluggable \
                www/p5-URI-Fetch \
                www/p5-Feed-Find \
                www/p5-XML-Atom
+
+MAKE_ENV+=     TEST_POD=1
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/open/cvs/ports/www/p5-XML-Feed/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    18 Jan 2015 03:15:47 -0000      1.2
+++ distinfo    21 Mar 2016 15:26:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (XML-Feed-0.12.tar.gz) = ti1MXXUA8m+6qhrLnseoYIq2X1jSpIFn+Z8ncRBdKVI=
-SIZE (XML-Feed-0.12.tar.gz) = 39125
+SHA256 (XML-Feed-0.53.tar.gz) = 7OA5bbZmdY8RBJCN62e24pqnJrAjJ0IvxxNNbl4xYR0=
+SIZE (XML-Feed-0.53.tar.gz) = 54588
Index: patches/patch-Makefile_PL
===================================================================
RCS file: patches/patch-Makefile_PL
diff -N patches/patch-Makefile_PL
--- patches/patch-Makefile_PL   18 Apr 2007 00:16:58 -0000      1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
-$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2007/04/18 00:16:58 espie Exp $
---- Makefile.PL.orig   Wed Apr 18 02:14:47 2007
-+++ Makefile.PL        Wed Apr 18 02:14:56 2007
-@@ -12,6 +12,7 @@ sign(1);
- 
- include('ExtUtils::AutoInstall');
- 
-+=pod
- requires('Class::ErrorHandler');
- requires('Feed::Find');
- requires('URI::Fetch');
-@@ -21,6 +22,7 @@ requires('DateTime');
- requires('DateTime::Format::Mail');
- requires('DateTime::Format::W3CDTF');
- requires('List::Util');
-+=cut
- build_requires('LWP');
- build_requires('HTML::TokeParser');
- build_requires('Test::More');
Index: pkg/PLIST
===================================================================
RCS file: /home/open/cvs/ports/www/p5-XML-Feed/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   18 Apr 2007 00:16:58 -0000      1.1.1.1
+++ pkg/PLIST   26 Mar 2015 16:06:24 -0000
@@ -1,10 +1,17 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2007/04/18 00:16:58 espie Exp $
 ${P5SITE}/XML/Feed/
 ${P5SITE}/XML/Feed.pm
-${P5SITE}/XML/Feed/Atom.pm
 ${P5SITE}/XML/Feed/Content.pm
+${P5SITE}/XML/Feed/Enclosure.pm
+${P5SITE}/XML/Feed/Entry/
 ${P5SITE}/XML/Feed/Entry.pm
-${P5SITE}/XML/Feed/RSS.pm
+${P5SITE}/XML/Feed/Entry/Format/
+${P5SITE}/XML/Feed/Entry/Format/Atom.pm
+${P5SITE}/XML/Feed/Entry/Format/RSS.pm
+${P5SITE}/XML/Feed/Format/
+${P5SITE}/XML/Feed/Format/Atom.pm
+${P5SITE}/XML/Feed/Format/RSS.pm
 @man man/man3p/XML::Feed.3p
 @man man/man3p/XML::Feed::Content.3p
+@man man/man3p/XML::Feed::Enclosure.3p
 @man man/man3p/XML::Feed::Entry.3p

Reply via email to