<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/eb2061a849aad5d7aabc50678231218d0d8b39cf">https://github.com/macports/macports-ports/commit/eb2061a849aad5d7aabc50678231218d0d8b39cf</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new eb2061a849a boost{-numpy}: Clean up long description
</span>eb2061a849a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit eb2061a849aad5d7aabc50678231218d0d8b39cf
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Jun 25 12:57:48 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> boost{-numpy}: Clean up long description
</span>---
devel/boost/Portfile | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/boost/Portfile b/devel/boost/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d8fa152aaa9..10d99c001b5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/boost/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/boost/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,10 +18,7 @@ description Collection of portable C++ source libraries
</span> long_description \
Boost provides free portable peer-reviewed C++ \
libraries. The emphasis is on portable libraries \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- which work well with the C++ Standard Library. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- This port is just a shim port, installing symbolic \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- links to the include area and libraries provided \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- by the [boost::depends_portname] port.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ which work well with the C++ Standard Library.
</span>
homepage http://www.boost.org
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,11 +28,16 @@ build {}
</span>
subport ${name}-numpy {
description Boost.Numpy library
<span style='display:block; white-space:pre;background:#ffe0e0;'>- long_description {*}${description} based on [boost::depends_portname]-numpy.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ long_description {*}${description}
</span> depends_lib port:${name}
boost.require_numpy yes
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${long_description} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ This port is just a shim port, installing symbolic \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ links to the include area and libraries provided \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ by the [boost::depends_portname] port.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
# Sym link to boost include dir.
# Only need to do this for primary boost port
</pre><pre style='margin:0'>
</pre>