[113578] trunk/dports/science/gromacs/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Nov 19 18:44:44 PST 2013


Revision: 113578
          https://trac.macports.org/changeset/113578
Author:   ryandesign at macports.org
Date:     2013-11-19 18:44:44 -0800 (Tue, 19 Nov 2013)
Log Message:
-----------
gromacs: fix livecheck

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

Modified: trunk/dports/science/gromacs/Portfile
===================================================================
--- trunk/dports/science/gromacs/Portfile	2013-11-20 02:42:47 UTC (rev 113577)
+++ trunk/dports/science/gromacs/Portfile	2013-11-20 02:44:44 UTC (rev 113578)
@@ -86,6 +86,12 @@
 
 if {${name} eq ${subport}} {
     depends_lib-append      port:fftw-3-single
+
+    livecheck.type          regex
+    livecheck.url           ${homepage}Downloads
+    livecheck.regex         ${name}-(\[0-9.\]+)${extract.suffix}
+} else {
+    livecheck.type          none
 }
 
 subport ${name}-double {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131119/efb6b6fd/attachment.html>


More information about the macports-changes mailing list