Update current MacPorts version

This commit is contained in:
Joshua Root
2017-02-12 20:41:26 +11:00
parent ccb7c12c68
commit c9a5a15fd5
+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.3.5
macports_version=2.4.0
macports_distname=MacPorts-${macports_version}
macports_distfile=${macports_distname}.tar.bz2
if [ ! -d ${macports_distname} ]; then