[91875] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Wed Apr 11 21:50:46 PDT 2012


Revision: 91875
          https://trac.macports.org/changeset/91875
Author:   ryandesign at macports.org
Date:     2012-04-11 21:50:44 -0700 (Wed, 11 Apr 2012)
Log Message:
-----------
dcraw, molden: fix livecheck infinite loop with MacPorts 2.1.0 beta 1; see #34004

Modified Paths:
--------------
    trunk/dports/graphics/dcraw/Portfile
    trunk/dports/science/molden/Portfile

Modified: trunk/dports/graphics/dcraw/Portfile
===================================================================
--- trunk/dports/graphics/dcraw/Portfile	2012-04-12 04:29:43 UTC (rev 91874)
+++ trunk/dports/graphics/dcraw/Portfile	2012-04-12 04:50:44 UTC (rev 91875)
@@ -75,4 +75,4 @@
 
 livecheck.type          regex
 livecheck.url           http://www.ryandesign.com/macports/version.php/${name}
-livecheck.regex         (.*)
+livecheck.regex         {^(.+)$}

Modified: trunk/dports/science/molden/Portfile
===================================================================
--- trunk/dports/science/molden/Portfile	2012-04-12 04:29:43 UTC (rev 91874)
+++ trunk/dports/science/molden/Portfile	2012-04-12 04:50:44 UTC (rev 91875)
@@ -102,4 +102,4 @@
 
 livecheck.type      regex
 livecheck.url       http://www.ryandesign.com/macports/version.php/${name}
-livecheck.regex     (.*)
+livecheck.regex     {^(.+)$}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120411/87c461cd/attachment.html>


More information about the macports-changes mailing list