Skip to content

Commit

Permalink
p5-DateTime-TimeZone: update to 2.42
Browse files Browse the repository at this point in the history
pkgsrc-specific change: while here, express test dependencies as such.

2.42    2020-10-16

- This release is based on version 2020c of the Olson database. This release
  includes contemporary changes for Fiji.

2.41    2020-10-07

- The last release was missing all the generated data files. Oops! Reported by
  Paul Howarth. GH #43.

- Added a custom dzil plugin to make sure that the release has all of the
  generated data files.

2.40    2020-10-07

- This release is based on version 2020b of the Olson database. This release
  includes contemporary changes for Morocco, Casey Station, and the
  Yukon. This release also removes the very long-deprecated "US/Pacific-New"
  zone name.
  • Loading branch information
dhgutteridge committed Oct 20, 2020
1 parent a891f79 commit 223338c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions time/p5-DateTime-TimeZone/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.107 2020/09/07 17:52:07 wiz Exp $
# $NetBSD: Makefile,v 1.108 2020/10/20 00:27:51 gutteridge Exp $

DISTNAME= DateTime-TimeZone-2.39
DISTNAME= DateTime-TimeZone-2.42
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
Expand All @@ -19,13 +19,13 @@ DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCo
DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio

# 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-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
BUILD_DEPENDS+= p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
#TEST_DEPENDS+= p5-DateTime>=0.1501:../../time/p5-DateTime
TEST_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
TEST_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
TEST_DEPENDS+= p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
TEST_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean

# on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX
# but this will result in a circular dependency
Expand Down
10 changes: 5 additions & 5 deletions time/p5-DateTime-TimeZone/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.89 2020/09/07 17:52:07 wiz Exp $
$NetBSD: distinfo,v 1.90 2020/10/20 00:27:51 gutteridge Exp $

SHA1 (DateTime-TimeZone-2.39.tar.gz) = 555350ce6df39237a487ae1df76ddf9d5f1f5d26
RMD160 (DateTime-TimeZone-2.39.tar.gz) = 4b478f22e16caa4173e88431c563412aec8960f6
SHA512 (DateTime-TimeZone-2.39.tar.gz) = 6f7580aa873a66d1892cd9201b5b2efd088842ffc2696e94c59c5532935be7eecea067fa979465046e0eeb35ca34e73bc49006e176445eaed91ac179beacc13b
Size (DateTime-TimeZone-2.39.tar.gz) = 993595 bytes
SHA1 (DateTime-TimeZone-2.42.tar.gz) = 0a41f15631cf5d8e99cc8e8299ca06780586f418
RMD160 (DateTime-TimeZone-2.42.tar.gz) = 6c503b911b9ae235c2069042de2f79127792e5d7
SHA512 (DateTime-TimeZone-2.42.tar.gz) = ba1965e725d4946d999a919d40b2b2cd86aef1bf27a54013344356abeb1e49a325b70baf70c12b994902513f1b68f8c3edaafcdcf70a9bbba23525e5bc5ac3f2
Size (DateTime-TimeZone-2.42.tar.gz) = 997159 bytes

0 comments on commit 223338c

Please sign in to comment.