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

mmoll at macports.org mmoll at macports.org
Thu Feb 14 06:11:10 PST 2013


Revision: 103107
          https://trac.macports.org/changeset/103107
Author:   mmoll at macports.org
Date:     2013-02-14 06:11:10 -0800 (Thu, 14 Feb 2013)
Log Message:
-----------
devel/glm: update to 0.9.4.2

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

Modified: trunk/dports/devel/glm/Portfile
===================================================================
--- trunk/dports/devel/glm/Portfile	2013-02-14 13:11:29 UTC (rev 103106)
+++ trunk/dports/devel/glm/Portfile	2013-02-14 14:11:10 UTC (rev 103107)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name                glm
-version             0.9.4.1
+version             0.9.4.2
 categories          devel
 platforms           darwin
 license             MIT
@@ -12,15 +12,14 @@
                     on the OpenGL Shading Language (GLSL) specification.
 homepage            http://glm.g-truc.net/
 master_sites        sourceforge:project/ogl-math/${name}-${version}
-checksums           md5     51e638f826bb9ec2f1b75520d9df9ffc \
-                    sha1    4fef78bf354cf75635760f405af60b43641764d6 \
-                    rmd160  bc85e81a470eb936c44d5a8305aeb4516ecd21c2
+checksums           md5     2608a4e0e2d32b140abc5f17238c04f3 \
+                    sha1    274044cd5c45fd0f2b013d8b4d4e799d0f171b01 \
+                    rmd160  bdd4c6a22a2fc310b224a2450af7061483db4ad5
 use_zip             yes
 use_configure       no
-worksrcdir          ${name}
 build {}
 destroot {
-    copy ${worksrcpath} ${destroot}${prefix}/include/${name}
+    copy ${worksrcpath}/${name} ${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/20130214/ca87e22a/attachment.html>


More information about the macports-changes mailing list