diff options
author | Ed Maste <emaste@FreeBSD.org> | 2016-05-12 19:14:18 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2016-05-12 19:14:18 +0000 |
commit | d99dc0a380699b78d28f9c73cb3241b438e9439a (patch) | |
tree | 38d3b4b5205ea3c10644ad07f0b87334e11c292b /CHANGES | |
parent | fec9a9391bb38e7cc5ea47a7c7e1e3709f394a21 (diff) | |
download | ports-d99dc0a380699b78d28f9c73cb3241b438e9439a.tar.gz ports-d99dc0a380699b78d28f9c73cb3241b438e9439a.zip |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +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." + 20160428 AUTHOR: mat@FreeBSD.org @@ -22,16 +32,6 @@ 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 |