diff options
author | edwin <edwin@FreeBSD.org> | 2016-03-15 18:34:02 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2016-03-15 18:34:02 +0800 |
commit | 6621ed851f40392b76caa0c05d383ed2e5d1b8cf (patch) | |
tree | ca9d324362f71aed03d1d347cf0db1dc312cb330 /misc/zoneinfo | |
parent | aea4e64f4156f44d2f107adfa62394dc263939c4 (diff) | |
download | freebsd-ports-gnome-6621ed851f40392b76caa0c05d383ed2e5d1b8cf.tar.gz freebsd-ports-gnome-6621ed851f40392b76caa0c05d383ed2e5d1b8cf.tar.zst freebsd-ports-gnome-6621ed851f40392b76caa0c05d383ed2e5d1b8cf.zip |
Update to tzdata2016b:
Changes affecting future time stamps
America/Cayman will not observe daylight saving this year after all.
Revert our guess that it would. (Thanks to Matt Johnson.)
Asia/Chita switches from +0800 to +0900 on 2016-03-27 at 02:00.
(Thanks to Alexander Krivenyshev.)
Asia/Tehran now has DST predictions for the year 2038 and later,
to be March 21 00:00 to September 21 00:00. This is likely better
than predicting no DST, albeit off by a day every now and then.
New zones Europe/Astrakhan and Europe/Ulyanovsk for Astrakhan and
Ulyanovsk Oblasts, Russia, both of which will switch from +03 to +04 on
2016-03-27 at 02:00 local time. They need distinct zones since their
post-1970 histories disagree. New zone Asia/Barnaul for Altai Krai and
Altai Republic, Russia, which will switch from +06 to +07 on the same date
and local time. Also, Asia/Sakhalin moves from +10 to +11 on 2016-03-27
at 02:00. (Thanks to Alexander Krivenyshev for the heads-up, and to
Matt Johnson and Stepan Golosunov for followup.)
As a trial of a new system that needs less information to be made up,
the new zones use numeric time zone abbreviations like "+04"
instead of invented abbreviations like "ASTT".
Haiti will not observe DST in 2016. (Thanks to Jean Antoine via
Steffen Thorsen.)
Palestine's spring-forward transition on 2016-03-26 is at 01:00, not 00:00.
(Thanks to Hannah Kreitem.) Guess future transitions will be March's last
Saturday at 01:00, not March's last Friday at 24:00.
Diffstat (limited to 'misc/zoneinfo')
-rw-r--r-- | misc/zoneinfo/Makefile | 5 | ||||
-rw-r--r-- | misc/zoneinfo/distinfo | 4 | ||||
-rw-r--r-- | misc/zoneinfo/pkg-plist | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/misc/zoneinfo/Makefile b/misc/zoneinfo/Makefile index bed707f4d99d..6aef3be2cab5 100644 --- a/misc/zoneinfo/Makefile +++ b/misc/zoneinfo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2015g +DISTVERSION= 2016b CATEGORIES= misc MASTER_SITES= ftp://ftp.iana.org/tz/releases/ \ ftp://munnari.oz.au/pub/ @@ -67,4 +67,7 @@ test-patches: NOMISSING=1 EXTRA_PATCHES=${FILESDIR}/patchremove-${M} make patch .endfor +test-pkgplist: + for f in $$(find work/stage/usr/share/zoneinfo/ | sed -e 's,work/stage/usr/share/zoneinfo/,,' ); do if [ $$(grep -c $$f pkg-plist) -eq 0 ]; then echo $$f; fi ; done + .include <bsd.port.post.mk> diff --git a/misc/zoneinfo/distinfo b/misc/zoneinfo/distinfo index 63fc4d92b2f4..24ed3aaca31b 100644 --- a/misc/zoneinfo/distinfo +++ b/misc/zoneinfo/distinfo @@ -1,2 +1,2 @@ -SHA256 (tzdata2015g.tar.gz) = b923cdbf078491696b17bc8d069c74bce73fabc5774629da2f410c9b31576161 -SIZE (tzdata2015g.tar.gz) = 300363 +SHA256 (tzdata2016b.tar.gz) = 6392091d92556a32de488ea06a055c51bc46b7d8046c8a677f0ccfe286b3dbdc +SIZE (tzdata2016b.tar.gz) = 305437 diff --git a/misc/zoneinfo/pkg-plist b/misc/zoneinfo/pkg-plist index 75efcfc8aeff..a3f54f80730e 100644 --- a/misc/zoneinfo/pkg-plist +++ b/misc/zoneinfo/pkg-plist @@ -101,6 +101,7 @@ %%DATADIR%%/America/Eirunepe %%DATADIR%%/America/El_Salvador %%DATADIR%%/America/Fortaleza +%%DATADIR%%/America/Fort_Nelson %%DATADIR%%/America/Glace_Bay %%DATADIR%%/America/Godthab %%DATADIR%%/America/Goose_Bay @@ -171,7 +172,6 @@ %%DATADIR%%/America/Regina %%DATADIR%%/America/Resolute %%DATADIR%%/America/Rio_Branco -%%DATADIR%%/America/Santa_Isabel %%DATADIR%%/America/Santarem %%DATADIR%%/America/Santiago %%DATADIR%%/America/Santo_Domingo @@ -219,6 +219,7 @@ %%DATADIR%%/Asia/Bahrain %%DATADIR%%/Asia/Baku %%DATADIR%%/Asia/Bangkok +%%DATADIR%%/Asia/Barnaul %%DATADIR%%/Asia/Beirut %%DATADIR%%/Asia/Bishkek %%DATADIR%%/Asia/Brunei @@ -351,6 +352,7 @@ %%DATADIR%%/Etc/Zulu %%DATADIR%%/Europe/Amsterdam %%DATADIR%%/Europe/Andorra +%%DATADIR%%/Europe/Astrakhan %%DATADIR%%/Europe/Athens %%DATADIR%%/Europe/Belgrade %%DATADIR%%/Europe/Berlin @@ -396,6 +398,7 @@ %%DATADIR%%/Europe/Stockholm %%DATADIR%%/Europe/Tallinn %%DATADIR%%/Europe/Tirane +%%DATADIR%%/Europe/Ulyanovsk %%DATADIR%%/Europe/Uzhgorod %%DATADIR%%/Europe/Vaduz %%DATADIR%%/Europe/Vatican |