diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2012-03-11 16:59:00 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2012-03-11 16:59:00 +0800 |
commit | 30ddf1053f1de3cdc7680e321778369ae86903ce (patch) | |
tree | 63b9c13cfe8e567f40d6a0f62e225266d1a064a1 /devel | |
parent | c1c3ca975f9dbbfac9fbfad70ddeba7797c3b23d (diff) | |
download | freebsd-ports-gnome-30ddf1053f1de3cdc7680e321778369ae86903ce.tar.gz freebsd-ports-gnome-30ddf1053f1de3cdc7680e321778369ae86903ce.tar.zst freebsd-ports-gnome-30ddf1053f1de3cdc7680e321778369ae86903ce.zip |
- Upgrade to 0.09.
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-TAP-Formatter-JUnit/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-TAP-Formatter-JUnit/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-TAP-Formatter-JUnit/pkg-plist | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-TAP-Formatter-JUnit/Makefile b/devel/p5-TAP-Formatter-JUnit/Makefile index edc2ee3e7b0e..82102e5d3e7f 100644 --- a/devel/p5-TAP-Formatter-JUnit/Makefile +++ b/devel/p5-TAP-Formatter-JUnit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= TAP-Formatter-JUnit -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,8 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for Harness output delegate for JUnit output RUN_DEPENDS= \ - p5-Class-Field>0:${PORTSDIR}/devel/p5-Class-Field \ + p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-NonMoose>0:${PORTSDIR}/devel/p5-MooseX-NonMoose \ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ p5-XML-Generator>0:${PORTSDIR}/textproc/p5-XML-Generator \ p5-Test-Harness>3.12:${PORTSDIR}/devel/p5-Test-Harness @@ -27,6 +28,7 @@ PERL_MODBUILD= yes MAN1= tap2junit.1 MAN3= TAP::Formatter::JUnit.3 \ + TAP::Formatter::JUnit::Result.3 \ TAP::Formatter::JUnit::Session.3 .include <bsd.port.mk> diff --git a/devel/p5-TAP-Formatter-JUnit/distinfo b/devel/p5-TAP-Formatter-JUnit/distinfo index 66a5a1b0c2e6..be83ad69eab6 100644 --- a/devel/p5-TAP-Formatter-JUnit/distinfo +++ b/devel/p5-TAP-Formatter-JUnit/distinfo @@ -1,2 +1,2 @@ -SHA256 (TAP-Formatter-JUnit-0.08.tar.gz) = 7c2dde056af1e91b80a8c7ce79e0e426a055d550ba26ee85fe76ecee378624db -SIZE (TAP-Formatter-JUnit-0.08.tar.gz) = 21468 +SHA256 (TAP-Formatter-JUnit-0.09.tar.gz) = 40e4501da7fda90e0804e58d313f6debf4518b9007509b113fa355dd88678a22 +SIZE (TAP-Formatter-JUnit-0.09.tar.gz) = 22650 diff --git a/devel/p5-TAP-Formatter-JUnit/pkg-plist b/devel/p5-TAP-Formatter-JUnit/pkg-plist index 8fdd8ebab47a..ecab594d8768 100644 --- a/devel/p5-TAP-Formatter-JUnit/pkg-plist +++ b/devel/p5-TAP-Formatter-JUnit/pkg-plist @@ -1,5 +1,6 @@ bin/tap2junit %%SITE_PERL%%/TAP/Formatter/JUnit.pm +%%SITE_PERL%%/TAP/Formatter/JUnit/Result.pm %%SITE_PERL%%/TAP/Formatter/JUnit/Session.pm @dirrm %%SITE_PERL%%/TAP/Formatter/JUnit @dirrmtry %%SITE_PERL%%/TAP/Formatter |