diff options
author | adridg <adridg@FreeBSD.org> | 2017-09-15 05:02:51 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2017-09-15 05:02:51 +0800 |
commit | 09b73d7ce3bed9ff760b2d8c786bd0baa67d6e45 (patch) | |
tree | 570aeb8e9fcad4efb19711621999d3df8296b6b9 /UPDATING | |
parent | 738d9f9aaaf7e78224386120cc5ea2b44702376f (diff) | |
download | freebsd-ports-gnome-09b73d7ce3bed9ff760b2d8c786bd0baa67d6e45.tar.gz freebsd-ports-gnome-09b73d7ce3bed9ff760b2d8c786bd0baa67d6e45.tar.zst freebsd-ports-gnome-09b73d7ce3bed9ff760b2d8c786bd0baa67d6e45.zip |
Update CMake to 3.9, merge devel/cmake-modules into devel/cmake
Thanks to antoine@ for the exp-run.
Approved by: rakuco (mentor)
Reviewed by: tcberner (mentor)
Reviewed by: mat
PR: 222000 (exp-run)
Differential Revision: https://reviews.freebsd.org/D12299
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170914: + AFFECTS: users of CMake + AUTHOR: adridg@freebsd.org + + The ports devel/cmake and devel/cmake-modules have been merged into + devel/cmake. The benefit of being able to update the modules without + the binary is outweighed by the issues caused by having the binary + out-of-sync with the modules. + + All ports have been updated to depend only on CMake. + 20170904 AFFECTS: users of net-mgmt/seafile-server AUTHOR: ultima@FreeBSD.org |