[63488] trunk/dports/emulators/minivmac-devel/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Feb 5 17:31:21 PST 2010
Revision: 63488
http://trac.macports.org/changeset/63488
Author: ryandesign at macports.org
Date: 2010-02-05 17:31:21 -0800 (Fri, 05 Feb 2010)
Log Message:
-----------
minivmac-devel: fix livecheck
Modified Paths:
--------------
trunk/dports/emulators/minivmac-devel/Portfile
Modified: trunk/dports/emulators/minivmac-devel/Portfile
===================================================================
--- trunk/dports/emulators/minivmac-devel/Portfile 2010-02-06 01:26:09 UTC (rev 63487)
+++ trunk/dports/emulators/minivmac-devel/Portfile 2010-02-06 01:31:21 UTC (rev 63488)
@@ -380,11 +380,13 @@
livecheck.version ${my_version}
livecheck.regex ${my_name}-?(\[0-9.\]+)\\.src
-# Development versions:
-#livecheck.url ${homepage}develop/index.html
-
-# Alpha versions:
-livecheck.url ${homepage}alpha/index.html
-
-# Beta versions:
-#livecheck.url ${homepage}beta/index.html
+if {${version} != ${my_version}} {
+ # Development versions:
+ livecheck.url ${homepage}develop/index.html
+} else {
+ # Alpha versions:
+ livecheck.url ${homepage}alpha/index.html
+
+ # Beta versions:
+ #livecheck.url ${homepage}beta/index.html
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100205/9c3bd69c/attachment.html>
More information about the macports-changes
mailing list