[27716] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Sun Aug 12 10:22:31 PDT 2007


Revision: 27716
          http://trac.macosforge.org/projects/macports/changeset/27716
Author:   vinc17 at macports.org
Date:     2007-08-12 10:22:31 -0700 (Sun, 12 Aug 2007)

Log Message:
-----------
fix livecheck.regex following r27079

Modified Paths:
--------------
    trunk/dports/graphics/optipng/Portfile
    trunk/dports/math/pari/Portfile
    trunk/dports/textproc/stardict-xmlittre/Portfile

Modified: trunk/dports/graphics/optipng/Portfile
===================================================================
--- trunk/dports/graphics/optipng/Portfile	2007-08-12 16:30:35 UTC (rev 27715)
+++ trunk/dports/graphics/optipng/Portfile	2007-08-12 17:22:31 UTC (rev 27716)
@@ -46,4 +46,4 @@
 # The default SourceForge livecheck rule doesn't with OptiPNG.
 livecheck.check regex
 livecheck.url   ${homepage}
-livecheck.regex "Latest version: <b>OptiPNG&nbsp;(\\\\d+\\.\\\\d+\\.\\\\d+)</b>"
+livecheck.regex "Latest version: <b>OptiPNG&nbsp;(\\d+\\.\\d+\\.\\d+)</b>"

Modified: trunk/dports/math/pari/Portfile
===================================================================
--- trunk/dports/math/pari/Portfile	2007-08-12 16:30:35 UTC (rev 27715)
+++ trunk/dports/math/pari/Portfile	2007-08-12 17:22:31 UTC (rev 27716)
@@ -28,4 +28,4 @@
 
 livecheck.check     regex
 livecheck.url       ${master_sites}?M=D
-livecheck.regex     ${name}-(\\\\d+\\.\\\\d+\\.\\\\d+)
+livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)

Modified: trunk/dports/textproc/stardict-xmlittre/Portfile
===================================================================
--- trunk/dports/textproc/stardict-xmlittre/Portfile	2007-08-12 16:30:35 UTC (rev 27715)
+++ trunk/dports/textproc/stardict-xmlittre/Portfile	2007-08-12 17:22:31 UTC (rev 27716)
@@ -26,4 +26,4 @@
 
 livecheck.check     regex
 livecheck.url       http://sourceforge.net/project/showfiles.php?group_id=80679
-livecheck.regex     ${name}-(\\\\d+\\.\\\\d+\\.\\\\d+)
+livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070812/6f24c732/attachment.html


More information about the macports-changes mailing list