[94364] trunk/dports/devel/ocaml-react/Portfile

mww at macports.org mww at macports.org
Sat Jun 16 07:40:02 PDT 2012


Revision: 94364
          https://trac.macports.org/changeset/94364
Author:   mww at macports.org
Date:     2012-06-16 07:39:57 -0700 (Sat, 16 Jun 2012)
Log Message:
-----------
ocaml-react: version 0.9.3, take (open)maintainership

Modified Paths:
--------------
    trunk/dports/devel/ocaml-react/Portfile

Modified: trunk/dports/devel/ocaml-react/Portfile
===================================================================
--- trunk/dports/devel/ocaml-react/Portfile	2012-06-16 11:28:07 UTC (rev 94363)
+++ trunk/dports/devel/ocaml-react/Portfile	2012-06-16 14:39:57 UTC (rev 94364)
@@ -1,12 +1,13 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup ocaml 1.0
+PortGroup           ocaml 1.0
 
 name                ocaml-react
-version             0.9.2
+version             0.9.3
 categories          devel ml
-maintainers         nomaintainer
+license             BSD
+maintainers         mww openmaintainer
 description         Functional reactive progreamming for OCaml
 long_description    React is an OCaml module for functional reactive programming (FRP).\
                     It provides support to program with time varying values : applicative \
@@ -19,27 +20,14 @@
 use_bzip2           yes
 extract.suffix      .tbz
 distname            react-${version}
-patchfiles          patch-META
 
 depends_lib         port:ocaml
 
-checksums           md5     ecbe0fa4d7d0fd1076cce5decf7a86b7 \
-                    sha1    a238ee9e795712fb31472d086f8ed5eabc1590a9 \
-                    rmd160  abae8e133a227c66d2e1d25a0b4be41113c2b91f
+checksums           rmd160  9f0ade798591d7a4da0d32ae1ea56f4baaae2b04 \
+                    sha256  cd861d74b8c2e9032ebbf85ba80a930f9535a53e1edbb8b15c0128f7a3cb3eda
 
-post-extract { system -W ${worksrcpath} "chmod +x build" }
+use_oasis           yes
 
-use_configure       no
-use_parallel_build  no
-
-build.cmd           "./build"
-build.target        ""
-
-destroot.cmd        "./build"
-destroot.target     "install"
-destroot.env        INSTALLDIR=${ocamlfind_destdir}/react
-destroot.destdir    ""
-
 livecheck.type      regex
 livecheck.url       http://erratique.ch/software/react/releases/
-livecheck.regex     {>react-(.*)\.tbz}
+livecheck.regex     react-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120616/86390295/attachment.html>


More information about the macports-changes mailing list