Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-POE-Filter-XML/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- Makefile 20 Mar 2016 19:57:07 -0000 1.12
+++ Makefile 24 Oct 2018 18:12:36 -0000
@@ -2,21 +2,23 @@
COMMENT= POE Filter for parsing XML
-DISTNAME= POE-Filter-XML-0.38
-REVISION= 0
+DISTNAME= POE-Filter-XML-1.140700
CATEGORIES= textproc
-# GPLv2
+# Perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
PKG_ARCH= *
-CONFIGURE_STYLE= modbuild
-
-RUN_DEPENDS= devel/p5-POE \
+RUN_DEPENDS= devel/p5-Moose \
+ devel/p5-MooseX-NonMoose \
+ devel/p5-MooseX-InsideOut \
textproc/p5-XML-SAX>=0.16 \
- textproc/p5-XML-LibXML \
- textproc/p5-XML-SAX-Expat-Incremental
+ textproc/p5-XML-LibXML
+
+TEST_DEPENDS= devel/p5-Test-Pod
+
+TEST_ENV= RELEASE_TESTING=1
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-POE-Filter-XML/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo 18 Jan 2015 03:15:25 -0000 1.6
+++ distinfo 24 Oct 2018 18:12:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (POE-Filter-XML-0.38.tar.gz) = hyUZBtpSCEDE8tCRoFd0lTSlPurpcWN+9vEI7c9a8sk=
-SIZE (POE-Filter-XML-0.38.tar.gz) = 17430
+SHA256 (POE-Filter-XML-1.140700.tar.gz) = hVIDYRGcYm76aE9A0+ki5QpCzxjfSi0VDwCElnjebMo=
+SIZE (POE-Filter-XML-1.140700.tar.gz) = 17488
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/p5-POE-Filter-XML/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- pkg/PLIST 7 Jan 2007 14:52:55 -0000 1.2
+++ pkg/PLIST 24 Oct 2018 18:12:36 -0000
@@ -1,11 +1,12 @@
@comment $OpenBSD: PLIST,v 1.2 2007/01/07 14:52:55 steven Exp $
+${P5SITE}/POE/
+${P5SITE}/POE/Filter/
${P5SITE}/POE/Filter/XML/
${P5SITE}/POE/Filter/XML.pm
${P5SITE}/POE/Filter/XML/Handler.pm
${P5SITE}/POE/Filter/XML/NS.pm
${P5SITE}/POE/Filter/XML/Node.pm
-${P5SITE}/POE/Filter/XML/Utils.pm
@man man/man3p/POE::Filter::XML.3p
+@man man/man3p/POE::Filter::XML::Handler.3p
@man man/man3p/POE::Filter::XML::NS.3p
@man man/man3p/POE::Filter::XML::Node.3p
-@man man/man3p/POE::Filter::XML::Utils.3p
Hi again,
Here is an update for POE::Filter::XML, a POE filter for parsing XML.
What's new upstream (partial, see [1]):
- Doesn't use modbuild anymore, also there is a license change
- Removed Utils.pm
What's new in the port:
- Many dependencies changes
- CONFIGURE_STYLE is now unneeded
- Enabled Pod test
- License is 'Perl' now [2]
Testing:
- 'make test' runs fine
Any comments/feedback are welcome!
Charlène.
[1] https://metacpan.org/changes/distribution/POE-Filter-XML
[2] https://metacpan.org/pod/POE::Filter::XML#COPYRIGHT-AND-LICENSE
No comments:
Post a Comment