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:           Thu May 21 20:48:41 UTC 2026

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

Log Message:
(time/R-tzdb) Updated 0.4.0 to 0.5.0, fix build against R-4.6.0

# tzdb 0.5.0

* Updated the time zone database to 2025a (#37).

* Updated the embedded date library
  (SHA 32ecb2ad24699963f6c58d74d74bcd8bf7e830a9) (#36, #40).

* cpp11 >=0.5.2 is now required.

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/R-tzdb/Makefile
cvs rdiff -u -r1.5 -r1.6 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.3 pkgsrc/time/R-tzdb/Makefile:1.4
--- pkgsrc/time/R-tzdb/Makefile:1.3     Tue Jun 27 13:07:54 2023
+++ pkgsrc/time/R-tzdb/Makefile Thu May 21 20:48:41 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/06/27 13:07:54 mef Exp $
+# $NetBSD: Makefile,v 1.4 2026/05/21 20:48:41 mef Exp $
 
 R_PKGNAME=     tzdb
-R_PKGVER=      0.4.0
+R_PKGVER=      0.5.0
 CATEGORIES=    time
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,7 +11,9 @@ 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
+USE_LANGUAGES=         c++
+USE_CXX_FEATURES+=     c++11
+
 REPLACE_PERL=  inst/tzdata/zoneinfo2tdf.pl
 
 .include "../../lang/R-cpp11/buildlink3.mk"

Index: pkgsrc/time/R-tzdb/distinfo
diff -u pkgsrc/time/R-tzdb/distinfo:1.5 pkgsrc/time/R-tzdb/distinfo:1.6
--- pkgsrc/time/R-tzdb/distinfo:1.5     Tue Jun 27 13:07:54 2023
+++ pkgsrc/time/R-tzdb/distinfo Thu May 21 20:48:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/06/27 13:07:54 mef Exp $
+$NetBSD: distinfo,v 1.6 2026/05/21 20:48:41 mef Exp $
 
-BLAKE2s (R/tzdb_0.4.0.tar.gz) = be187c3abbd8484cddb53c2b7682059f4fc47de7cacfd7dd40af1499bed81ae6
-SHA512 (R/tzdb_0.4.0.tar.gz) = 4f2141850983e070ed85220bda374ea4c59d1ef0d2f939b30ec69a61633df0ed921ad65fe1ac3c8b98441763bf09c4cde0478d41229cff57c8fa4f0001489cdc
-Size (R/tzdb_0.4.0.tar.gz) = 586327 bytes
+BLAKE2s (R/tzdb_0.5.0.tar.gz) = 4cf37a511fd0ab53a1b878f37be3a12cc78f7c579c1959f40a51a95d8bbe6c14
+SHA512 (R/tzdb_0.5.0.tar.gz) = 85e7ce3fb67c278bee50e9597c477cb483fa4456420189707b6353b8702dfe065ec131ae872e924686be0a3d24823c2a1786653bcbb372cd65dcdde71ccd0741
+Size (R/tzdb_0.5.0.tar.gz) = 600718 bytes



Home | Main Index | Thread Index | Old Index