<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/249c30d156ef3bfeeb9d77b18c8ee2efb5f7b043">https://github.com/macports/macports-ports/commit/249c30d156ef3bfeeb9d77b18c8ee2efb5f7b043</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 249c30d156ef3bfeeb9d77b18c8ee2efb5f7b043
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue Jun 18 05:35:33 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> camlimages: replace -delete & -append with -replace
</span>---
ocaml/camlimages/Portfile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/camlimages/Portfile b/ocaml/camlimages/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d99cefe..98035e6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/camlimages/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/camlimages/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,9 +64,9 @@ pre-destroot {
</span> }
variant lablgtk2 description {add support for GTK 2} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- build.args-delete SUPPORT_LABLGTK2=false
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- destroot.args-delete SUPPORT_LABLGTK2=false
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- build.args-append SUPPORT_LABLGTK2=true
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- destroot.args-append SUPPORT_LABLGTK2=true
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:lablgtk2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:lablgtk2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ build.args-replace SUPPORT_LABLGTK2=false \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ SUPPORT_LABLGTK2=true
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ destroot.args-replace SUPPORT_LABLGTK2=false \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ SUPPORT_LABLGTK2=true
</span> }
</pre><pre style='margin:0'>
</pre>