From owner-svn-ports-all@freebsd.org Sun Sep 17 05:22:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05C37E24D33; Sun, 17 Sep 2017 05:22:32 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C53FB72D3B; Sun, 17 Sep 2017 05:22:31 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8H5MUjM066620; Sun, 17 Sep 2017 05:22:30 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8H5MU50066618; Sun, 17 Sep 2017 05:22:30 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201709170522.v8H5MU50066618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 17 Sep 2017 05:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449985 - head X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 449985 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2017 05:22:32 -0000 Author: koobs Date: Sun Sep 17 05:22:30 2017 New Revision: 449985 URL: https://svnweb.freebsd.org/changeset/ports/449985 Log: 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 Modified: head/MOVED head/UPDATING Modified: head/MOVED ============================================================================== --- head/MOVED Sun Sep 17 04:43:18 2017 (r449984) +++ head/MOVED Sun Sep 17 05:22:30 2017 (r449985) @@ -9544,6 +9544,6 @@ devel/py33-setuptools||2017-09-03|Removed, please upda x11-toolkits/py33-tkinter||2017-09-03|Removed, please update to Python 3.6 devel/py3-enum34||2017-09-03|Removed, Python 3.3 only security/clambc||2017-09-14|Has expired: Practically unmaintained, featuring issues elsewhere solved 6 years ago -devel/cmake-modules||2017-09-14|Merged with devel/cmake +devel/cmake-modules||2017-09-14|Deleted, merged into devel/cmake devel/cargo|lang/rust|2017-09-15|Merged with lang/rust sysutils/filelight-kde4|sysutils/filelight|2017-09-16|Renamed to sysutils/filelight Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Sep 17 04:43:18 2017 (r449984) +++ head/UPDATING Sun Sep 17 05:22:30 2017 (r449985) @@ -13,14 +13,18 @@ you update your ports collection, before attempting an 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