aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-10-01 15:56:54 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-10-01 15:56:54 +0000
commitb11538d0ebfea7d3010872086fc0124b406a0403 (patch)
tree17b3b868d9c98ee4a6238cdc0298c3b4788e36ad /CHANGES
parent64b717d8a1b37d7b090ad935a8f0e168a887e9e3 (diff)
downloadports-b11538d0ebfea7d3010872086fc0124b406a0403.tar.gz
ports-b11538d0ebfea7d3010872086fc0124b406a0403.zip
Remove support for old autoconf and automake versions from USE_AUTOTOOLS:
autoconf213, autoheader213, aclocal14 and automake14 Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=369734
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 46d009758c89..91c1dfc435df 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,12 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20141001:
+AUTHOR: tijl@FreeBSD.org
+
+ Support for autoconf213, autoheader213, aclocal14 and automake14 has been
+ removed from USE_AUTOTOOLS.
+
20140930:
AUTHOR: bdrewery@FreeBSD.org