[26586] trunk/dports/devel/gnutls/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 29 00:07:49 PDT 2007


Revision: 26586
          http://trac.macosforge.org/projects/macports/changeset/26586
Author:   sfiera at macports.org
Date:     2007-06-29 00:07:48 -0700 (Fri, 29 Jun 2007)

Log Message:
-----------
Fixing number of slashes in regex

Modified Paths:
--------------
    trunk/dports/devel/gnutls/Portfile

Modified: trunk/dports/devel/gnutls/Portfile
===================================================================
--- trunk/dports/devel/gnutls/Portfile	2007-06-29 06:36:44 UTC (rev 26585)
+++ trunk/dports/devel/gnutls/Portfile	2007-06-29 07:07:48 UTC (rev 26586)
@@ -37,4 +37,4 @@
 
 livecheck.check	regex
 livecheck.url	http://www.gnu.org/software/gnutls/news.html
-livecheck.regex	{GnuTLS (\d+\.\d+\.\d+).*stable}
+livecheck.regex	{GnuTLS (\\d+\\.\\d+\\.\\d+).*stable}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070629/3228e58b/attachment.html


More information about the macports-changes mailing list