[96245] trunk/dports/science/opendx/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Aug 5 23:38:02 PDT 2012
Revision: 96245
https://trac.macports.org/changeset/96245
Author: ryandesign at macports.org
Date: 2012-08-05 23:37:59 -0700 (Sun, 05 Aug 2012)
Log Message:
-----------
opendx: fix master_sites (#24277); fix 'reinplace: sed: RE error: illegal byte sequence' build problem on Mountain Lion (#35536)
Modified Paths:
--------------
trunk/dports/science/opendx/Portfile
Modified: trunk/dports/science/opendx/Portfile
===================================================================
--- trunk/dports/science/opendx/Portfile 2012-08-06 03:19:30 UTC (rev 96244)
+++ trunk/dports/science/opendx/Portfile 2012-08-06 06:37:59 UTC (rev 96245)
@@ -19,7 +19,7 @@
great flexibility in creating visualizations.
homepage http://opendx.org/
-master_sites http://opendx.npaci.edu/source/
+master_sites http://opendx.informatics.jax.org/source/
checksums md5 6da0c4cd21d3c08f97b7662e3aee5b7b
@@ -74,7 +74,7 @@
post-destroot {
set fixers [ exec find ${destroot}${prefix} -type f | xargs grep -l /usr/lpp ]
foreach fil ${fixers} {
- reinplace "s|/usr/lpp|${prefix}|g" ${fil}
+ reinplace -locale C "s|/usr/lpp|${prefix}|g" ${fil}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120805/b2c88d64/attachment.html>
More information about the macports-changes
mailing list