diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-06 13:08:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-06 13:08:10 +0000 |
commit | a1874cd53205c4a580ac78a75780d0ead1f5d623 (patch) | |
tree | 054bf3d5db134df3a6d571ad1ed5299f80e0b106 /time | |
parent | 524044e853ed783cf4ced5420a6c5cc3b4220012 (diff) | |
download | pkgsrc-a1874cd53205c4a580ac78a75780d0ead1f5d623.tar.gz |
Update to 1.74. Add test dependency.
1.74 2014-08-30
- This release is based on version 2014g of the Olson database. This release
includes contemporary changes for Turks & Caicos.
- Fixed a bug when trying to get the local timezone by looking at
/etc/sysconfig/clock. Patch by Alexey Molchanov. GitHub PR #2.
1.73 2014-08-06
- This release is based on version 2014f of the Olson database. This release
includes contemporary changes for Russia and Australia.
1.72 2014-08-03
- Added support for getting the local time zone on Android. Patch from Brian
Fraser. RT #97711.
- The primary repo for this distro is now on GitHub.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 5 | ||||
-rw-r--r-- | time/p5-DateTime-TimeZone/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index ca71a96a144..a9784788447 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2014/07/16 07:41:11 wen Exp $ +# $NetBSD: Makefile,v 1.54 2014/09/06 13:08:10 wiz Exp $ -DISTNAME= DateTime-TimeZone-1.71 +DISTNAME= DateTime-TimeZone-1.74 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -17,6 +17,7 @@ DEPENDS+= p5-List-AllUtils>=0:../../devel/p5-List-AllUtils DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output # for tests, but can't depend in it, since it depends on this package #BUILD_DEPENDS+= p5-DateTime>=0.1501:../../time/p5-DateTime +BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires # on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX # but this will result in circular dependency diff --git a/time/p5-DateTime-TimeZone/distinfo b/time/p5-DateTime-TimeZone/distinfo index c854048b8d2..b2414fc2698 100644 --- a/time/p5-DateTime-TimeZone/distinfo +++ b/time/p5-DateTime-TimeZone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.41 2014/07/16 07:41:11 wen Exp $ +$NetBSD: distinfo,v 1.42 2014/09/06 13:08:10 wiz Exp $ -SHA1 (DateTime-TimeZone-1.71.tar.gz) = b2cf79287881085ec958ba5f80800ea5f1dd6294 -RMD160 (DateTime-TimeZone-1.71.tar.gz) = 632f64a7d32fc46842bcf0bfc46131c202aa5719 -Size (DateTime-TimeZone-1.71.tar.gz) = 878330 bytes +SHA1 (DateTime-TimeZone-1.74.tar.gz) = 8fdcae4087fa7c40e5470a5a5a04e15663063481 +RMD160 (DateTime-TimeZone-1.74.tar.gz) = 7561edbfb8d64d4a84aa8c93a00d8536aa5ae553 +Size (DateTime-TimeZone-1.74.tar.gz) = 889723 bytes |