[112622] trunk/dports/graphics/glfw/Portfile
michaelld at macports.org
michaelld at macports.org
Mon Oct 28 06:35:44 PDT 2013
Revision: 112622
https://trac.macports.org/changeset/112622
Author: michaelld at macports.org
Date: 2013-10-28 06:35:44 -0700 (Mon, 28 Oct 2013)
Log Message:
-----------
glfw:
* move glfw-devel -> glfw;
* update glfw to 1a4ffa49 (20131025);
* hopefully addresses tickets #41005 and #41014.
Modified Paths:
--------------
trunk/dports/graphics/glfw/Portfile
Modified: trunk/dports/graphics/glfw/Portfile
===================================================================
--- trunk/dports/graphics/glfw/Portfile 2013-10-28 13:27:58 UTC (rev 112621)
+++ trunk/dports/graphics/glfw/Portfile 2013-10-28 13:35:44 UTC (rev 112622)
@@ -8,39 +8,18 @@
name glfw
categories graphics
maintainers michaelld openmaintainer
-description GLFW is a free, open-source, portable library for OpenGL and OpenGL ES application development.
+description GLFW is a free, open-source, portable library for OpenGL and OpenGL ES application development
license zlib
platforms darwin macosx
-dist_subdir glfw
-set base_version 3.0.3
+long_description ${description}: \
+ This port follows the GIT master version of GLFW, which is typically updated every few days to weeks.
-if {${subport} eq ${name}} {
+github.setup glfw glfw 1a4ffa497a09b10d1dec8dd535da60ea82627f5d
+version 3.0.3_20131025
+checksums rmd160 84b9e3e4d1554205a6e818899ca7f2e9891f8289 \
+ sha256 42ddb47abc6570652f07a83141b6a6788f39eb7d2c0170d20213347fddb2223e
- long_description ${description}: \
-Provides the release version, which is typically updated every few months.
-
- github.setup glfw glfw ${base_version}
- conflicts glfw-devel
- checksums rmd160 c6d4729fd03a0066b455dd12e9e30dfd0ddecf0e \
- sha256 c8d1d70193bdf201dbb89b19dc052e177c5566fd88e42bd7f6f9c58fa7f755dc
-
-}
-
-subport glfw-devel {
-
- long_description ${description}: \
-Provides the GIT master version, which is typically updated every few days to weeks.
-
- github.setup glfw glfw 394c44ccf988d57734b26d55ba034354072808f1
- name glfw-devel
- version ${base_version}_20131025
- conflicts glfw
- checksums rmd160 d5e1aab1667ac9444a17f331c7575bcf7edd0990 \
- sha256 3eb35e3e1aeaded5033d582502b98abb27982f67c4d4b9992f9553438d88761b
-
-}
-
# use the real home page, not github's
homepage http://www.glfw.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131028/bf27794f/attachment.html>
More information about the macports-changes
mailing list