[99343] trunk/dports/x11/grace/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Nov 2 20:46:26 PDT 2012


Revision: 99343
          http://trac.macports.org//changeset/99343
Author:   ryandesign at macports.org
Date:     2012-11-02 20:46:26 -0700 (Fri, 02 Nov 2012)
Log Message:
-----------
grace: fix livecheck

Modified Paths:
--------------
    trunk/dports/x11/grace/Portfile

Modified: trunk/dports/x11/grace/Portfile
===================================================================
--- trunk/dports/x11/grace/Portfile	2012-11-03 02:32:21 UTC (rev 99342)
+++ trunk/dports/x11/grace/Portfile	2012-11-03 03:46:26 UTC (rev 99343)
@@ -15,7 +15,7 @@
 use_parallel_build	yes
 
 homepage		    http://plasma-gate.weizmann.ac.il/Grace/
-set sub			    grace/src/stable
+set sub			    grace/src/stable/
 master_sites	    ftp://ftp.fu-berlin.de/unix/graphics/${sub} \
 				    ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/${sub} \
 				    freebsd
@@ -60,5 +60,5 @@
 }
 
 livecheck.type		regex
-livecheck.url		${homepage}news.js
-livecheck.regex		{Grace-([0-9.]+) released}
+livecheck.url		[lindex ${master_sites} 0]
+livecheck.regex		${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121102/d76f6435/attachment.html>


More information about the macports-changes mailing list