[143446] trunk/dports/devel/vcheck/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 10:58:39 PST 2015


Revision: 143446
          https://trac.macports.org/changeset/143446
Author:   mojca at macports.org
Date:     2015-12-12 08:49:27 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
vcheck: use 'locale C' for patching an ISO-8859 file

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

Modified: trunk/dports/devel/vcheck/Portfile
===================================================================
--- trunk/dports/devel/vcheck/Portfile	2015-12-12 16:46:17 UTC (rev 143445)
+++ trunk/dports/devel/vcheck/Portfile	2015-12-12 16:49:27 UTC (rev 143446)
@@ -37,7 +37,7 @@
 }
 
 patch {
-    reinplace "s|/usr/bin/perl|${perl5.bin}|" ${worksrcpath}/vcheck
+    reinplace -locale C "s|/usr/bin/perl|${perl5.bin}|" ${worksrcpath}/vcheck
 }
 
 use_configure       no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/8edbd0b3/attachment.html>


More information about the macports-changes mailing list