[112310] trunk/dports/graphics/glfw

michaelld at macports.org michaelld at macports.org
Thu Oct 17 08:11:21 PDT 2013


Revision: 112310
          https://trac.macports.org/changeset/112310
Author:   michaelld at macports.org
Date:     2013-10-17 08:11:21 -0700 (Thu, 17 Oct 2013)
Log Message:
-----------
glfw:
* update devel to dbdf01d4 (20131017);
* fix install location of cmake files;
* remove merged patch.

Modified Paths:
--------------
    trunk/dports/graphics/glfw/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/glfw/files/

Modified: trunk/dports/graphics/glfw/Portfile
===================================================================
--- trunk/dports/graphics/glfw/Portfile	2013-10-17 14:41:33 UTC (rev 112309)
+++ trunk/dports/graphics/glfw/Portfile	2013-10-17 15:11:21 UTC (rev 112310)
@@ -32,12 +32,12 @@
     long_description ${description}: \
 Provides the GIT master version, which is typically updated every few days to weeks.
 
-    github.setup    glfw glfw 23ff318f5954b0512354a123e0f8ce42ab15ae39
+    github.setup    glfw glfw dbdf01d4a07291e5341c9e2f0f7a1d76531d4bd9
     name            glfw-devel
-    version         ${base_version}_20131013
+    version         ${base_version}_20131017
     conflicts       glfw
-    checksums       rmd160 8e34fe56e042601b2488563a0cf1bbca666b5d0d \
-                    sha256 a384db327f614ba27cb2c08f5a432f46afe79c7f1b39008ee3d7bc0e74702bf2
+    checksums       rmd160 8fa710b4f622aff35d1fb62c99f720a1fbf61789 \
+                    sha256 e23ca03ac2b263021c34b31e162a166c5889efe5cd537846a09937c66c7a0a7c
 
 }
 
@@ -45,10 +45,6 @@
 
 homepage            http://www.glfw.org/
 
-# fix library to include proper self-id
-
-patchfiles          patch-src-CMakeLists.txt.diff
-
 # do VPATH build
 
 set vpath           ${workpath}/build
@@ -86,8 +82,8 @@
 
     # move cmake Modules to an appropriate location
 
-    xinstall -m 755 -d ${destroot}${prefix}/share/cmake/Modules
-    move ${destroot}${prefix}/lib/cmake/glfw ${destroot}${prefix}/share/cmake/Modules
+    xinstall -m 755 -d ${destroot}${prefix}/share/cmake
+    move ${destroot}${prefix}/lib/cmake/glfw ${destroot}${prefix}/share/cmake
 
     # copy html docs if requested
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131017/e285aa8d/attachment.html>


More information about the macports-changes mailing list