mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- update to 0.13
- note upstream depreciation - add regression-test target
This commit is contained in:
parent
be3bb3367b
commit
77f7a1cf19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292897
@ -6,13 +6,14 @@
|
||||
#
|
||||
|
||||
PORTNAME= Test-Block
|
||||
PORTVERSION= 0.11
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Specify fine granularity test plans
|
||||
DEPRECATED= Marked as depreciated upstream
|
||||
|
||||
BUILD_DEPENDS= p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple
|
||||
@ -23,4 +24,7 @@ PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::Block.3
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Test-Block-0.11.tar.gz) = 1d836fdeb1e4082ccec6b46b9231b3f16004611a2b3e63ec51dc02016e4587b4
|
||||
SIZE (Test-Block-0.11.tar.gz) = 7568
|
||||
SHA256 (Test-Block-0.13.tar.gz) = 3dd81b5aafba85b097985faa071886ec55749732fb49c55669d8b0fc0d1d391b
|
||||
SIZE (Test-Block-0.13.tar.gz) = 9734
|
||||
|
Loading…
Reference in New Issue
Block a user