[130888] trunk/dports/lang
jeremyhu at macports.org
jeremyhu at macports.org
Sat Jan 3 14:00:30 PST 2015
Revision: 130888
https://trac.macports.org/changeset/130888
Author: jeremyhu at macports.org
Date: 2015-01-03 14:00:30 -0800 (Sat, 03 Jan 2015)
Log Message:
-----------
libcxx*: Properly escape description
Modified Paths:
--------------
trunk/dports/lang/libcxx/Portfile
trunk/dports/lang/libcxxabi/Portfile
Modified: trunk/dports/lang/libcxx/Portfile
===================================================================
--- trunk/dports/lang/libcxx/Portfile 2015-01-03 21:59:31 UTC (rev 130887)
+++ trunk/dports/lang/libcxx/Portfile 2015-01-03 22:00:30 UTC (rev 130888)
@@ -12,10 +12,10 @@
maintainers jeremyhu openmaintainer
description libc++ is a new implementation of the C++ standard library with support for C++11 and portions of C++14
long_description ${description} \
- Because objects cannot be passed between different versions of the C++ runtime, this port must
- replace the host version in order to be used. On Snow Leopard and earlier, this is done
- automatically because there is no existing host version of this library. On Lion and later,
- users must build the port with +replacemnt_libcxx and install the root manually if they wish
+ Because objects cannot be passed between different versions of the C++ runtime, this port must \
+ replace the host version in order to be used. On Snow Leopard and earlier, this is done \
+ automatically because there is no existing host version of this library. On Lion and later, \
+ users must build the port with +replacemnt_libcxx and install the root manually if they wish \
to replace the existing host implementation.
homepage http://libcxx.llvm.org/
Modified: trunk/dports/lang/libcxxabi/Portfile
===================================================================
--- trunk/dports/lang/libcxxabi/Portfile 2015-01-03 21:59:31 UTC (rev 130887)
+++ trunk/dports/lang/libcxxabi/Portfile 2015-01-03 22:00:30 UTC (rev 130888)
@@ -12,10 +12,10 @@
maintainers jeremyhu openmaintainer
description libc++abi is a new implementation of low level support for a C++ runtime.
long_description ${description} \
- Because objects cannot be passed between different versions of the C++ runtime, this port must
- replace the host version in order to be used. On Snow Leopard and earlier, this is done
- automatically because there is no existing host version of this library. On Lion and later,
- users must build the port with +replacemnt_libcxx and install the root manually if they wish
+ Because objects cannot be passed between different versions of the C++ runtime, this port must \
+ replace the host version in order to be used. On Snow Leopard and earlier, this is done \
+ automatically because there is no existing host version of this library. On Lion and later, \
+ users must build the port with +replacemnt_libcxx and install the root manually if they wish \
to replace the existing host implementation.
homepage http://libcxxabi.llvm.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150103/1dc061ac/attachment.html>
More information about the macports-changes
mailing list