<pre style='margin:0'>
Eric Le Lay (elelay) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/380f9438ab8742cbbd89bceafac82d5a9a2aadfc">https://github.com/macports/macports-ports/commit/380f9438ab8742cbbd89bceafac82d5a9a2aadfc</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 380f9438ab8 gpodder: update to 3.11.0
</span>380f9438ab8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 380f9438ab8742cbbd89bceafac82d5a9a2aadfc
</span>Author: Eric Le Lay <elelay@macports.org>
AuthorDate: Tue Aug 16 15:08:54 2022 +0200
<span style='display:block; white-space:pre;color:#404040;'> gpodder: update to 3.11.0
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> make python 3.10 the default version
</span>---
gnome/gpodder/Portfile | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gpodder/Portfile b/gnome/gpodder/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d1c9fd0cbad..389051b7add 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gpodder/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gpodder/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem 1.0
</span> PortGroup python 1.0
name gpodder
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version 3.10.20
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version 3.11.0
</span> categories gnome audio
license GPL-3
maintainers nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,8 +20,9 @@ homepage http://gpodder.org
</span> master_sites https://github.com/gpodder/gpodder/archive/refs/tags
distfiles ${version}.tar.gz
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 dade29fc8be46f75506ddca2c86462c84dcfd43b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 994f7f04a31c68fb3479ad000d4e9af2c0d8caf02c161ede71c7c2cd4b9bc804
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 62e9e284c3c154b640b32735c764706b77f57bf3 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 c96a3332e61e8277475497ec24fe0918c5cafc580a2f85fc7b34c2fd989873de \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 1155120
</span>
depends_build port:help2man\
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,13 +38,14 @@ destroot.cmd make
</span> destroot.destdir DESTDIR=${destroot}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python35 python37 python38 python39 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python35 python36 python38 python39 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python35 python36 python37 python39 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python27 python35 python36 python37 python38 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python35 python37 python38 python39 python310 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python35 python36 python38 python39 python310 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python35 python36 python37 python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python27 python35 python36 python37 python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python27 python35 python36 python37 python38 python310 description {Use Python 3.10} {}
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python310
</span> }
if {[variant_isset python36]} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,6 +56,8 @@ if {[variant_isset python36]} {
</span> python.default_version 38
} elseif {[variant_isset python39]} {
python.default_version 39
<span style='display:block; white-space:pre;background:#e0ffe0;'>+} elseif {[variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ python.default_version 310
</span> }
set my_python "${frameworks_dir}/Python.framework/Versions/${python.branch}"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -93,7 +97,7 @@ post-destroot {
</span> copy ${worksrcpath}/tools/mac-osx/icon.icns ${contents}/Resources/gPodder.icns
copy ${worksrcpath}/tools/mac-osx/Info.plist ${contents}
reinplace "s|__VERSION__|${version}|g" ${contents}/Info.plist
<span style='display:block; white-space:pre;background:#ffe0e0;'>- reinplace "s|__COPYRIGHT__|© 2005-2021 The gPodder Team|g" ${contents}/Info.plist
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace "s|__COPYRIGHT__|© 2005-2022 The gPodder Team|g" ${contents}/Info.plist
</span> ln -s ${install_path}/bin/gpodder ${contents}/MacOS/gpodder
# ticket #39613 gPodder +x11 keeps bouncing otherwise
</pre><pre style='margin:0'>
</pre>