<pre style='margin:0'>
Dan Ports (drkp) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5b160d18eda7776f5345ca6468b20273404c64be">https://github.com/macports/macports-ports/commit/5b160d18eda7776f5345ca6468b20273404c64be</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 5b160d18eda emacs: use gtk3 for +gtk variant
</span>5b160d18eda is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5b160d18eda7776f5345ca6468b20273404c64be
</span>Author: Dan R. K. Ports <dports@macports.org>
AuthorDate: Sun Nov 29 01:19:24 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    emacs: use gtk3 for +gtk variant
</span>---
 editors/emacs/Portfile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/emacs/Portfile b/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 096651e9d16..8a243bce3d4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -83,7 +83,7 @@ platform darwin {
</span> 
 if {$subport eq $name || $subport eq "emacs-app"} {
     version         27.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision        4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        5
</span> 
     checksums       rmd160  9ddfd28ab54c4aee168eeecb783d13599e5b5288 \
                     sha256  ffbfa61dc951b92cf31ebe3efc86c5a9d4411a1222b8a4ae6716cfd0e2a584db \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -103,6 +103,7 @@ if {$subport eq "emacs-devel" || $subport eq "emacs-app-devel"} {
</span> 
     epoch           1
     version         20201127
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        1
</span> 
     fetch.type      git
     git.url         https://github.com/emacs-mirror/emacs.git
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -157,14 +158,14 @@ if {$subport eq $name || $subport eq "emacs-devel"} {
</span>         depends_lib-append      lib:libXm:openmotif
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant gtk requires x11 description {Builds emacs as an X11 program with GTK+2 widgets} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant gtk requires x11 description {Builds emacs as an X11 program with GTK+3 widgets} {
</span>         configure.args-delete   --with-x-toolkit=lucid
         configure.args-delete   --without-gconf
         configure.args-delete   --without-rsvg
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        configure.args-append   --with-x-toolkit=gtk2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append   --with-x-toolkit=gtk3
</span>         configure.args-append   --with-gconf
         configure.args-append   --with-rsvg
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib-append      port:gtk2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append      port:gtk3 \
</span>                                 path:lib/pkgconfig/glib-2.0.pc:glib2 \
                                 port:gconf \
                                 port:librsvg
</pre><pre style='margin:0'>

</pre>