[101986] trunk/dports/devel/glm/Portfile

mmoll at macports.org mmoll at macports.org
Wed Jan 23 15:04:39 PST 2013


Revision: 101986
          https://trac.macports.org/changeset/101986
Author:   mmoll at macports.org
Date:     2013-01-23 15:04:39 -0800 (Wed, 23 Jan 2013)
Log Message:
-----------
devel/glm: update to latest version, 0.9.4.1

Modified Paths:
--------------
    trunk/dports/devel/glm/Portfile

Modified: trunk/dports/devel/glm/Portfile
===================================================================
--- trunk/dports/devel/glm/Portfile	2013-01-23 22:55:53 UTC (rev 101985)
+++ trunk/dports/devel/glm/Portfile	2013-01-23 23:04:39 UTC (rev 101986)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name                glm
-version             0.9.3.4
+version             0.9.4.1
 categories          devel
 platforms           darwin
 license             MIT
@@ -12,14 +12,15 @@
                     on the OpenGL Shading Language (GLSL) specification.
 homepage            http://glm.g-truc.net/
 master_sites        sourceforge:project/ogl-math/${name}-${version}
-checksums           md5     a0cea0871bd39f2d628c12f1181faffb \
-                    sha1    1ce94772251e680079254c149954e7d2124630d2 \
-                    rmd160  c084e30c9dbfc0f492f3a96b30d476a60189be94
+checksums           md5     51e638f826bb9ec2f1b75520d9df9ffc \
+                    sha1    4fef78bf354cf75635760f405af60b43641764d6 \
+                    rmd160  bc85e81a470eb936c44d5a8305aeb4516ecd21c2
 use_zip             yes
 use_configure       no
+worksrcdir          ${name}
 build {}
 destroot {
-    copy ${worksrcpath}/${name} ${destroot}${prefix}/include/${name}
+    copy ${worksrcpath} ${destroot}${prefix}/include/${name}
     delete ${destroot}${prefix}/include/${name}/CMakeLists.txt
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130123/02b28321/attachment.html>


More information about the macports-changes mailing list