diff options
author | emaste <emaste@FreeBSD.org> | 2016-05-13 03:14:18 +0800 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2016-05-13 03:14:18 +0800 |
commit | 99966a824ccc6affdc1830a7f08db276f34848ba (patch) | |
tree | 38d3b4b5205ea3c10644ad07f0b87334e11c292b /CHANGES | |
parent | 05a15067a3ddf9c873e7b0361f194c00c3c7319d (diff) | |
download | freebsd-ports-gnome-99966a824ccc6affdc1830a7f08db276f34848ba.tar.gz freebsd-ports-gnome-99966a824ccc6affdc1830a7f08db276f34848ba.tar.zst freebsd-ports-gnome-99966a824ccc6affdc1830a7f08db276f34848ba.zip |
Move my CHANGES entry from r415078 to the correct location
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 |