svn commit: r363060 - in branches/2014Q3/devel: cmake cmake-gui
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Jul 27 13:04:22 UTC 2014
Author: rakuco
Date: Sun Jul 27 13:04:21 2014
New Revision: 363060
URL: http://svnweb.freebsd.org/changeset/ports/363060
QAT: https://qat.redports.org/buildarchive/r363060/
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)
Modified:
branches/2014Q3/devel/cmake-gui/Makefile
branches/2014Q3/devel/cmake/Makefile
Directory Properties:
branches/2014Q3/ (props changed)
Modified: branches/2014Q3/devel/cmake-gui/Makefile
==============================================================================
--- branches/2014Q3/devel/cmake-gui/Makefile Sun Jul 27 12:52:21 2014 (r363059)
+++ branches/2014Q3/devel/cmake-gui/Makefile Sun Jul 27 13:04:21 2014 (r363060)
@@ -4,7 +4,7 @@ PORTNAME= cmake
PORTVERSION= 2.8.12.1
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://downloads.cmake.org/files/v2.8/
+MASTER_SITES= http://www.cmake.org/files/v2.8/
PKGNAMESUFFIX= -gui
MAINTAINER= kde at FreeBSD.org
Modified: branches/2014Q3/devel/cmake/Makefile
==============================================================================
--- branches/2014Q3/devel/cmake/Makefile Sun Jul 27 12:52:21 2014 (r363059)
+++ branches/2014Q3/devel/cmake/Makefile Sun Jul 27 13:04:21 2014 (r363060)
@@ -5,7 +5,7 @@ PORTNAME= cmake
PORTVERSION= 2.8.12.1
PORTREVISION?= 4
CATEGORIES= devel
-MASTER_SITES= http://downloads.cmake.org/files/v2.8/
+MASTER_SITES= http://www.cmake.org/files/v2.8/
MAINTAINER= kde at FreeBSD.org
COMMENT?= Cross-platform Makefile generator
More information about the svn-ports-all
mailing list