<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[151803] trunk/dports/graphics/glfw</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/151803">151803</a></dd>
<dt>Author</dt> <dd>michaelld@macports.org</dd>
<dt>Date</dt> <dd>2016-08-22 05:55:56 -0700 (Mon, 22 Aug 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>glfw:
+ update release to 3.2.1;
+ update glfw-devel to 9cd0c101 (20160818);
+ swap to a single patch for CMakeLists.txt.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsgraphicsglfwPortfile">trunk/dports/graphics/glfw/Portfile</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkdportsgraphicsglfwfilespatchCMakeListstxtdiff">trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.diff</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkdportsgraphicsglfwfilespatchCMakeListstxtdeveldiff">trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.devel.diff</a></li>
<li><a href="#trunkdportsgraphicsglfwfilespatchCMakeListstxtreleasediff">trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.release.diff</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsgraphicsglfwPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/graphics/glfw/Portfile (151802 => 151803)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/glfw/Portfile        2016-08-22 12:54:30 UTC (rev 151802)
+++ trunk/dports/graphics/glfw/Portfile        2016-08-22 12:55:56 UTC (rev 151803)
</span><span class="lines">@@ -18,17 +18,14 @@
</span><span class="cx"> 
</span><span class="cx">     # release
</span><span class="cx"> 
</span><del>-    github.setup    glfw glfw 3.2
-    revision        1
</del><ins>+    github.setup    glfw glfw 3.2.1
+    checksums       rmd160 5fb5988736a0a2812426907ab8d64b94eeacc010 \
+                    sha256 34bc25f8111501eec35a52fd39fa50336a0c2e812d4a14454c7c946458ab015c
+
</ins><span class="cx">     # bump the epoch because I moved the version from 20151012 to 3.1.2
</span><ins>+
</ins><span class="cx">     epoch           1
</span><del>-    checksums       rmd160 0b0e400f47b965af9fe6eb3eb7e373cb6efa105f \
-                    sha256 2d98746893b55a332d2861bfc525d91b557894318dc79de015c854a0ee818ed6
</del><span class="cx"> 
</span><del>-    # patch to fix install directory for cmake files and docs
-
-    patchfiles-append patch-CMakeLists.txt.release.diff
-
</del><span class="cx">     conflicts       glfw-devel
</span><span class="cx">     long_description ${description}: \
</span><span class="cx">         This port follows the release version of GLFW, which is typically updated every 6 months. If for some reason this port does not build or function as desired, try the ${name}-devel port.
</span><span class="lines">@@ -37,15 +34,11 @@
</span><span class="cx"> 
</span><span class="cx">     # devel
</span><span class="cx"> 
</span><del>-    github.setup    glfw glfw c18d3aecbc2022c0f57e1d287da707aaecbae3ae
-    version         20160816
-    checksums       rmd160 b437b047d619de8bde22ad6f66d391ed31b71d26 \
-                    sha256 d9e914ce1c177ae519f91befcf3682554ba89fc5dabba1ffcc8e62bcef3b98bb
</del><ins>+    github.setup    glfw glfw 9cd0c101f09ca1085d8e09536b20d7695827c937
+    version         20160818
+    checksums       rmd160 8cf8dd1f88a0786e95beb3ee97e0bea62f77ec37 \
+                    sha256 60317f02698b1170e525d932178578152f1727c86e8299bd311ac68d5658e42d
</ins><span class="cx"> 
</span><del>-    # patch to fix install directory for cmake files and docs
-
-    patchfiles-append patch-CMakeLists.txt.devel.diff
-
</del><span class="cx">     conflicts       glfw
</span><span class="cx">     long_description ${description}: \
</span><span class="cx">     This port follows the GIT master version of GLFW, which is typically updated every few days to weeks.
</span><span class="lines">@@ -56,6 +49,10 @@
</span><span class="cx"> 
</span><span class="cx"> patchfiles-append   patch-src_CMakeLists.txt.diff
</span><span class="cx"> 
</span><ins>+# patch to fix install directory for cmake files and docs
+
+patchfiles-append patch-CMakeLists.txt.diff
+
</ins><span class="cx"> # use the real home page, not github's
</span><span class="cx"> 
</span><span class="cx"> homepage            http://www.glfw.org/
</span></span></pre></div>
<a id="trunkdportsgraphicsglfwfilespatchCMakeListstxtdeveldiff"></a>
<div class="delfile"><h4>Deleted: trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.devel.diff (151802 => 151803)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.devel.diff        2016-08-22 12:54:30 UTC (rev 151802)
+++ trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.devel.diff        2016-08-22 12:55:56 UTC (rev 151803)
</span><span class="lines">@@ -1,37 +0,0 @@
</span><del>---- CMakeLists.txt.orig
-+++ CMakeLists.txt
-@@ -356,7 +356,11 @@
- #--------------------------------------------------------------------
- include(CMakePackageConfigHelpers)

--set(GLFW_CONFIG_PATH &quot;lib${LIB_SUFFIX}/cmake/glfw3&quot;)
-+if (NOT GLFW_CMAKE_CONFIG_PATH)
-+  set(GLFW_CMAKE_CONFIG_PATH &quot;lib${LIB_SUFFIX}&quot;)
-+endif()
-+
-+set(GLFW_CONFIG_PATH &quot;${GLFW_CMAKE_CONFIG_PATH}/cmake/glfw3&quot;)

- configure_package_config_file(src/glfw3Config.cmake.in
-                               src/glfw3Config.cmake
-@@ -386,6 +390,9 @@

- if (DOXYGEN_FOUND AND GLFW_BUILD_DOCS)
-     add_subdirectory(docs)
-+    if (NOT GLFW_DOCS_PATH)
-+        set(GLFW_DOCS_PATH &quot;share/doc/glfw3/&quot;)
-+    endif()
- endif()

- #--------------------------------------------------------------------
-@@ -406,6 +413,11 @@
-     install(FILES &quot;${GLFW_BINARY_DIR}/src/glfw3.pc&quot;
-             DESTINATION &quot;lib${LIB_SUFFIX}/pkgconfig&quot;)

-+    if (DOXYGEN_FOUND AND GLFW_BUILD_DOCS)
-+        install(FILES &quot;${GLFW_BINARY_DIR}/docs/html&quot;
-+            DESTINATION &quot;${GLFW_DOCS_PATH}&quot;)
-+    endif()
-+
-     # Only generate this target if no higher-level project already has
-     if (NOT TARGET uninstall)
-         configure_file(cmake_uninstall.cmake.in
</del></span></pre></div>
<a id="trunkdportsgraphicsglfwfilespatchCMakeListstxtdifffromrev151802trunkdportsgraphicsglfwfilespatchCMakeListstxtdeveldiff"></a>
<div class="copfile"><h4>Copied: trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.diff (from rev 151802, trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.devel.diff) (0 => 151803)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.diff                                (rev 0)
+++ trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.diff        2016-08-22 12:55:56 UTC (rev 151803)
</span><span class="lines">@@ -0,0 +1,37 @@
</span><ins>+--- CMakeLists.txt.orig
++++ CMakeLists.txt
+@@ -356,7 +356,11 @@
+ #--------------------------------------------------------------------
+ include(CMakePackageConfigHelpers)

+-set(GLFW_CONFIG_PATH &quot;lib${LIB_SUFFIX}/cmake/glfw3&quot;)
++if (NOT GLFW_CMAKE_CONFIG_PATH)
++  set(GLFW_CMAKE_CONFIG_PATH &quot;lib${LIB_SUFFIX}&quot;)
++endif()
++
++set(GLFW_CONFIG_PATH &quot;${GLFW_CMAKE_CONFIG_PATH}/cmake/glfw3&quot;)

+ configure_package_config_file(src/glfw3Config.cmake.in
+                               src/glfw3Config.cmake
+@@ -386,6 +390,9 @@

+ if (DOXYGEN_FOUND AND GLFW_BUILD_DOCS)
+     add_subdirectory(docs)
++    if (NOT GLFW_DOCS_PATH)
++        set(GLFW_DOCS_PATH &quot;share/doc/glfw3/&quot;)
++    endif()
+ endif()

+ #--------------------------------------------------------------------
+@@ -406,6 +413,11 @@
+     install(FILES &quot;${GLFW_BINARY_DIR}/src/glfw3.pc&quot;
+             DESTINATION &quot;lib${LIB_SUFFIX}/pkgconfig&quot;)

++    if (DOXYGEN_FOUND AND GLFW_BUILD_DOCS)
++        install(FILES &quot;${GLFW_BINARY_DIR}/docs/html&quot;
++            DESTINATION &quot;${GLFW_DOCS_PATH}&quot;)
++    endif()
++
+     # Only generate this target if no higher-level project already has
+     if (NOT TARGET uninstall)
+         configure_file(cmake_uninstall.cmake.in
</ins></span></pre></div>
<a id="trunkdportsgraphicsglfwfilespatchCMakeListstxtreleasediff"></a>
<div class="delfile"><h4>Deleted: trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.release.diff (151802 => 151803)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.release.diff        2016-08-22 12:54:30 UTC (rev 151802)
+++ trunk/dports/graphics/glfw/files/patch-CMakeLists.txt.release.diff        2016-08-22 12:55:56 UTC (rev 151803)
</span><span class="lines">@@ -1,37 +0,0 @@
</span><del>---- CMakeLists.txt.orig        2016-06-02 10:13:47.000000000 -0400
-+++ CMakeLists.txt        2016-06-02 15:10:42.000000000 -0400
-@@ -336,7 +336,11 @@
- #--------------------------------------------------------------------
- include(CMakePackageConfigHelpers)

--set(GLFW_CONFIG_PATH &quot;lib${LIB_SUFFIX}/cmake/glfw3&quot;)
-+if (NOT GLFW_CMAKE_CONFIG_PATH)
-+  set(GLFW_CMAKE_CONFIG_PATH &quot;lib${LIB_SUFFIX}&quot;)
-+endif()
-+
-+set(GLFW_CONFIG_PATH &quot;${GLFW_CMAKE_CONFIG_PATH}/cmake/glfw3&quot;)

- configure_package_config_file(src/glfw3Config.cmake.in
-                               src/glfw3Config.cmake
-@@ -366,6 +370,9 @@

- if (DOXYGEN_FOUND AND GLFW_BUILD_DOCS)
-     add_subdirectory(docs)
-+    if (NOT GLFW_DOCS_PATH)
-+        set(GLFW_DOCS_PATH &quot;share/doc/glfw3/&quot;)
-+    endif()
- endif()

- #--------------------------------------------------------------------
-@@ -386,6 +393,11 @@
-     install(FILES &quot;${GLFW_BINARY_DIR}/src/glfw3.pc&quot;
-             DESTINATION &quot;lib${LIB_SUFFIX}/pkgconfig&quot;)

-+    if (DOXYGEN_FOUND AND GLFW_BUILD_DOCS)
-+        install(FILES &quot;${GLFW_BINARY_DIR}/docs/html&quot;
-+            DESTINATION &quot;${GLFW_DOCS_PATH}&quot;)
-+    endif()
-+
-     # Only generate this target if no higher-level project already has
-     if (NOT TARGET uninstall)
-         configure_file(cmake_uninstall.cmake.in
</del></span></pre>
</div>
</div>

</body>
</html>