Module Name:    src
Committed By:   apb
Date:           Thu Oct 23 03:42:09 UTC 2014

Modified Files:
        src/external/public-domain/tz: tzdata2netbsd

Log Message:
Update tzdata2netbsd for 2014i.

The NEWS file has been included in the tzdata tarball since 2014g, so
don't mention the separate NEWS URL in the prototype CVS log message.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/public-domain/tz/tzdata2netbsd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/public-domain/tz/tzdata2netbsd
diff -u src/external/public-domain/tz/tzdata2netbsd:1.3 src/external/public-domain/tz/tzdata2netbsd:1.4
--- src/external/public-domain/tz/tzdata2netbsd:1.3	Sun Aug 31 07:04:07 2014
+++ src/external/public-domain/tz/tzdata2netbsd	Thu Oct 23 03:42:09 2014
@@ -1,4 +1,4 @@
-# $NetBSD: tzdata2netbsd,v 1.3 2014/08/31 07:04:07 apb Exp $
+# $NetBSD: tzdata2netbsd,v 1.4 2014/10/23 03:42:09 apb Exp $
 
 # For use by NetBSD developers when updating to new versions of tzdata.
 #
@@ -13,8 +13,8 @@
 #    redo non-trivial work done by earlier runs.
 #
 
-OLDVER=2014f
-NEWVER=2014g
+OLDVER=2014h
+NEWVER=2014i
 
 # Uppercase variants of OLDVER and NEWVER
 OLDVER_UC="$( echo "${OLDVER}" | tr '[a-z]' '[A-Z]' )"
@@ -216,7 +216,7 @@ EOF
 			goodsection = 0;
 			havesentence = 0;
 			print "Import tzdata"newver" from "disturl;
-			print "and NEWS file from "newsurl;
+			#print "and NEWS file from "newsurl;
 		}
 		/^Release/ {
 			# "Release <version> - <date>"

Reply via email to