From 630097cfda30b3f3bbb0f16069980de0e38e679e Mon Sep 17 00:00:00 2001 From: jhoyt4 Date: Fri, 16 Aug 2024 08:59:18 -0400 Subject: [PATCH 1/3] Update macports version to 2.10.1 --- macports-ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macports-ci b/macports-ci index b955658..75cd3fd 100755 --- a/macports-ci +++ b/macports-ci @@ -36,7 +36,7 @@ export MACPORTS_CI_SOURCEME="$(mktemp)" # 2. as source ./macports-ci # as of now, choice 2 only changes the env var COLUMNS. -MACPORTS_VERSION=2.9.3 +MACPORTS_VERSION=2.10.1 MACPORTS_PREFIX=/opt/local MACPORTS_SYNC=tarball From 3671c3646ba7b5e2384adde98f6ef7937257a3e1 Mon Sep 17 00:00:00 2001 From: jhoyt4 Date: Sun, 18 Aug 2024 08:44:00 -0400 Subject: [PATCH 2/3] Update master site to http as the ftp is down --- test_portfiles/science/xdrfile/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_portfiles/science/xdrfile/Portfile b/test_portfiles/science/xdrfile/Portfile index ac4f8e3..ed5c764 100644 --- a/test_portfiles/science/xdrfile/Portfile +++ b/test_portfiles/science/xdrfile/Portfile @@ -20,7 +20,7 @@ worksrcdir xdrfile-${version} platforms darwin homepage http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library -master_sites ftp://ftp.gromacs.org/pub/contrib +master_sites http://ftp.gromacs.org/pub/contrib checksums rmd160 2a58dc9eba7c587e5b4653faace7782104898ac5 \ sha256 e3c587c5ff24441a092fe2f3bc1dc03667bf126558f437161e779bfbcce48022 From 54299e4e68d09a5a76b729db9bfcc3709a650a2e Mon Sep 17 00:00:00 2001 From: jhoyt4 Date: Sun, 18 Aug 2024 08:48:16 -0400 Subject: [PATCH 3/3] remove deprecated macos-11 runner --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36e3beb..1d3f6e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: config: - - os: macos-11 - os: macos-12 - os: macos-13 - os: macos-14 @@ -40,7 +39,6 @@ jobs: fail-fast: false matrix: config: - - os: macos-11 - os: macos-12 - os: macos-13 - os: macos-14 @@ -62,7 +60,6 @@ jobs: fail-fast: false matrix: config: - - os: macos-11 - os: macos-12 - os: macos-13 - os: macos-14