mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
misc/zoneinfo: Update to 2023c
Briefly: Egypt now uses DST again, from April through October. This year Morocco springs forward April 23, not April 30. Palestine delays the start of DST this year. Much of Greenland still uses DST from 2024 on. America/Yellowknife now links to America/Edmonton. tzselect can now use current time to help infer timezone. The code now defaults to C99 or later. Fix use of C23 attributes.
This commit is contained in:
parent
f473a726db
commit
7fdaa12fe4
@ -1,5 +1,5 @@
|
||||
PORTNAME= zoneinfo
|
||||
DISTVERSION= 2022g
|
||||
DISTVERSION= 2023c
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= https://data.iana.org/time-zones/releases/ \
|
||||
ftp://ftp.iana.org/tz/releases/
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1669907393
|
||||
SHA256 (tzdata2022g.tar.gz) = 4491db8281ae94a84d939e427bdd83dc389f26764d27d9a5c52d782c16764478
|
||||
SIZE (tzdata2022g.tar.gz) = 439731
|
||||
TIMESTAMP = 1680366956
|
||||
SHA256 (tzdata2023c.tar.gz) = 3f510b5d1b4ae9bb38e485aa302a776b317fb3637bdb6404c4adf7b6cadd965c
|
||||
SIZE (tzdata2023c.tar.gz) = 443902
|
||||
|
@ -137,7 +137,6 @@
|
||||
%%DATADIR%%/America/Whitehorse
|
||||
%%DATADIR%%/America/Winnipeg
|
||||
%%DATADIR%%/America/Yakutat
|
||||
%%DATADIR%%/America/Yellowknife
|
||||
%%DATADIR%%/Antarctica/Casey
|
||||
%%DATADIR%%/Antarctica/Davis
|
||||
%%DATADIR%%/Antarctica/Macquarie
|
||||
@ -436,6 +435,7 @@
|
||||
%%BACKWARD%%%%DATADIR%%/America/Thunder_Bay
|
||||
%%BACKWARD%%%%DATADIR%%/America/Tortola
|
||||
%%BACKWARD%%%%DATADIR%%/America/Virgin
|
||||
%%BACKWARD%%%%DATADIR%%/America/Yellowknife
|
||||
%%BACKWARD%%%%DATADIR%%/Antarctica/DumontDUrville
|
||||
%%BACKWARD%%%%DATADIR%%/Antarctica/McMurdo
|
||||
%%BACKWARD%%%%DATADIR%%/Antarctica/South_Pole
|
||||
|
Loading…
Reference in New Issue
Block a user