diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 05:55:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 05:55:14 +0000 |
commit | 4a57b3237930b77c535e72d81fe4afefe64b70d7 (patch) | |
tree | 5c210fef822a8e525dac3ebc87f53e9299b35dc7 /CHANGES | |
parent | 52296c31b0f6657c5e18ad47ee0da381ac3e89db (diff) |
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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |