pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/p5-DateTime-TimeZone



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Oct 20 00:27:51 UTC 2020

Modified Files:
        pkgsrc/time/p5-DateTime-TimeZone: Makefile distinfo

Log Message:
p5-DateTime-TimeZone: update to 2.42

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.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/time/p5-DateTime-TimeZone/Makefile
cvs rdiff -u -r1.89 -r1.90 pkgsrc/time/p5-DateTime-TimeZone/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/p5-DateTime-TimeZone/Makefile
diff -u pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.107 pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.108
--- pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.107     Mon Sep  7 17:52:07 2020
+++ pkgsrc/time/p5-DateTime-TimeZone/Makefile   Tue Oct 20 00:27:51 2020
@@ -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/}
@@ -19,13 +19,13 @@ DEPENDS+=   p5-Params-ValidationCompiler-[
 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

Index: pkgsrc/time/p5-DateTime-TimeZone/distinfo
diff -u pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.89 pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.90
--- pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.89      Mon Sep  7 17:52:07 2020
+++ pkgsrc/time/p5-DateTime-TimeZone/distinfo   Tue Oct 20 00:27:51 2020
@@ -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



Home | Main Index | Thread Index | Old Index