<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2c21671f6db9ba773238edbe15eb2e2b11a82832">https://github.com/macports/macports-ports/commit/2c21671f6db9ba773238edbe15eb2e2b11a82832</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 2c21671f6db gtk2: reconcile with gtk2-devel
</span>2c21671f6db is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2c21671f6db9ba773238edbe15eb2e2b11a82832
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Oct 14 15:45:12 2021 -0400
<span style='display:block; white-space:pre;color:#404040;'> gtk2: reconcile with gtk2-devel
</span>---
gnome/gtk2/Portfile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gtk2/Portfile b/gnome/gtk2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4589a1212ed..a0c3d4207eb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gtk2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gtk2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,14 +6,17 @@ PortGroup muniversal 1.0
</span> PortGroup xcodeversion 1.0
name gtk2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts gtk2-devel
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set my_name gtk2
</span> version 2.24.33
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 0
</span> set branch [join [lrange [split ${version} .] 0 1] .]
categories gnome x11
license LGPL-2+
maintainers {mascguy @mascguy} openmaintainer
platforms darwin
description GTK+ widget toolkit
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> long_description GTK+ is a highly usable, feature rich toolkit for creating graphical \
user interfaces which boasts cross platform compatibility and an easy \
to use API. GTK+ it is written in C, but has bindings to many other \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +24,7 @@ long_description GTK+ is a highly usable, feature rich toolkit for creating g
</span>
homepage https://www.gtk.org/
distname gtk+-${version}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+dist_subdir ${my_name}
</span> use_xz yes
master_sites gnome:sources/gtk+/${branch}/
</pre><pre style='margin:0'>
</pre>