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

mmoll at macports.org mmoll at macports.org
Fri May 18 19:49:46 PDT 2012


Revision: 93290
          https://trac.macports.org/changeset/93290
Author:   mmoll at macports.org
Date:     2012-05-18 19:49:46 -0700 (Fri, 18 May 2012)
Log Message:
-----------
devel/glm: lint fix, added livecheck

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

Modified: trunk/dports/devel/glm/Portfile
===================================================================
--- trunk/dports/devel/glm/Portfile	2012-05-19 02:45:52 UTC (rev 93289)
+++ trunk/dports/devel/glm/Portfile	2012-05-19 02:49:46 UTC (rev 93290)
@@ -16,9 +16,13 @@
                     sha1    4509610c018af23fe192783e2a8d4596c57f43ad \
                     rmd160  77dc0885ceae060a9a09535d3216b58bc39a0ca7
 use_zip             yes
-configure {}
+use_configure       no
 build {}
 destroot {
     copy ${worksrcpath}/${name} ${destroot}${prefix}/include/${name}
     delete ${destroot}${prefix}/include/${name}/CMakeLists.txt
-}
\ No newline at end of file
+}
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     "Download GLM (\[0-9.\]+\[0-9\])"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120518/f7284711/attachment.html>


More information about the macports-changes mailing list