[115323] trunk/dports/devel/ocaml-fileutils/Portfile

mww at macports.org mww at macports.org
Tue Dec 31 00:34:50 PST 2013


Revision: 115323
          https://trac.macports.org/changeset/115323
Author:   mww at macports.org
Date:     2013-12-31 00:34:50 -0800 (Tue, 31 Dec 2013)
Log Message:
-----------
ocaml-fileutils: version 0.4.5, fix livecheck, use_oasis

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

Modified: trunk/dports/devel/ocaml-fileutils/Portfile
===================================================================
--- trunk/dports/devel/ocaml-fileutils/Portfile	2013-12-31 08:08:23 UTC (rev 115322)
+++ trunk/dports/devel/ocaml-fileutils/Portfile	2013-12-31 08:34:50 UTC (rev 115323)
@@ -4,8 +4,7 @@
 PortGroup ocaml 1.0
 
 name                ocaml-fileutils
-version             0.4.4
-revision            3
+version             0.4.5
 categories          devel ml
 maintainers         landonf openmaintainer
 license             LGPL-2.1
@@ -15,21 +14,19 @@
 
 homepage            http://ocaml-fileutils.forge.ocamlcore.org/
 platforms           darwin
-master_sites        http://forge.ocamlcore.org/frs/download.php/892/
+master_sites        http://forge.ocamlcore.org/frs/download.php/1194/
 
-checksums           rmd160  cd1b0445dd5d7b0ae436c4b9cb0829e97f545b76 \
-                    sha256  f18982110572eeb8f69662863202c01b88d69637efff3f9f160e92672b75c15c
+checksums           rmd160  932a0e428ef9fa74ea18166fdde2b56efd5b88d2 \
+                    sha256  2ab3d2e9d8aa047871f6053e52007a8a25132653d5b1c29f8451ba2c1fab9866
 
-livecheck.type      regex
-livecheck.regex     {>ocaml-fileutils-(.*)\.tar\.bz2}
+depends_build       port:ocaml-ounit
 
-depends_build       port:ocaml-findlib port:ocaml-ounit
+use_oasis           yes
+use_oasis_doc       yes
 
-use_configure       no
+configure.args-append "--destdir ${destroot}"
 
-build.env           PREFIX=${prefix}
-build.target        build
-use_parallel_build  no
+livecheck.type      regex
+livecheck.url       https://forge.ocamlcore.org/frs/?group_id=128
+livecheck.regex     ocaml-fileutils-(\[0-9\\.\]+).tar.gz
 
-destroot.env        OCAMLFIND_DESTDIR="${ocamlfind_destdir}"
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/d6adbd5c/attachment.html>


More information about the macports-changes mailing list