aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2017-09-17 05:22:30 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2017-09-17 05:22:30 +0000
commitb75b16e980b5be5b3a466db59c0a9c5a4ded6053 (patch)
treeefc4d9c4070d0b8882c816a62c382c7570929720 /UPDATING
parent93f67a2084c704996fd6476fd2032029ef7f52d1 (diff)
downloadports-b75b16e980b5be5b3a466db59c0a9c5a4ded6053.tar.gz
ports-b75b16e980b5be5b3a466db59c0a9c5a4ded6053.zip
MOVED/UPDATING: Improve cmake-modules entries
Clarify the wording around the devel/cmake-modules deletion (merge into devel/cmake), and provide explicit instructions for users on how to proceed. PR: 222000
Notes
Notes: svn path=/head/; revision=449985
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 9 insertions, 5 deletions
diff --git a/UPDATING b/UPDATING
index 2878f43033e8..30d254e10b69 100644
--- a/UPDATING
+++ b/UPDATING
@@ -13,14 +13,18 @@ you update your ports collection, before attempting any port upgrades.
devel/cargo was merged into lang/rust.
20170914:
- AFFECTS: users of CMake
+ AFFECTS: users of CMake & CMake Modules
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.
+ The devel/cmake-modules port has 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.
+
+ Users should delete the devel/cmake-modules package and then
+ upgrade or reinstall devel/cmake.
+
All ports have been updated to depend only on CMake.
20170904