Hi,

i'm no longer using TAP::Formatter::JUnit, so i want to drop
MAINTAINER.  As a parting present, here is an update to the latest
version.  That makes sense because it is relatively simple,
fixes a few Bugs according to the Changes file, and nothing in
the diff looks suspicious to me.

Note that Test::Pod is no longer useful because the related
tests have moved from t/ to xt/ (extended maintainer tests)
and are no longer run by make test.

Unfortunately, i'm unable to test in a real project because
i don't have access to the project any longer where i originally
wrote the port.

So i'm looking for tests and OKs.

Thanks,
  Ingo



Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-TAP-Formatter-JUnit/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    26 Oct 2013 00:07:29 -0000      1.1.1.1
+++ Makefile    6 Oct 2014 16:49:58 -0000
@@ -3,9 +3,8 @@
 COMMENT =      format TAP::Harness output as JUnit XML
 
 MODULES =      cpan
-DISTNAME =     TAP-Formatter-JUnit-0.09
+DISTNAME =     TAP-Formatter-JUnit-0.11
 CATEGORIES =   devel
-MAINTAINER =   Ingo Schwarze <schwa...@openbsd.org>
 
 # perl
 PERMIT_PACKAGE_CDROM = Yes
@@ -18,9 +17,8 @@ RUN_DEPENDS = devel/p5-File-Slurp \
                textproc/p5-XML-Generator
 TEST_DEPENDS = devel/p5-File-Slurp \
                devel/p5-IO-stringy \
-               devel/p5-Test-Pod \
-               devel/p5-Test-Pod-Coverage \
-               devel/p5-Test-Differences
+               devel/p5-IPC-Run \
+               devel/p5-Test-XML
 
 CONFIGURE_STYLE = modbuild
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-TAP-Formatter-JUnit/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    26 Oct 2013 00:07:29 -0000      1.1.1.1
+++ distinfo    6 Oct 2014 16:49:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (TAP-Formatter-JUnit-0.09.tar.gz) = 
QORQHaf9qQ4IBOWNMT9t6/RRi5AHUJsRP6NV3YhniiI=
-SIZE (TAP-Formatter-JUnit-0.09.tar.gz) = 22650
+SHA256 (TAP-Formatter-JUnit-0.11.tar.gz) = 
4abOkwxRAxla6J7G0zQHMVYQ+PPz+Jzub421oSj4zRQ=
+SIZE (TAP-Formatter-JUnit-0.11.tar.gz) = 23455

Reply via email to