[59453] trunk/dports/devel/caml-menhir/Portfile

avsm at macports.org avsm at macports.org
Thu Oct 15 02:56:24 PDT 2009


Revision: 59453
          http://trac.macports.org/changeset/59453
Author:   avsm at macports.org
Date:     2009-10-15 02:56:22 -0700 (Thu, 15 Oct 2009)
Log Message:
-----------
update to menhir 20090505, set openmaintainer (ok by erickt@), add livecheck, make build reliable by disabling parallel

Modified Paths:
--------------
    trunk/dports/devel/caml-menhir/Portfile

Modified: trunk/dports/devel/caml-menhir/Portfile
===================================================================
--- trunk/dports/devel/caml-menhir/Portfile	2009-10-15 09:47:26 UTC (rev 59452)
+++ trunk/dports/devel/caml-menhir/Portfile	2009-10-15 09:56:22 UTC (rev 59453)
@@ -2,10 +2,10 @@
 
 PortSystem          1.0
 name                caml-menhir
-version             20070520
+version             20090505
 categories          devel ml
 platforms           darwin
-maintainers         erickt
+maintainers         erickt avsm openmaintainer
 description         Menhir is a LR(1) parser generator for the Objective Caml programming language.
 long_description    Menhir is a LR(1) parser generator for the Objective Caml programming language.
 homepage            http://cristal.inria.fr/~fpottier/menhir
@@ -13,14 +13,18 @@
 
 distname            menhir-${version}
 
-checksums           md5 babfd53c23ae0330b4337b1e362c73de \
-                    sha1 9e329763451776ec2edc7f5f0f1c423b71074185 \
-                    rmd160 9d1117e90c0e2c80bcd04ca4f63d2ea80f06a8a2
+checksums           md5     68a026b30aca4098ffefc9ff9346df43 \
+                    sha1    74139723eb3fe86870bd839036d27a7d3ccb38da \
+                    rmd160  f31ef9dd53f2e01fa518149077ba3c77037e0541
 
 depends_lib         port:caml-findlib \
                     port:ocaml
 
 use_configure       no
+use_parallel_build  no
 
+livecheck.type      regex
+livecheck.regex     {menhir-(.*)\.tar\.gz}
+
 build.env           PREFIX=${prefix}
 destroot.env        PREFIX=${destroot}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091015/73ea2b5e/attachment.html>


More information about the macports-changes mailing list