Skip to content

Commit

Permalink
gajim: update to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Aug 28, 2024
1 parent ecca226 commit 6dac5b8
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions net/gajim/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup gitlab 1.0
PortGroup python 1.0

gitlab.instance https://dev.gajim.org
gitlab.setup gajim gajim 1.8.4
gitlab.setup gajim gajim 1.9.3
revision 0

categories net chat x11
Expand All @@ -24,18 +24,19 @@ supported_archs noarch
master_sites https://dev.gajim.org/gajim/gajim/-/archive/${version}/
use_bzip2 yes

checksums rmd160 050c844f9f2dc4682f2b6597b3ef4ad642e9c416 \
sha256 50d1f5f5376e52c2fb1d481b790877f19ed987d68ea9f39c915dd16286b6837d \
size 3076987
checksums rmd160 44756e3aea4e6a918c8b9ed63a38b69f330e80f1 \
sha256 c6064bece82aeb603e7e93102bebbf28a779f08a68ba7067ad56f821f0faea13 \
size 3112338

variant python310 conflicts python311 description {Use Python 3.10} {}
variant python311 conflicts python310 description {Use Python 3.11} {}
variant python310 conflicts python311 python312 description {Use Python 3.10} {}
variant python311 conflicts python310 python312 description {Use Python 3.11} {}
variant python312 conflicts python310 python311 description {Use Python 3.12} {}

if {![variant_isset python310]} {
default_variants +python311
if {![variant_isset python310] && ![variant_isset python311]} {
default_variants +python312
}

foreach pv {311 310} {
foreach pv {311 310 312} {
if {[variant_isset python${pv}]} {
python.default_version ${pv}
break
Expand All @@ -44,8 +45,8 @@ foreach pv {311 310} {

depends_build port:gettext \
port:intltool \
path:bin/pkg-config:pkgconfig \
port:libtool
port:libtool \
path:bin/pkg-config:pkgconfig

depends_lib port:adwaita-icon-theme \
path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
Expand Down

0 comments on commit 6dac5b8

Please sign in to comment.