[28413] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 30 11:33:08 PDT 2007


Revision: 28413
          http://trac.macosforge.org/projects/macports/changeset/28413
Author:   ryandesign at macports.org
Date:     2007-08-30 11:33:08 -0700 (Thu, 30 Aug 2007)

Log Message:
-----------
More-correct livecheck.regex for my ports

Modified Paths:
--------------
    trunk/dports/aqua/osxvnc/Portfile
    trunk/dports/graphics/fontconfig/Portfile
    trunk/dports/graphics/gd2/Portfile
    trunk/dports/graphics/graphviz/Portfile
    trunk/dports/sysutils/cronolog/Portfile

Modified: trunk/dports/aqua/osxvnc/Portfile
===================================================================
--- trunk/dports/aqua/osxvnc/Portfile	2007-08-30 18:29:15 UTC (rev 28412)
+++ trunk/dports/aqua/osxvnc/Portfile	2007-08-30 18:33:08 UTC (rev 28413)
@@ -34,4 +34,4 @@
 
 livecheck.check     regex
 livecheck.url       http://www.redstonesoftware.com/downloads/
-livecheck.regex     VineServer(\[0-9\.\]+)\.dmg
+livecheck.regex     VineServer(\[0-9.\]+)\\.dmg

Modified: trunk/dports/graphics/fontconfig/Portfile
===================================================================
--- trunk/dports/graphics/fontconfig/Portfile	2007-08-30 18:29:15 UTC (rev 28412)
+++ trunk/dports/graphics/fontconfig/Portfile	2007-08-30 18:33:08 UTC (rev 28413)
@@ -56,4 +56,4 @@
 
 livecheck.check     regex
 livecheck.url       ${homepage}release/?C=M&O=D
-livecheck.regex     ${name}-(\[0-9\.\]+)\.tar
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar

Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile	2007-08-30 18:29:15 UTC (rev 28412)
+++ trunk/dports/graphics/gd2/Portfile	2007-08-30 18:33:08 UTC (rev 28413)
@@ -67,4 +67,4 @@
 
 livecheck.check     regex
 livecheck.url       ${homepage}Downloads
-livecheck.regex     gd-(\[0-9\.\]+)\.tar
+livecheck.regex     gd-(\[0-9.\]+)\\.tar

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2007-08-30 18:29:15 UTC (rev 28412)
+++ trunk/dports/graphics/graphviz/Portfile	2007-08-30 18:33:08 UTC (rev 28413)
@@ -195,4 +195,4 @@
 
 livecheck.check     regex
 livecheck.url       ${homepage}Download_source.php
-livecheck.regex     ${name}-(\[0-9\.\]+)\.tar
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar

Modified: trunk/dports/sysutils/cronolog/Portfile
===================================================================
--- trunk/dports/sysutils/cronolog/Portfile	2007-08-30 18:29:15 UTC (rev 28412)
+++ trunk/dports/sysutils/cronolog/Portfile	2007-08-30 18:33:08 UTC (rev 28413)
@@ -31,4 +31,4 @@
 
 livecheck.check     regex
 livecheck.url       ${homepage}download/index.html
-livecheck.regex     ${name}-(\[0-9\.\]+)\.tar
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070830/3f1cad09/attachment.html


More information about the macports-changes mailing list