[118947] trunk/dports/science/openmpi/Portfile

sean at macports.org sean at macports.org
Sun Apr 13 19:32:25 PDT 2014


Revision: 118947
          https://trac.macports.org/changeset/118947
Author:   sean at macports.org
Date:     2014-04-13 19:32:25 -0700 (Sun, 13 Apr 2014)
Log Message:
-----------
openmpi: fix livecheck for devel

Modified Paths:
--------------
    trunk/dports/science/openmpi/Portfile

Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile	2014-04-14 02:32:18 UTC (rev 118946)
+++ trunk/dports/science/openmpi/Portfile	2014-04-14 02:32:25 UTC (rev 118947)
@@ -35,6 +35,11 @@
                     sha1    4a0de91c50a51e588810cc03d48c03429f3c1006 \
                     rmd160  ee410ead12a4c26afb76aaeef87304b78ce4ad8a \
                     sha256  cb3eef6880537d341d5d098511d390ec853716a6ec94007c03a0d1491b2ac8f2
+
+livecheck.type      regex
+livecheck.url       http://www.open-mpi.org/software/ompi/v1.7/
+livecheck.regex     openmpi-(\[0-9\.\]+).tar.bz2
+
 use_bzip2           yes
 
 pre-extract { file mkdir ${workpath}/build }
@@ -88,6 +93,10 @@
     checksums           md5     c6cfa49843ff952c5e8fb7336149992d \
                         sha1    1e91b178d8cd6e86bc8f9f60164f6c1c52d3dadc \
                         rmd160  e757c60f31e9b6c46f95c48084aa0e96e0d97708
+
+    livecheck.version   ${revision}
+    livecheck.url       http://www.open-mpi.org/nightly/trunk
+    livecheck.regex     openmpi-${version}r(\[0-9\]+).tar.bz2
 }
 
 configure.dir       ${workpath}/build
@@ -279,10 +288,6 @@
         configure.args-append --enable-debug --enable-memchecker --with-valgrind=${prefix}
     }
 
-    livecheck.type      regex
-    livecheck.url       http://www.open-mpi.org/software/ompi/v1.7/
-    livecheck.regex     openmpi-(\[0-9\.\]+).tar.bz2
-
 } else {
     depends_lib-append      port:$name-default
     distfiles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140413/5ab6f2d3/attachment-0001.html>


More information about the macports-changes mailing list