mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
Update to 1.40.01 (distver 1.4001)
This commit is contained in:
parent
a7402bf80e
commit
d7a88db0b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214228
@ -6,11 +6,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Test-Reporter
|
PORTNAME= Test-Reporter
|
||||||
PORTVERSION= 1.38
|
PORTVERSION= 1.40.01
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= Test
|
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||||
|
|
||||||
MAINTAINER= lth@FreeBSD.org
|
MAINTAINER= lth@FreeBSD.org
|
||||||
COMMENT= Sends test results to cpan-testers@perl.org
|
COMMENT= Sends test results to cpan-testers@perl.org
|
||||||
@ -23,6 +23,12 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
|||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN1= cpantest.1
|
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>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (Test-Reporter-1.38.tar.gz) = a61f05b45b37074c14db8bfdecfb9659
|
MD5 (Test-Reporter-1.4001.tar.gz) = 45066e9a8777fc87b092a6bd6ea68ab6
|
||||||
SHA256 (Test-Reporter-1.38.tar.gz) = 563c7c5c85a37878762ec555e58151deda39dcb36049374ec5317755dd532f1d
|
SHA256 (Test-Reporter-1.4001.tar.gz) = ed2a711bb7bd600de758ecb4b22206697beb1a1b71e989fbce375daf7b716b09
|
||||||
SIZE (Test-Reporter-1.38.tar.gz) = 22402
|
SIZE (Test-Reporter-1.4001.tar.gz) = 40383
|
||||||
|
@ -1,6 +1,17 @@
|
|||||||
bin/cpantest
|
bin/cpantest
|
||||||
%%SITE_PERL%%/Test/Reporter.pm
|
%%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
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Reporter/.packlist
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Reporter
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Reporter
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
@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
|
@dirrmtry %%SITE_PERL%%/Test
|
||||||
|
Loading…
Reference in New Issue
Block a user