aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-05-12 18:20:27 +0000
committerEd Maste <emaste@FreeBSD.org>2016-05-12 18:20:27 +0000
commit7fea5824d6a60c6a5dbba25cbda0e58b71d720b2 (patch)
treea0a77f5a3985a6375dcbedb549c32c83cbc16e9d /CHANGES
parent2d1da0076feb58ebc8d1153aea4ef6cc172cea0c (diff)
downloadports-7fea5824d6a60c6a5dbba25cbda0e58b71d720b2.tar.gz
ports-7fea5824d6a60c6a5dbba25cbda0e58b71d720b2.zip
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. Submitted by: bapt (earlier version) Reviewed by: bapt, bdrewery Approved by: portmgr (bdrewery) Differential Revision: https://reviews.freebsd.org/D6031
Notes
Notes: svn path=/head/; revision=415078
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 394e8aa39173..cd8ef1ea7e90 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,16 @@ AUTHOR: mat@FreeBSD.org
WANT_BDB_VER=XX should be replaced by USES=bdb:XX.
+20160512:
+AUTHOR: emaste@FreeBSD.org
+
+ "make makesum" now writes the current timestamp to distinfo when it is run.
+ This is done to support development and prototyping efforts for reproducible
+ package builds, which require some concept of a "last updated" time.
+
+ The TIMESTAMP can currently be ignored for ports that have no distinfo, and
+ for updates done without using "make makesum."
+
20160414:
AUTHOR: mat@FreeBSD.org