- Update to 0.3500
PR: ports/98954 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
This commit is contained in:
parent
59fc9f71c3
commit
a17f3d5950
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165969
3 changed files with 15 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Test-LectroTest
|
||||
PORTVERSION= 0.3400
|
||||
PORTVERSION= 0.3500
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Test
|
||||
|
@ -17,14 +17,19 @@ COMMENT= Easy, automatic, specification-based tests
|
|||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Test::LectroTest.3 Test::LectroTest::Generator.3 \
|
||||
Test::LectroTest::Property.3 Test::LectroTest::TestRunner.3 \
|
||||
Test::LectroTest::Tutorial.3 Test::LectroTest::Compat.3
|
||||
MAN3= Test::LectroTest.3 \
|
||||
Test::LectroTest::Compat.3 \
|
||||
Test::LectroTest::FailureRecorder.3 \
|
||||
Test::LectroTest::Generator.3 \
|
||||
Test::LectroTest::Property.3 \
|
||||
Test::LectroTest::RegressionTesting.3 \
|
||||
Test::LectroTest::TestRunner.3 \
|
||||
Test::LectroTest::Tutorial.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500602
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Test-LectroTest-0.3400.tar.gz) = cf6c6fc458359dd1d002ceaf3ad41944
|
||||
SHA256 (Test-LectroTest-0.3400.tar.gz) = 85d3d9be5b2bfa65144a01fe0d955c394730d156a4f38989344d2806c772f36e
|
||||
SIZE (Test-LectroTest-0.3400.tar.gz) = 44116
|
||||
MD5 (Test-LectroTest-0.3500.tar.gz) = 33079783f6dab72ca4c6606a8ce0c9c2
|
||||
SHA256 (Test-LectroTest-0.3500.tar.gz) = 2927ef84d0975a2d6d0d2836f11a93ee681426aa1d51cb5bb71de973c2af47d2
|
||||
SIZE (Test-LectroTest-0.3500.tar.gz) = 54908
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
%%SITE_PERL%%/Test/LectroTest.pm
|
||||
%%SITE_PERL%%/Test/LectroTest/Compat.pm
|
||||
%%SITE_PERL%%/Test/LectroTest/FailureRecorder.pm
|
||||
%%SITE_PERL%%/Test/LectroTest/Generator.pm
|
||||
%%SITE_PERL%%/Test/LectroTest/Property.pm
|
||||
%%SITE_PERL%%/Test/LectroTest/RegressionTesting.pod
|
||||
%%SITE_PERL%%/Test/LectroTest/TestRunner.pm
|
||||
%%SITE_PERL%%/Test/LectroTest/Tutorial.pod
|
||||
@dirrm %%SITE_PERL%%/Test/LectroTest
|
||||
|
|
Loading…
Reference in a new issue