From 388f694e4e7897bbdfe8b7c2af319caa1d509b8e Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Sat, 8 Nov 2025 22:23:03 +1100 Subject: [PATCH] mscp: update to 0.2.4 --- net/mscp/Portfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/mscp/Portfile b/net/mscp/Portfile index 90532856e8b..d7293c82cbd 100644 --- a/net/mscp/Portfile +++ b/net/mscp/Portfile @@ -5,7 +5,7 @@ PortGroup cmake 1.1 PortGroup github 1.0 PortGroup legacysupport 1.1 -github.setup upa mscp 0.2.3 v +github.setup upa mscp 0.2.4 v github.tarball_from releases revision 0 @@ -22,16 +22,16 @@ maintainers {@lasmarois nicomarois.com:mail} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 8d8c215937836693c0bad12df7e1d92e596780b0 \ - sha256 f434fa473ea76423bc8e169e121162c7752ee5f80ea284656627c5e551b5f1eb \ - size 1005763 + rmd160 cacf2bc669bbef3024eadfeb1ce53b7335e81f97 \ + sha256 d3b756e96b21e6bfced63d296c0fe1a92a42c13aec6fcd74c897598cdc4a8e5d \ + size 1007441 cmake.build_type Release depends_build-append \ path:bin/doxygen:doxygen \ path:bin/pkg-config:pkgconfig \ - port:python312 + port:python313 depends_lib-append path:lib/libssl.dylib:openssl \ port:kerberos5 \ @@ -45,4 +45,4 @@ legacysupport.newest_darwin_requires_legacy 15 compiler.thread_local_storage yes configure.args-append \ - -DPython_EXECUTABLE=${prefix}/bin/python3.12 + -DPython_EXECUTABLE=${prefix}/bin/python3.13