[73624] trunk/dports/_resources/port1.0/group/perl5-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Fri Nov 19 17:44:03 PST 2010


Revision: 73624
          http://trac.macports.org/changeset/73624
Author:   ryandesign at macports.org
Date:     2010-11-19 17:43:58 -0800 (Fri, 19 Nov 2010)
Log Message:
-----------
perl5-1.0.tcl: fix livecheck for ports with special chars in their names; see #27389

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/perl5-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/perl5-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/perl5-1.0.tcl	2010-11-20 01:42:16 UTC (rev 73623)
+++ trunk/dports/_resources/port1.0/group/perl5-1.0.tcl	2010-11-20 01:43:58 UTC (rev 73624)
@@ -111,7 +111,7 @@
 
     livecheck.type      regexm
     livecheck.url       http://search.cpan.org/dist/${perl5.module}/
-    livecheck.regex     _gaq.push\\(\\\["_setCustomVar",5,"Release","${perl5.module}-(\[^"\]+?)\"
+    livecheck.regex     _gaq.push\\(\\\["_setCustomVar",5,"Release","[quotemeta ${perl5.module}]-(\[^"\]+?)\"
 }
 
 # Switch from default MakeMaker-style routine to Module::Build-style
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101119/23dceaeb/attachment.html>


More information about the macports-changes mailing list