<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cc561b6867f918c4f9efbdd0177464e6de6116dc">https://github.com/macports/macports-ports/commit/cc561b6867f918c4f9efbdd0177464e6de6116dc</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 cc561b6  inkscape, inkscape-devel: build uses boost headers only
</span>cc561b6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cc561b6867f918c4f9efbdd0177464e6de6116dc
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Fri Dec 20 13:27:12 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    inkscape, inkscape-devel: build uses boost headers only
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Make boost a build dependency.
</span>---
 graphics/inkscape-devel/Portfile | 8 ++++++--
 graphics/inkscape/Portfile       | 7 +++++--
 2 files changed, 11 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/inkscape-devel/Portfile b/graphics/inkscape-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 46a9680..9e647ef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/inkscape-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/inkscape-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,6 +12,7 @@ epoch               1
</span> set git_commit      36965ca6
 set git_date        20191205
 version             0.92.4-${git_date}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             GPL-2 LGPL-2.1
 maintainers         {devans @dbevans}
 categories          graphics gnome
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,14 +28,18 @@ long_description    Inkscape is an multi-platform, Open-Source Vector Graphics E
</span> homepage            http://www.inkscape.org/
 
 fetch.type          git
<span style='display:block; white-space:pre;background:#ffe0e0;'>-git.url             -b 0.92.x --depth 200 https://gitlab.com/inkscape/inkscape.git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+git.url             -b 0.92.x --depth 500 https://gitlab.com/inkscape/inkscape.git
</span> git.branch          ${git_commit}
 
 set python_major    2
 set python_minor    7
 set python_version  ${python_major}${python_minor}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# this port only uses boost headers during build
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# and does not link with any boost libraries
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# no need to rebuild due to boost library ABI changes
</span> depends_build-append \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:boost \
</span>                     port:pkgconfig \
                     port:libtool \
                     port:intltool \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,7 +54,6 @@ depends_lib-append  port:desktop-file-utils \
</span>                     port:dbus-glib \
                     port:lcms2 \
                     port:poppler \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:boost \
</span>                     port:ImageMagick \
                     port:libcdr-0.1 \
                     port:libexif \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/inkscape/Portfile b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7d9e922..cd48133 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ cmake.generator     Ninja
</span> name                inkscape
 conflicts           inkscape-devel inkscape-gtk3-devel
 version             0.92.4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            12
</span> license             GPL-2 LGPL-2.1
 maintainers         {devans @dbevans}
 categories          graphics gnome
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,11 @@ set python_major    2
</span> set python_minor    7
 set python_version  ${python_major}${python_minor}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# this port only uses boost headers during build
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# and does not link with any boost libraries
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# no need to rebuild due to boost library ABI changes
</span> depends_build-append \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:boost \
</span>                     port:pkgconfig \
                     port:libtool \
                     port:intltool \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,7 +55,6 @@ depends_lib-append  port:desktop-file-utils \
</span>                     port:dbus-glib \
                     port:lcms2 \
                     port:poppler \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:boost \
</span>                     port:ImageMagick \
                     port:libcdr-0.1 \
                     port:libexif \
</pre><pre style='margin:0'>

</pre>