<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cdb75728d2622b6dc5ea795d5a7c280334557c7e">https://github.com/macports/macports-ports/commit/cdb75728d2622b6dc5ea795d5a7c280334557c7e</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new cdb7572  cmake*: Use canonical URLs
</span>cdb7572 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cdb75728d2622b6dc5ea795d5a7c280334557c7e
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri Nov 24 07:57:44 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    cmake*: Use canonical URLs
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes ticket https://trac.macports.org/ticket/55381
</span>---
 devel/cmake/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cmake/Portfile b/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 167df45..2088445 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,7 +16,7 @@ set base_long_description \
</span>     process in an operating system and compiler independent manner. \
     Unlike many cross-platform systems, CMake is designed to be \
     used in conjunction with the native build environment."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.cmake.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://cmake.org
</span> platforms           darwin freebsd
 
 dist_subdir         cmake
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,7 +33,7 @@ if {${subport} eq ${name}} {
</span>     checksums       rmd160 03a457f0e7b9752eda04d88b4d956c9df9cb31c9 \
                     sha256 b3345c17609ea0f039960ef470aa099de9942135990930a57c14575aae884987
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    master_sites    http://www.cmake.org/files/v${branch}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    master_sites    ${homepage}/files/v${branch}/
</span>     conflicts       cmake-devel
 
     long_description ${base_long_description} \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -175,7 +175,7 @@ platform darwin {
</span>     #       Since nothing links against cmake and cmake is just using the STL,
     #       we're safe to force libstdc++
     #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    #       https://www.cmake.org/Bug/view.php?id=15039&nbn=16
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #       https://cmake.org/Bug/view.php?id=15039&nbn=16
</span>     if {${os.major} < 12} {
         configure.cxx_stdlib libstdc++
     }
</pre><pre style='margin:0'>

</pre>