diff --git a/python/poetry/Portfile b/python/poetry/Portfile index 192f4bf30fd..76c09c691eb 100644 --- a/python/poetry/Portfile +++ b/python/poetry/Portfile @@ -5,7 +5,8 @@ PortGroup python 1.0 name poetry version 2.2.1 -revision 0 +revision 1 + categories-append devel platforms {darwin any} license MIT @@ -33,8 +34,8 @@ variant python312 conflicts python310 python311 python313 python314 description variant python313 conflicts python310 python311 python312 python314 description {Use Python 3.13} {} variant python314 conflicts python310 python311 python312 python313 description {Use Python 3.14} {} -if {![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312] && ![variant_isset python314] } { - default_variants +python313 +if {![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312] && ![variant_isset python313] } { + default_variants +python314 } foreach pv {314 313 312 311 310} {