diff options
author | emaste <emaste@FreeBSD.org> | 2016-05-13 02:20:27 +0800 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2016-05-13 02:20:27 +0800 |
commit | 0198d9e414a31ad4be2bc2df50ef9f7443fc2769 (patch) | |
tree | a0a77f5a3985a6375dcbedb549c32c83cbc16e9d /CHANGES | |
parent | 1203c0ff2831bce993027ac17d14ef6a44b39ed5 (diff) | |
download | freebsd-ports-gnome-0198d9e414a31ad4be2bc2df50ef9f7443fc2769.tar.gz freebsd-ports-gnome-0198d9e414a31ad4be2bc2df50ef9f7443fc2769.tar.zst freebsd-ports-gnome-0198d9e414a31ad4be2bc2df50ef9f7443fc2769.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
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |