[83933] trunk/dports/lang/ragel/Portfile

mww at macports.org mww at macports.org
Tue Sep 13 00:02:21 PDT 2011


Revision: 83933
          http://trac.macports.org/changeset/83933
Author:   mww at macports.org
Date:     2011-09-13 00:02:21 -0700 (Tue, 13 Sep 2011)
Log Message:
-----------
fix livecheck; use system -W;

Modified Paths:
--------------
    trunk/dports/lang/ragel/Portfile

Modified: trunk/dports/lang/ragel/Portfile
===================================================================
--- trunk/dports/lang/ragel/Portfile	2011-09-13 05:17:02 UTC (rev 83932)
+++ trunk/dports/lang/ragel/Portfile	2011-09-13 07:02:21 UTC (rev 83933)
@@ -25,7 +25,7 @@
 depends_build       port:bison
 
 post-build    {
-    system "cd ${worksrcpath}/doc && ${build.cmd} ragel.1"
+    system -W ${worksrcpath}/doc "${build.cmd} ragel.1"
 }
 
 test.run            yes
@@ -41,5 +41,7 @@
         ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.version   State Machine Compiler ${version}
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     {ragel-(\d+(?:\.\d+)*).tar.gz}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110913/87108cf6/attachment.html>


More information about the macports-changes mailing list