pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/R-tzdb



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun May  1 14:11:01 UTC 2022

Modified Files:
        pkgsrc/time/R-tzdb: Makefile distinfo

Log Message:
(time/R-tzdb) Updated 0.1.2 to 0.3.0

# tzdb 0.3.0

* Updated the embedded date library
  (SHA 9ea5654c1206e19245dc21d8a2c433e090c8c3f5) (#22).

* Updated the time zone database to 2022a (#21).

* R >=3.4.0 is now required. This is consistent with the standards of the
  tidyverse.

* cpp11 >=0.4.2 is now required to ensure that a fix related to unwind
  protection is included.

# tzdb 0.2.0

* Updated the time zone database to 2021e (#12).

* Updated the embedded date library (SHA d9049ee6976f45eff434c4971baa78ff807562c4).

* Fixed a Windows issue where the time zone database couldn't be found if the
  path to it contained Unicode characters (#10).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/R-tzdb/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/R-tzdb/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/R-tzdb/Makefile
diff -u pkgsrc/time/R-tzdb/Makefile:1.1 pkgsrc/time/R-tzdb/Makefile:1.2
--- pkgsrc/time/R-tzdb/Makefile:1.1     Wed Sep  8 14:55:37 2021
+++ pkgsrc/time/R-tzdb/Makefile Sun May  1 14:11:01 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/09/08 14:55:37 mef Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/01 14:11:01 mef Exp $
 
 R_PKGNAME=     tzdb
-R_PKGVER=      0.1.2
+R_PKGVER=      0.3.0
 CATEGORIES=    time
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,6 +9,7 @@ COMMENT=        Time Zone Database Information
 LICENSE=       mit     # + file LICENSE
 
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_LANGUAGES= c++11
 REPLACE_PERL=  inst/tzdata/zoneinfo2tdf.pl

Index: pkgsrc/time/R-tzdb/distinfo
diff -u pkgsrc/time/R-tzdb/distinfo:1.3 pkgsrc/time/R-tzdb/distinfo:1.4
--- pkgsrc/time/R-tzdb/distinfo:1.3     Tue Oct 26 11:24:17 2021
+++ pkgsrc/time/R-tzdb/distinfo Sun May  1 14:11:01 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:24:17 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/05/01 14:11:01 mef Exp $
 
-BLAKE2s (R/tzdb_0.1.2.tar.gz) = 9fc6f4e182f55dd9413a93d714362964ff0057599ea2dad45767b9e790ae5ee8
-SHA512 (R/tzdb_0.1.2.tar.gz) = 1614dc981da00046afa0fbb5afced90fe804cb5f5095d97d0d17bc4ee75b322d98228a62fb25ea84d7c67fc4b03b7bb1f070468c2403d914e978daebdf11a65d
-Size (R/tzdb_0.1.2.tar.gz) = 550301 bytes
+BLAKE2s (R/tzdb_0.3.0.tar.gz) = c4922b666349b2bdf33adb84ffac946cbb73cdec01a2500c9f84801b06468469
+SHA512 (R/tzdb_0.3.0.tar.gz) = ca3de0e75d932dcf9e23dbd05788d3684336f8fc2e5e929817e48de2c1180ab68e5afc155f53c309f5fc3058cff2ebb4ef0931d5384234fe585fc1460f21668a
+Size (R/tzdb_0.3.0.tar.gz) = 567544 bytes



Home | Main Index | Thread Index | Old Index