aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 05:55:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 05:55:14 +0000
commit4a57b3237930b77c535e72d81fe4afefe64b70d7 (patch)
tree5c210fef822a8e525dac3ebc87f53e9299b35dc7 /CHANGES
parent52296c31b0f6657c5e18ad47ee0da381ac3e89db (diff)
downloadports-4a57b3237930b77c535e72d81fe4afefe64b70d7.tar.gz
ports-4a57b3237930b77c535e72d81fe4afefe64b70d7.zip
Now that all LIB_DEPENDS has been switched to modern version, remove support
for ancient version. Phabric: D415 Reviewed by: swills
Notes
Notes: svn path=/head/; revision=362031
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d1ca033b2229..c363551a70b8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20140715:
+AUTHOR: bapt@FreeBSD.org
+
+ Only one format is now support in LIB_DEPENDS: lib*.so
+
20140708:
AUTHOR: mva@FreeBSD.org