diff options
author | timur <timur@FreeBSD.org> | 2009-02-22 10:17:24 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2009-02-22 10:17:24 +0800 |
commit | 731ce7597a1178d4e38a400f52e50af7509bca2d (patch) | |
tree | f1398238aefffe10f1291f7af0fda437502197eb /devel | |
parent | 3ad10df80223e2ad44ba5d27349690c07b2ef6dd (diff) | |
download | freebsd-ports-gnome-731ce7597a1178d4e38a400f52e50af7509bca2d.tar.gz freebsd-ports-gnome-731ce7597a1178d4e38a400f52e50af7509bca2d.tar.zst freebsd-ports-gnome-731ce7597a1178d4e38a400f52e50af7509bca2d.zip |
Upgrade to the newer version 0.09
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-MockTime/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Test-MockTime/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Test-MockTime/pkg-descr | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Test-MockTime/Makefile b/devel/p5-Test-MockTime/Makefile index 7c18fa55d4db..aaff951c66ca 100644 --- a/devel/p5-Test-MockTime/Makefile +++ b/devel/p5-Test-MockTime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-MockTime -PORTVERSION= 0.05 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,10 @@ 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 \ +RUN_DEPENDS= ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local \ ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece -RUN_DEPENDS= ${BUILD_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes diff --git a/devel/p5-Test-MockTime/distinfo b/devel/p5-Test-MockTime/distinfo index b3c3bb453cd9..dbb1e66476fd 100644 --- a/devel/p5-Test-MockTime/distinfo +++ b/devel/p5-Test-MockTime/distinfo @@ -1,3 +1,3 @@ -MD5 (Test-MockTime-0.05.tar.gz) = de2d743f7a258faabf1087598a6c3d98 -SHA256 (Test-MockTime-0.05.tar.gz) = 33039d4b9c53842695d3188e1b423d7cb105c6baa133111248a25072e368f794 -SIZE (Test-MockTime-0.05.tar.gz) = 3799 +MD5 (Test-MockTime-0.09.tar.gz) = cc3945c4f8d333a1a9314c0a987ef33a +SHA256 (Test-MockTime-0.09.tar.gz) = 63b7be1be6cd3f9de89997ceb40c680523d58fce1137379feed3f93fa38f59c8 +SIZE (Test-MockTime-0.09.tar.gz) = 4286 diff --git a/devel/p5-Test-MockTime/pkg-descr b/devel/p5-Test-MockTime/pkg-descr index 6166c05493fd..dd65cfb86d40 100644 --- a/devel/p5-Test-MockTime/pkg-descr +++ b/devel/p5-Test-MockTime/pkg-descr @@ -4,4 +4,4 @@ time at compile time and then relies on the user supplying a mock time via set_relative_time, set_absolute_time or set_fixed_time to alter future calls to gmtime, time or localtime. -WWW: http://search.cpan.org/dist/Test-MockTime/ +WWW: http://search.cpan.org/dist/Test-MockTime/ |