aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Reporter
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2008-06-03 10:44:07 +0000
committerLars Thegler <lth@FreeBSD.org>2008-06-03 10:44:07 +0000
commitd7a88db0b6bdb91ae70d1ff65c1941c347eeac3c (patch)
tree2d75f9c057f13710710c9e2466d463468bf8ab48 /devel/p5-Test-Reporter
parenta7402bf80ead62ea178522cc0eb1e9bfc18a4882 (diff)
downloadports-d7a88db0b6bdb91ae70d1ff65c1941c347eeac3c.tar.gz
ports-d7a88db0b6bdb91ae70d1ff65c1941c347eeac3c.zip
Notes
Diffstat (limited to 'devel/p5-Test-Reporter')
-rw-r--r--devel/p5-Test-Reporter/Makefile12
-rw-r--r--devel/p5-Test-Reporter/distinfo6
-rw-r--r--devel/p5-Test-Reporter/pkg-plist11
3 files changed, 23 insertions, 6 deletions
diff --git a/devel/p5-Test-Reporter/Makefile b/devel/p5-Test-Reporter/Makefile
index ed72e0f6c470..606e5c67cda9 100644
--- a/devel/p5-Test-Reporter/Makefile
+++ b/devel/p5-Test-Reporter/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= Test-Reporter
-PORTVERSION= 1.38
+PORTVERSION= 1.40.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= lth@FreeBSD.org
COMMENT= Sends test results to cpan-testers@perl.org
@@ -23,6 +23,12 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= cpantest.1
-MAN3= Test::Reporter.3
+MAN3= Test::Reporter.3 \
+ Test::Reporter::Transport.3 \
+ Test::Reporter::Transport::File.3 \
+ Test::Reporter::Transport::HTTPGateway.3 \
+ Test::Reporter::Transport::Mail::Send.3 \
+ Test::Reporter::Transport::Net::SMTP.3 \
+ Test::Reporter::Transport::Net::SMTP::TLS.3
.include <bsd.port.mk>
diff --git a/devel/p5-Test-Reporter/distinfo b/devel/p5-Test-Reporter/distinfo
index dc5eccf5132d..e2c8f17f68b1 100644
--- a/devel/p5-Test-Reporter/distinfo
+++ b/devel/p5-Test-Reporter/distinfo
@@ -1,3 +1,3 @@
-MD5 (Test-Reporter-1.38.tar.gz) = a61f05b45b37074c14db8bfdecfb9659
-SHA256 (Test-Reporter-1.38.tar.gz) = 563c7c5c85a37878762ec555e58151deda39dcb36049374ec5317755dd532f1d
-SIZE (Test-Reporter-1.38.tar.gz) = 22402
+MD5 (Test-Reporter-1.4001.tar.gz) = 45066e9a8777fc87b092a6bd6ea68ab6
+SHA256 (Test-Reporter-1.4001.tar.gz) = ed2a711bb7bd600de758ecb4b22206697beb1a1b71e989fbce375daf7b716b09
+SIZE (Test-Reporter-1.4001.tar.gz) = 40383
diff --git a/devel/p5-Test-Reporter/pkg-plist b/devel/p5-Test-Reporter/pkg-plist
index 75c1f622bff9..e9d2f8c75b92 100644
--- a/devel/p5-Test-Reporter/pkg-plist
+++ b/devel/p5-Test-Reporter/pkg-plist
@@ -1,6 +1,17 @@
bin/cpantest
%%SITE_PERL%%/Test/Reporter.pm
+%%SITE_PERL%%/Test/Reporter/Transport/Mail/Send.pm
+%%SITE_PERL%%/Test/Reporter/Transport/Net/SMTP/TLS.pm
+%%SITE_PERL%%/Test/Reporter/Transport/Net/SMTP.pm
+%%SITE_PERL%%/Test/Reporter/Transport/HTTPGateway.pm
+%%SITE_PERL%%/Test/Reporter/Transport/File.pm
+%%SITE_PERL%%/Test/Reporter/Transport.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Reporter/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Reporter
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
+@dirrmtry %%SITE_PERL%%/Test/Reporter/Transport/Net/SMTP
+@dirrmtry %%SITE_PERL%%/Test/Reporter/Transport/Net
+@dirrmtry %%SITE_PERL%%/Test/Reporter/Transport/Mail
+@dirrmtry %%SITE_PERL%%/Test/Reporter/Transport
+@dirrmtry %%SITE_PERL%%/Test/Reporter
@dirrmtry %%SITE_PERL%%/Test