Index: head/misc/zoneinfo/Makefile =================================================================== --- head/misc/zoneinfo/Makefile (revision 234655) +++ head/misc/zoneinfo/Makefile (revision 234656) @@ -1,69 +1,69 @@ # New ports collection makefile for: zoneinfo # Date created: 27 March 2006 # Whom: Edwin Groothuis # # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2009g +DISTVERSION= 2009h CATEGORIES= misc MASTER_SITES= ftp://elsie.nci.nih.gov/pub/ DISTNAME= tzdata${DISTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= Updated timezone definitions WRKSRC= ${WRKDIR} PREFIX= /usr TZFILES= africa antarctica asia australasia etcetera europe \ factory northamerica southamerica systemv POSIXRULES= America/New_York # Prevent packages if on the FreeBSD building cluster. This because # it overwrites system files and directories. .if defined(PACKAGE_BUILDING) NO_PACKAGE= Overwrites files in the base system .endif # Make sure it breaks when the distfile isn't there anymore. .if !defined(PACKAGE_BUILDING) MASTER_SITES+= http://people.freebsd.org/~edwin/ .endif .include # The following country codes can be missing from /usr/share/misc/iso3166 and # shouldn't appear in the zoneinfo file. MISSING= ax bl gg im je me mf rs .ifndef NOMISSING .for M in ${MISSING} HAS_${M:U}!= ${GREP} -c ^${M:U} /usr/share/misc/iso3166 || ${TRUE} .if ${HAS_${M:U}} == "0" EXTRA_PATCHES+= ${FILESDIR}/patchremove-${M} .endif .endfor .endif do-build: umask 022; \ cd ${WRKSRC}; \ zic -d ${WRKSRC}/zoneinfo -p ${POSIXRULES} -m ${NOBINMODE} \ ${LEAPFILE} -y ${.OBJDIR}/yearistype ${TZFILES} do-install: ${MKDIR} ${PREFIX}/share/zoneinfo ${CP} -R -p ${WRKSRC}/zoneinfo/ ${PREFIX}/share/zoneinfo ${INSTALL_DATA} ${WRKSRC}/zone.tab ${PREFIX}/share/zoneinfo post-install: @${CAT} ${PKGMESSAGE} test-patches: .for M in ${MISSING} make clean NOMISSING=1 EXTRA_PATCHES=${FILESDIR}/patchremove-${M} make patch .endfor .include Property changes on: head/misc/zoneinfo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.50 \ No newline at end of property +1.51 \ No newline at end of property Index: head/misc/zoneinfo/distinfo =================================================================== --- head/misc/zoneinfo/distinfo (revision 234655) +++ head/misc/zoneinfo/distinfo (revision 234656) @@ -1,3 +1,3 @@ -MD5 (tzdata2009g.tar.gz) = 9f39846150469ef3badfd5e93f35b512 -SHA256 (tzdata2009g.tar.gz) = da033acc418328edcb32a089c26c1f6a828f596b4f3aa26c9319e3ab19e05073 -SIZE (tzdata2009g.tar.gz) = 178224 +MD5 (tzdata2009h.tar.gz) = 7feb330364d2837e3b4fdb0ae3ae1e92 +SHA256 (tzdata2009h.tar.gz) = 4eaa785fccc13fe26a1c92518e59108b78422115eaf9cb5a6bb95168bb5e92ab +SIZE (tzdata2009h.tar.gz) = 178764 Property changes on: head/misc/zoneinfo/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property