<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/722a3eb3a48203034034ec2bbab100638187d242">https://github.com/macports/macports-ports/commit/722a3eb3a48203034034ec2bbab100638187d242</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 722a3eb3a48 amttools: Fix gtk3 dependency
</span>722a3eb3a48 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 722a3eb3a48203034034ec2bbab100638187d242
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Mon Mar 25 08:09:24 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> amttools: Fix gtk3 dependency
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/69585
</span>---
sysutils/amttools/Portfile | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/amttools/Portfile b/sysutils/amttools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f3c422a56cb..f94701ed6d1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/amttools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/amttools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +10,6 @@ revision 2
</span> categories sysutils
license GPL-2+
maintainers {ionic @Ionic} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span>
installs_libs no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,8 +28,8 @@ long_description AMT (included in Intel vPro and Centrino Pro) provides \
</span> protocol-based communication this package implements. \
Newer versions use WS Management implemented starting \
with AMT 3.0 and are not supported by this software.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage https://www.kraxel.org/blog/linux/${my_distname}/
</span>
<span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage https://www.kraxel.org/blog/linux/${my_distname}/
</span> master_sites https://www.kraxel.org/releases/${my_distname}/
distname ${my_distname}-${version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +39,7 @@ checksums rmd160 9fb55ade1f5ca3015be0794236ea3031fc137367 \
</span> size 40804
perl5.major 5.34
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build port:pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build path:bin/pkg-config:pkgconfig
</span> depends_run port:p${perl5.major}-soap-lite
default_variants +gtk
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +72,7 @@ post-patch {
</span> }
variant gtk description {Enable gamt (GTK3-based AMT terminal)} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append path:lib/pkgconfig/gtk-3.0.pc:gtk3 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
</span> port:vte
patchfiles-delete patch-GNUmakefile-disable-gamt.diff
</pre><pre style='margin:0'>
</pre>