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

mmoll at macports.org mmoll at macports.org
Tue Sep 3 17:30:52 PDT 2013


Revision: 110691
          https://trac.macports.org/changeset/110691
Author:   mmoll at macports.org
Date:     2013-09-03 17:30:52 -0700 (Tue, 03 Sep 2013)
Log Message:
-----------
devel/glm: update to 0.9.4.5

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

Modified: trunk/dports/devel/glm/Portfile
===================================================================
--- trunk/dports/devel/glm/Portfile	2013-09-03 23:17:41 UTC (rev 110690)
+++ trunk/dports/devel/glm/Portfile	2013-09-04 00:30:52 UTC (rev 110691)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name                glm
-version             0.9.4.4
+version             0.9.4.5
 categories          devel
 platforms           darwin
 supported_archs     noarch
@@ -13,12 +13,13 @@
                     on the OpenGL Shading Language (GLSL) specification.
 homepage            http://glm.g-truc.net/
 master_sites        sourceforge:project/ogl-math/${name}-${version}
-checksums           md5     3118904f39befdb7063168316b6a33f1 \
-                    sha1    a4f24a9721caf50791c75b740fa2474f95b6c228 \
-                    rmd160  80bbd8a19981953e63e6aeae6c7a538e1acd6598
+checksums           md5     73dbb0ad8af36e29ad8a23c20fbf27ef \
+                    sha1    034ff832393633211c23d3805392e426604184fb \
+                    rmd160  3ed6a62a67ea96bbca10e04637f8c35aaf59915b
 use_zip             yes
 use_configure       no
 build {}
+worksrcdir          ${name}
 destroot {
     copy ${worksrcpath}/${name} ${destroot}${prefix}/include/${name}
     delete ${destroot}${prefix}/include/${name}/CMakeLists.txt
@@ -27,5 +28,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       ${homepage}
-livecheck.regex     "Download GLM (\[0-9.\]+\[0-9\])"
+livecheck.url       http://sourceforge.net/projects/ogl-math/files/
+livecheck.regex     "${name}-(\[0-9.\]+\[0-9\])"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130903/3e528a71/attachment.html>


More information about the macports-changes mailing list