diff options
-rw-r--r-- | devel/p5-DateTime-Format-Epoch/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Epoch/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Format-Epoch/Makefile b/devel/p5-DateTime-Format-Epoch/Makefile index 21420c7b61eb..db8a1108a337 100644 --- a/devel/p5-DateTime-Format-Epoch/Makefile +++ b/devel/p5-DateTime-Format-Epoch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DateTime-Format-Epoch -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -15,7 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= m@absolight.net COMMENT= Convert DateTimes to/from epoch seconds -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + ${SITE_PERL}/DateTime/LeapSecond.pm:${PORTSDIR}/devel/p5-DateTime-LeapSecond \ + ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/devel/p5-DateTime-Format-Epoch/distinfo b/devel/p5-DateTime-Format-Epoch/distinfo index d8e8e914b761..85aaee28a6c9 100644 --- a/devel/p5-DateTime-Format-Epoch/distinfo +++ b/devel/p5-DateTime-Format-Epoch/distinfo @@ -1 +1 @@ -MD5 (DateTime-Format-Epoch-0.04.tar.gz) = ead98127a9e3478049f1e8fdcb8a6037 +MD5 (DateTime-Format-Epoch-0.05.tar.gz) = f7e61342def76fdba2dd47f8d1d4c6d1 |