Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2016 10:34:02 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411148 - head/misc/zoneinfo
Message-ID:  <201603151034.u2FAY2QA078924@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: edwin
Date: Tue Mar 15 10:34:02 2016
New Revision: 411148
URL: https://svnweb.freebsd.org/changeset/ports/411148

Log:
  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.

Modified:
  head/misc/zoneinfo/Makefile
  head/misc/zoneinfo/distinfo
  head/misc/zoneinfo/pkg-plist

Modified: head/misc/zoneinfo/Makefile
==============================================================================
--- head/misc/zoneinfo/Makefile	Tue Mar 15 10:31:53 2016	(r411147)
+++ head/misc/zoneinfo/Makefile	Tue Mar 15 10:34:02 2016	(r411148)
@@ -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>

Modified: head/misc/zoneinfo/distinfo
==============================================================================
--- head/misc/zoneinfo/distinfo	Tue Mar 15 10:31:53 2016	(r411147)
+++ head/misc/zoneinfo/distinfo	Tue Mar 15 10:34:02 2016	(r411148)
@@ -1,2 +1,2 @@
-SHA256 (tzdata2015g.tar.gz) = b923cdbf078491696b17bc8d069c74bce73fabc5774629da2f410c9b31576161
-SIZE (tzdata2015g.tar.gz) = 300363
+SHA256 (tzdata2016b.tar.gz) = 6392091d92556a32de488ea06a055c51bc46b7d8046c8a677f0ccfe286b3dbdc
+SIZE (tzdata2016b.tar.gz) = 305437

Modified: head/misc/zoneinfo/pkg-plist
==============================================================================
--- head/misc/zoneinfo/pkg-plist	Tue Mar 15 10:31:53 2016	(r411147)
+++ head/misc/zoneinfo/pkg-plist	Tue Mar 15 10:34:02 2016	(r411148)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603151034.u2FAY2QA078924>