Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update macports version to 2.10.1 #27

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
fail-fast: false
matrix:
config:
- os: macos-11
- os: macos-12
- os: macos-13
- os: macos-14
Expand All @@ -40,7 +39,6 @@ jobs:
fail-fast: false
matrix:
config:
- os: macos-11
- os: macos-12
- os: macos-13
- os: macos-14
Expand All @@ -62,7 +60,6 @@ jobs:
fail-fast: false
matrix:
config:
- os: macos-11
- os: macos-12
- os: macos-13
- os: macos-14
Expand Down
2 changes: 1 addition & 1 deletion macports-ci
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test_portfiles/science/xdrfile/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading