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

mmoll at macports.org mmoll at macports.org
Sun Mar 24 11:11:44 PDT 2013


Revision: 104400
          https://trac.macports.org/changeset/104400
Author:   mmoll at macports.org
Date:     2013-03-24 11:11:44 -0700 (Sun, 24 Mar 2013)
Log Message:
-----------
devel/glm: update to version 0.9.4.3, install docs, mark as noarch since it is a header-only library

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

Modified: trunk/dports/devel/glm/Portfile
===================================================================
--- trunk/dports/devel/glm/Portfile	2013-03-24 17:18:50 UTC (rev 104399)
+++ trunk/dports/devel/glm/Portfile	2013-03-24 18:11:44 UTC (rev 104400)
@@ -1,9 +1,10 @@
 # $Id$
 PortSystem 1.0
 name                glm
-version             0.9.4.2
+version             0.9.4.3
 categories          devel
 platforms           darwin
+supported_archs     noarch
 license             MIT
 maintainers         openmaintainer mmoll
 description         OpenGL Mathematics (GLM) C++ library
@@ -12,15 +13,17 @@
                     on the OpenGL Shading Language (GLSL) specification.
 homepage            http://glm.g-truc.net/
 master_sites        sourceforge:project/ogl-math/${name}-${version}
-checksums           md5     2608a4e0e2d32b140abc5f17238c04f3 \
-                    sha1    274044cd5c45fd0f2b013d8b4d4e799d0f171b01 \
-                    rmd160  bdd4c6a22a2fc310b224a2450af7061483db4ad5
+checksums           md5     b32dc6ba8807c112d9a8ff80cf753f98 \
+                    sha1    229f0ac8c9148ade0d466943efc18cdad53d14db \
+                    rmd160  1a437fc7dbe2af548a54ca7d31601e547cc2a98d
 use_zip             yes
 use_configure       no
 build {}
 destroot {
     copy ${worksrcpath}/${name} ${destroot}${prefix}/include/${name}
     delete ${destroot}${prefix}/include/${name}/CMakeLists.txt
+    xinstall -d ${destroot}${prefix}/share/doc
+    copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130324/1204f86d/attachment-0001.html>


More information about the macports-changes mailing list