Use MacPorts 2.10.5 for initial installation

This commit is contained in:
Joshua Root
2025-01-27 13:36:42 +11:00
parent 49c89f47c4
commit 1361af87c3
+1 -1
View File
@@ -22,7 +22,7 @@ selfupdate() {
# $option_prefix is set in mpbb
# shellcheck disable=SC2154
if [ ! -f "${option_prefix}/bin/port" ]; then
macports_version=2.10.4
macports_version=2.10.5
macports_distname=MacPorts-${macports_version}
macports_distfile=${macports_distname}.tar.bz2
if [ ! -d ${macports_distname} ]; then