[93965] trunk/dports/devel

mww at macports.org mww at macports.org
Tue Jun 5 05:52:40 PDT 2012


Revision: 93965
          https://trac.macports.org/changeset/93965
Author:   mww at macports.org
Date:     2012-06-05 05:52:40 -0700 (Tue, 05 Jun 2012)
Log Message:
-----------
ocaml-core*: fix livecheck

Modified Paths:
--------------
    trunk/dports/devel/ocaml-async/Portfile
    trunk/dports/devel/ocaml-async-core/Portfile
    trunk/dports/devel/ocaml-async-extra/Portfile
    trunk/dports/devel/ocaml-async-unix/Portfile
    trunk/dports/devel/ocaml-comparelib/Portfile
    trunk/dports/devel/ocaml-core-extended/Portfile
    trunk/dports/devel/ocaml-fieldslib/Portfile
    trunk/dports/devel/ocaml-pa-ounit/Portfile
    trunk/dports/devel/ocaml-pipebang/Portfile
    trunk/dports/devel/ocaml-sexplib/Portfile
    trunk/dports/devel/ocaml-type-conv/Portfile
    trunk/dports/devel/ocaml-typehashlib/Portfile
    trunk/dports/devel/ocaml-variantslib/Portfile

Modified: trunk/dports/devel/ocaml-async/Portfile
===================================================================
--- trunk/dports/devel/ocaml-async/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-async/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -23,3 +23,7 @@
 
 use_oasis           yes
 
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     async-(\[0-9.\]+)${extract.suffix}
+

Modified: trunk/dports/devel/ocaml-async-core/Portfile
===================================================================
--- trunk/dports/devel/ocaml-async-core/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-async-core/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -22,3 +22,7 @@
 
 use_oasis           yes
 
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     async_core-(\[0-9.\]+)${extract.suffix}
+

Modified: trunk/dports/devel/ocaml-async-extra/Portfile
===================================================================
--- trunk/dports/devel/ocaml-async-extra/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-async-extra/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -22,3 +22,7 @@
 
 use_oasis           yes
 
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     async_extra-(\[0-9.\]+)${extract.suffix}
+

Modified: trunk/dports/devel/ocaml-async-unix/Portfile
===================================================================
--- trunk/dports/devel/ocaml-async-unix/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-async-unix/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -22,3 +22,8 @@
 depends_lib         port:ocaml port:ocaml-findlib port:ocaml-sexplib port:ocaml-fieldslib port:ocaml-bin-prot port:ocaml-pa-ounit port:ocaml-pipebang port:ocaml-core port:ocaml-async-core
 
 use_oasis           yes
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     async_unix-(\[0-9.\]+)${extract.suffix}
+

Modified: trunk/dports/devel/ocaml-comparelib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-comparelib/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-comparelib/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -22,3 +22,8 @@
 depends_lib         port:ocaml port:ocaml-findlib port:ocaml-type-conv
 
 use_oasis           yes
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     comparelib-(\[0-9.\]+)${extract.suffix}
+

Modified: trunk/dports/devel/ocaml-core-extended/Portfile
===================================================================
--- trunk/dports/devel/ocaml-core-extended/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-core-extended/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -22,3 +22,7 @@
 
 use_oasis           yes
 
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     core_extended-(\[0-9.\]+)${extract.suffix}
+

Modified: trunk/dports/devel/ocaml-fieldslib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-fieldslib/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-fieldslib/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -19,12 +19,14 @@
 master_sites        https://bitbucket.org/yminsky/ocaml-core/downloads/
 distname            fieldslib-${version}
 
-livecheck.type      regex
-livecheck.regex     {fieldslib-(.*)\.tar.gz}
-
 checksums           rmd160  4f23c4051b6bb6ca8c90888ab3d3a27ab21cbec9 \
                     sha256  f3695e6ff90b2a18ddfe015699a7c3380dd60693829efcc6f5bf300202c65e41
 
 depends_lib         port:ocaml port:ocaml-findlib port:ocaml-type-conv
 
 use_oasis           yes
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     fieldslib-(\[0-9.\]+)${extract.suffix}
+

Modified: trunk/dports/devel/ocaml-pa-ounit/Portfile
===================================================================
--- trunk/dports/devel/ocaml-pa-ounit/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-pa-ounit/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -23,3 +23,7 @@
 
 use_oasis           yes
 
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     pa_ounit-(\[0-9.\]+)${extract.suffix}
+

Modified: trunk/dports/devel/ocaml-pipebang/Portfile
===================================================================
--- trunk/dports/devel/ocaml-pipebang/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-pipebang/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -22,3 +22,8 @@
 depends_lib         port:ocaml port:ocaml-findlib port:ocaml-type-conv
 
 use_oasis           yes
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     pipebang-(\[0-9.\]+)${extract.suffix}
+

Modified: trunk/dports/devel/ocaml-sexplib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-sexplib/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-sexplib/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -17,11 +17,11 @@
 checksums           rmd160  0907d4263d2eae2ec196b47ffbe479a6446b9e2f \
                     sha256  a96779b691d38b5803f5a6a4cbd5d648ff46b8d61538d8bda06bd90e534a2069
 
-livecheck.type      regex
-livecheck.url       ${homepage}
-livecheck.regex     "sexplib-(\\d+(?:\\.\\d+)*).tar.gz"
-
 depends_lib         port:ocaml port:ocaml-findlib port:ocaml-type-conv
 
 use_oasis           yes
 
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     sexplib-(\[0-9.\]+)${extract.suffix}
+

Modified: trunk/dports/devel/ocaml-type-conv/Portfile
===================================================================
--- trunk/dports/devel/ocaml-type-conv/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-type-conv/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -18,13 +18,13 @@
 checksums           rmd160  19cb0b7c9757451b73ef685bdc2698ef7895b599 \
                     sha256  a3a3a0e4f7b194b3f6f5384a2390b125167d0bdd7ebed84a154cf94c8bc2f4a9
 
-livecheck.type      regex
-livecheck.url       https://forge.ocamlcore.org/frs/?group_id=252
-livecheck.regex     {type-conv-(.*?)\.tar}
-
 depends_lib         port:ocaml port:ocaml-findlib
 
 distname            type_conv-${version}
 
 use_oasis yes
 
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     type_conv-(\[0-9.\]+)${extract.suffix}
+

Modified: trunk/dports/devel/ocaml-typehashlib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-typehashlib/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-typehashlib/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -22,3 +22,8 @@
 depends_lib         port:ocaml port:ocaml-findlib port:ocaml-type-conv
 
 use_oasis           yes
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     typehashlib-(\[0-9.\]+)${extract.suffix}
+

Modified: trunk/dports/devel/ocaml-variantslib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-variantslib/Portfile	2012-06-05 12:45:45 UTC (rev 93964)
+++ trunk/dports/devel/ocaml-variantslib/Portfile	2012-06-05 12:52:40 UTC (rev 93965)
@@ -22,3 +22,8 @@
 depends_lib         port:ocaml port:ocaml-findlib port:ocaml-type-conv
 
 use_oasis           yes
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     variantslib-(\[0-9.\]+)${extract.suffix}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120605/ccfaecc3/attachment.html>


More information about the macports-changes mailing list