[59317] trunk/dports

avsm at macports.org avsm at macports.org
Tue Oct 13 07:00:05 PDT 2009


Revision: 59317
          http://trac.macports.org/changeset/59317
Author:   avsm at macports.org
Date:     2009-10-13 07:00:03 -0700 (Tue, 13 Oct 2009)
Log Message:
-----------
correct livecheck regexp syntax, from ryandesign at macports.org

Modified Paths:
--------------
    trunk/dports/devel/caml-lwt/Portfile
    trunk/dports/devel/caml-react/Portfile
    trunk/dports/devel/caml-ssl/Portfile
    trunk/dports/devel/caml-text/Portfile
    trunk/dports/devel/caml-uuidm/Portfile
    trunk/dports/graphics/lablgl/Portfile

Modified: trunk/dports/devel/caml-lwt/Portfile
===================================================================
--- trunk/dports/devel/caml-lwt/Portfile	2009-10-13 13:54:12 UTC (rev 59316)
+++ trunk/dports/devel/caml-lwt/Portfile	2009-10-13 14:00:03 UTC (rev 59317)
@@ -33,7 +33,7 @@
 livecheck.type      regex
 livecheck.url       http://ocsigen.org/download/
 livecheck.version   ${version}+rc1
-livecheck.regex     \>lwt-(.*)\.tar\.gz\.asc
+livecheck.regex     {>lwt-(.*)\.tar\.gz\.asc}
 
 post-destroot {
         xinstall -d -755 ${destroot}${prefix}/share/doc/${name}

Modified: trunk/dports/devel/caml-react/Portfile
===================================================================
--- trunk/dports/devel/caml-react/Portfile	2009-10-13 13:54:12 UTC (rev 59316)
+++ trunk/dports/devel/caml-react/Portfile	2009-10-13 14:00:03 UTC (rev 59317)
@@ -39,4 +39,4 @@
 
 livecheck.type      regex
 livecheck.url       http://erratique.ch/software/react/releases/
-livecheck.regex     \>react-(.*)\.tbz
+livecheck.regex     {>react-(.*)\.tbz}

Modified: trunk/dports/devel/caml-ssl/Portfile
===================================================================
--- trunk/dports/devel/caml-ssl/Portfile	2009-10-13 13:54:12 UTC (rev 59316)
+++ trunk/dports/devel/caml-ssl/Portfile	2009-10-13 14:00:03 UTC (rev 59317)
@@ -27,7 +27,7 @@
 
 livecheck.type      regex
 livecheck.url       http://sf.net/api/file/index/project-id/89802/rss?path=%2Focaml-ssl
-livecheck.regex     ocaml-ssl-(.*)\.tar\.gz
+livecheck.regex     {ocaml-ssl-(.*)\.tar\.gz}
 
 pre-destroot {
     file mkdir $ocamlfind_destdir

Modified: trunk/dports/devel/caml-text/Portfile
===================================================================
--- trunk/dports/devel/caml-text/Portfile	2009-10-13 13:54:12 UTC (rev 59316)
+++ trunk/dports/devel/caml-text/Portfile	2009-10-13 14:00:03 UTC (rev 59317)
@@ -27,4 +27,4 @@
 
 livecheck.type      regex
 livecheck.url       http://forge.ocamlcore.org/frs/?group_id=100
-livecheck.regex     \>text-(.*)\.tar\.gz
+livecheck.regex     {>text-(.*)\.tar\.gz}

Modified: trunk/dports/devel/caml-uuidm/Portfile
===================================================================
--- trunk/dports/devel/caml-uuidm/Portfile	2009-10-13 13:54:12 UTC (rev 59316)
+++ trunk/dports/devel/caml-uuidm/Portfile	2009-10-13 14:00:03 UTC (rev 59317)
@@ -31,4 +31,4 @@
 
 livecheck.type      regex
 livecheck.url       http://erratique.ch/software/uuidm/releases
-livecheck.regex     \>uuidm-(.*)\.tbz
+livecheck.regex     {>uuidm-(.*)\.tbz}

Modified: trunk/dports/graphics/lablgl/Portfile
===================================================================
--- trunk/dports/graphics/lablgl/Portfile	2009-10-13 13:54:12 UTC (rev 59316)
+++ trunk/dports/graphics/lablgl/Portfile	2009-10-13 14:00:03 UTC (rev 59317)
@@ -22,7 +22,7 @@
 
 livecheck.type      regex
 livecheck.url       http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html
-livecheck.regex     \>lablgl-(.*)\.tar\.gz
+livecheck.regex     {>lablgl-(.*)\.tar\.gz}
 
 configure {
     copy ${worksrcpath}/Makefile.config.osx ${worksrcpath}/Makefile.config
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091013/6c669329/attachment.html>


More information about the macports-changes mailing list