- Update to 0.12
PR: ports/135769 Approved by: maintainer timeout (timur; 16 days) Submitted by: myself (pgollucci@)
This commit is contained in:
parent
9a5a407163
commit
f418d4f18c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237037
2 changed files with 7 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Test-MockTime
|
||||
PORTVERSION= 0.09
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,10 +14,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= timur@FreeBSD.org
|
||||
COMMENT= Replaces actual time with simulated time
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local \
|
||||
${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local \
|
||||
${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Test-MockTime-0.09.tar.gz) = cc3945c4f8d333a1a9314c0a987ef33a
|
||||
SHA256 (Test-MockTime-0.09.tar.gz) = 63b7be1be6cd3f9de89997ceb40c680523d58fce1137379feed3f93fa38f59c8
|
||||
SIZE (Test-MockTime-0.09.tar.gz) = 4286
|
||||
MD5 (Test-MockTime-0.12.tar.gz) = de726192bcdd0cef68a07ffdf11d7300
|
||||
SHA256 (Test-MockTime-0.12.tar.gz) = 496ecc96a9d22abfa367404b22088364f10965c2879b65605f0e3286354e9780
|
||||
SIZE (Test-MockTime-0.12.tar.gz) = 4431
|
||||
|
|
Loading…
Reference in a new issue