aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-05-12 19:14:18 +0000
committerEd Maste <emaste@FreeBSD.org>2016-05-12 19:14:18 +0000
commitd99dc0a380699b78d28f9c73cb3241b438e9439a (patch)
tree38d3b4b5205ea3c10644ad07f0b87334e11c292b /CHANGES
parentfec9a9391bb38e7cc5ea47a7c7e1e3709f394a21 (diff)
downloadports-d99dc0a380699b78d28f9c73cb3241b438e9439a.tar.gz
ports-d99dc0a380699b78d28f9c73cb3241b438e9439a.zip
Move my CHANGES entry from r415078 to the correct location
Notes
Notes: svn path=/head/; revision=415084
Diffstat (limited to 'CHANGES')
-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