<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/a11ea0265918b54127b8891c8ce4cfcf5fbeae31">https://github.com/macports/macports-ports/commit/a11ea0265918b54127b8891c8ce4cfcf5fbeae31</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 a11ea026591 scribus: migrate to boost PG
</span>a11ea026591 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a11ea0265918b54127b8891c8ce4cfcf5fbeae31
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Jun 9 14:41:22 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    scribus: migrate to boost PG
</span>---
 print/scribus/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/print/scribus/Portfile b/print/scribus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 486ed25f741..d7c88f924e8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/print/scribus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/print/scribus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,11 +4,12 @@ PortSystem          1.0
</span> PortGroup           compiler_blacklist_versions 1.0
 PortGroup           cmake 1.1
 PortGroup           qt4 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           boost 1.0
</span> 
 name                scribus
 epoch               1
 version             1.4.8
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            3
</span> categories          print
 license             GPL-2+
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +42,6 @@ depends_lib-append  port:hunspell \
</span>                     port:ghostscript \
                     port:hyphen \
                     path:lib/pkgconfig/cairo.pc:cairo \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:boost \
</span>                     port:expat \
                     path:include/turbojpeg.h:libjpeg-turbo \
                     port:libart_lgpl \
</pre><pre style='margin:0'>

</pre>