From owner-svn-ports-head@freebsd.org Fri May 13 16:01:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7660EB3A307; Fri, 13 May 2016 16:01:51 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 691E41959; Fri, 13 May 2016 16:01:51 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 677251D3A; Fri, 13 May 2016 16:01:51 +0000 (UTC) Date: Fri, 13 May 2016 16:01:51 +0000 From: Alexey Dokuchaev To: Ed Maste Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415078 - in head: . Mk Message-ID: <20160513160151.GA30219@FreeBSD.org> References: <201605121820.u4CIKROJ004026@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201605121820.u4CIKROJ004026@repo.freebsd.org> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Fri, 13 May 2016 16:01:51 -0000 On Thu, May 12, 2016 at 06:20:27PM +0000, Ed Maste wrote: > New Revision: 415078 > URL: https://svnweb.freebsd.org/changeset/ports/415078 > > Log: > Record TIMESTAMP in make makesum > > This is intended to support development and prototyping for ports > reproducible build efforts which require some concept of a "last > updated" time. It is being committed now so that timestamp entries > will be populated "for free" as port distfiles updates happen. Why does it have to be part of distinfo rather than obtained from keywords or "svn info distinfo | grep ..."? (The latter might seem like it could slow things down a bit, but 1) it's unclear if it would make a significant difference without actual tests, and 2) polluting distinfo looks worse, to me at least.) ./danfe