mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.23
- Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Test-Script/Changes
This commit is contained in:
parent
b129c88732
commit
0acc9ebac3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446214
2 changed files with 13 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test-Script
|
||||
PORTVERSION= 1.20
|
||||
PORTVERSION= 1.23
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -17,9 +17,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
|
||||
p5-Probe-Perl>=0.01:sysutils/p5-Probe-Perl
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test2-Suite>=0.000060:devel/p5-Test2-Suite
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 502501
|
||||
BUILD_DEPENDS+= p5-Test-Simple>=1.302015:devel/p5-Test-Simple
|
||||
RUN_DEPENDS+= p5-Test-Simple>=1.302015:devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1500052147
|
||||
SHA256 (Test-Script-1.20.tar.gz) = f5f3cf214fa11b62f939666699aa8fa8ec22d2b620d56b07eef3e76be2da4ad7
|
||||
SIZE (Test-Script-1.20.tar.gz) = 23842
|
||||
TIMESTAMP = 1500474477
|
||||
SHA256 (Test-Script-1.23.tar.gz) = 33a1e71b9797228c2124eea76831492ca9372e8f8075f3d8cded3ef818af44b1
|
||||
SIZE (Test-Script-1.23.tar.gz) = 22974
|
||||
|
|
Loading…
Add table
Reference in a new issue