[77573] trunk/dports/games/PlasmaClient/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 4 09:06:20 PDT 2011


Revision: 77573
          http://trac.macports.org/changeset/77573
Author:   ryandesign at macports.org
Date:     2011-04-04 09:06:19 -0700 (Mon, 04 Apr 2011)
Log Message:
-----------
plasmaclient: fix livecheck

Modified Paths:
--------------
    trunk/dports/games/PlasmaClient/Portfile

Modified: trunk/dports/games/PlasmaClient/Portfile
===================================================================
--- trunk/dports/games/PlasmaClient/Portfile	2011-04-04 13:59:26 UTC (rev 77572)
+++ trunk/dports/games/PlasmaClient/Portfile	2011-04-04 16:06:19 UTC (rev 77573)
@@ -106,6 +106,6 @@
 }
 
 livecheck.type              regex
-livecheck.url               ${homepage}download.php
+livecheck.url               ${homepage}download
 livecheck.version           [lindex [split ${version} -] 0]
-livecheck.regex             {pcsetup.*\.exe.*>.*?([0-9.]+)<}
+livecheck.regex             {pcsetup.*\.exe.*>.*?([0-9a-z.]+)<}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110404/4d8d08df/attachment.html>


More information about the macports-changes mailing list