aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2017-10-20 17:23:47 +0000
committerAlex Kozlov <ak@FreeBSD.org>2017-10-20 17:23:47 +0000
commit62a17a809f5dc51aa207c68de8719014f02691e3 (patch)
tree5731d42fac2b70bda6ffb659f9f601fc6f842ff6 /CHANGES
parent8314647367f613e0cda61653eb35b14f5530b7e8 (diff)
downloadports-62a17a809f5dc51aa207c68de8719014f02691e3.tar.gz
ports-62a17a809f5dc51aa207c68de8719014f02691e3.zip
- Remove USES=fmake. It was created to help migration from
old FreeBSD make (pmake) and there are no more users of it left in the ports tree. Differential Revision: https://reviews.freebsd.org/D12634 Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=452546
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 33077f733ab3..9f025708e1b8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20171020:
+AUTHOR: ak@FreeBSD.org
+
+ The USES=fmake has been removed. It was created to help migration from
+ old FreeBSD make (pmake) and there are no more users of it left in
+ the ports tree.
+
20171012:
AUTHOR: mat@FreeBSD.org