From owner-svn-ports-head@FreeBSD.ORG Wed Nov 19 12:53:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEB79588; Wed, 19 Nov 2014 12:53:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB69815D; Wed, 19 Nov 2014 12:53:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAJCr0Dw074971; Wed, 19 Nov 2014 12:53:00 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAJCr0nt074970; Wed, 19 Nov 2014 12:53:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201411191253.sAJCr0nt074970@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 19 Nov 2014 12:53:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372773 - head/misc/zoneinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2014 12:53:01 -0000 Author: bapt Date: Wed Nov 19 12:53:00 2014 New Revision: 372773 URL: https://svnweb.freebsd.org/changeset/ports/372773 QAT: https://qat.redports.org/buildarchive/r372773/ Log: Allow package building to allow users to get rapide update of the timezones by simply installing the package Note: testing will fail as poudriere is pedantic and hates when a port tries to update base. But this port is one the of rare that makes sense overwriting base. With hat: portmgr Requested by: many Modified: head/misc/zoneinfo/Makefile Modified: head/misc/zoneinfo/Makefile ============================================================================== --- head/misc/zoneinfo/Makefile Wed Nov 19 12:38:24 2014 (r372772) +++ head/misc/zoneinfo/Makefile Wed Nov 19 12:53:00 2014 (r372773) @@ -20,12 +20,6 @@ POSIXRULES= America/New_York # Run with "DEVELOPER=1 make check-plist" before commiting! -# 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/