While attempting "make install" in the /usr/ports/devel/cmake directory, make fails with multiple errors because no source tarball is available for download from ftp.freebsd.org (and some mirrors. Not all available mirrors checked).
According to the scanner, it fetches fine: http://people.freebsd.org/~ehaupt/distilator/devel/cmake/ And logically, as used as cmake is in the ports tree, wouldn't it surprise you that you are the first to report a problem like that? I'd suspect a local network issue myself. Maybe you should try again in a hour or so...
downloads.cmake.org doesn't resolve anymore, I think this is causing at least some of the issues here.
A commit references this bug: Author: rakuco Date: Sun Jul 27 11:46:06 UTC 2014 New revision: 363052 URL: http://svnweb.freebsd.org/changeset/ports/363052 Log: Update MASTER_SITES for the CMake ports. downloads.cmake.org does not resolve, use www.cmake.org instead. PR: 192141 MFH: 2014Q3 Changes: head/devel/cmake/Makefile head/devel/cmake-gui/Makefile
A commit references this bug: Author: rakuco Date: Sun Jul 27 13:04:21 UTC 2014 New revision: 363060 URL: http://svnweb.freebsd.org/changeset/ports/363060 Log: MFH: r363052 Update MASTER_SITES for the CMake ports. downloads.cmake.org does not resolve, use www.cmake.org instead. PR: 192141 Approved by: portmgr (erwin) Changes: _U branches/2014Q3/ branches/2014Q3/devel/cmake/Makefile branches/2014Q3/devel/cmake-gui/Makefile
Thanks for the quick fix!