diff options
author | erwin <erwin@FreeBSD.org> | 2003-07-21 19:08:56 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-07-21 19:08:56 +0800 |
commit | 5fbf0b11bc679cb2c7ac3fe7c61dd4913b094ade (patch) | |
tree | dc06d1379ec4c3a483ba361d9b06029bc560b126 /devel/p5-DateTime-Format-Epoch | |
parent | 10a174757669ca7ab90bf6fde4b6d1bb52b01784 (diff) | |
download | freebsd-ports-gnome-5fbf0b11bc679cb2c7ac3fe7c61dd4913b094ade.tar.gz freebsd-ports-gnome-5fbf0b11bc679cb2c7ac3fe7c61dd4913b094ade.tar.zst freebsd-ports-gnome-5fbf0b11bc679cb2c7ac3fe7c61dd4913b094ade.zip |
Update to 0.05
- Changed API of DT::F::E::TAI64 (the format_datetime_as_string() method is
replaced by a parameter to the constructor)
- Added dhms parameter to new(), to return '2d, 4h, 15m, 45s' values
PR: 54694
Submitted by: maintainer
Diffstat (limited to 'devel/p5-DateTime-Format-Epoch')
-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 |