aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES20
1 files changed, 10 insertions, 10 deletions
diff --git a/CHANGES b/CHANGES
index cd8ef1ea7e90..ded2e9291f4e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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