Skip to content

Commit 44f0ad3

Browse files
Merge branch 'master' into keepassxc
2 parents d19564f + 3e0eb49 commit 44f0ad3

File tree

3,500 files changed

+52874
-58164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,500 files changed

+52874
-58164
lines changed

.github/workflows/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endgroup() {
1717
printtag "endgroup"
1818
}
1919

20-
MACPORTS_VERSION=${MP_CI_RELEASE:-2.11.5}
20+
MACPORTS_VERSION=${MP_CI_RELEASE:-2.11.6}
2121

2222
OS_MAJOR=$(uname -r | cut -f 1 -d .)
2323
OS_ARCH=$(uname -m)

.github/workflows/main.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
os: [macos-13, macos-14, macos-15]
27+
os: [macos-14, macos-15, macos-26]
2828

2929
steps:
3030
- name: Checkout ports
@@ -40,6 +40,14 @@ jobs:
4040
repository: macports/mpbb
4141
path: mpbb
4242
show-progress: false
43+
- name: Set checkout permissions
44+
run: |
45+
chmod -R a+rX ./ports
46+
CUR_DIR="$(dirname "$(realpath ./ports)")"
47+
while [ -n "$CUR_DIR" -a "$CUR_DIR" != "/" ]; do
48+
sudo chmod a+rx "$CUR_DIR"
49+
CUR_DIR="$(dirname "$CUR_DIR")"
50+
done
4351
- name: Bootstrap MacPorts
4452
env:
4553
MP_CI_RELEASE: ${{ vars.MP_CI_RELEASE }}

.github/workflows/mirror.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,9 @@ jobs:
109109
- name: Update PortIndex files
110110
env:
111111
OLDEST_DARWIN: 9
112-
NEWEST_DARWIN: 24
112+
NEWEST_DARWIN: 25
113113
MIRROR_UPLOAD_URL: ${{ secrets.MIRROR_UPLOAD_URL }}
114114
MIRROR_UPLOAD_CREDENTIALS: ${{ secrets.MIRROR_UPLOAD_CREDENTIALS }}
115-
MIRROR_SSH_HOST: ${{ secrets.MIRROR_SSH_HOST }}
116-
MIRROR_SSH_HOSTKEY: ${{ secrets.MIRROR_SSH_HOSTKEY }}
117-
MIRROR_SSH_KEY: ${{ secrets.MIRROR_SSH_KEY }}
118-
MIRROR_SSH_USER: ${{ secrets.MIRROR_SSH_USER }}
119115
run: |
120116
set -eu
121117
@@ -183,12 +179,7 @@ jobs:
183179
tar -C tarball -cjf "portindex-${CURRENT_COMMIT}.tar.bz2" .
184180
185181
echo "Uploading tarball for commit ${CURRENT_COMMIT}"
186-
touch ssh_key
187-
chmod 0600 ssh_key
188-
echo "$MIRROR_SSH_KEY" > ssh_key
189-
echo "$MIRROR_SSH_HOSTKEY" > ssh_known_hosts
190-
export RSYNC_RSH="ssh -l $MIRROR_SSH_USER -i ssh_key -oUserKnownHostsFile=ssh_known_hosts -p 23"
191-
rsync -av --ignore-existing --progress "portindex-${CURRENT_COMMIT}.tar.bz2" "${MIRROR_SSH_HOST}:"
182+
curl -fL -u "$MIRROR_UPLOAD_CREDENTIALS" --upload-file "portindex-${CURRENT_COMMIT}.tar.bz2" "$MIRROR_UPLOAD_URL" > /dev/null
192183
193184
- name: Mirror all changed ports
194185
env:
@@ -197,6 +188,8 @@ jobs:
197188
MIRROR_DB_CREDENTIALS: ${{ secrets.MIRROR_DB_CREDENTIALS }}
198189
MIRROR_SSH_HOST: ${{ secrets.MIRROR_SSH_HOST }}
199190
MIRROR_SSH_USER: ${{ secrets.MIRROR_SSH_USER }}
191+
MIRROR_SSH_HOSTKEY: ${{ secrets.MIRROR_SSH_HOSTKEY }}
192+
MIRROR_SSH_KEY: ${{ secrets.MIRROR_SSH_KEY }}
200193
portlist: ${{ steps.portlist.outputs.portlist }}
201194
run: |
202195
set -eu
@@ -211,6 +204,10 @@ jobs:
211204
echo "Making distfiles readable"
212205
sudo chmod -R a+rX ./macports
213206
207+
touch ssh_key
208+
chmod 0600 ssh_key
209+
echo "$MIRROR_SSH_KEY" > ssh_key
210+
echo "$MIRROR_SSH_HOSTKEY" > ssh_known_hosts
214211
export RSYNC_RSH="ssh -l $MIRROR_SSH_USER -i ssh_key -oUserKnownHostsFile=ssh_known_hosts -p 23"
215212
echo "Uploading distfiles"
216213
rsync -av --ignore-existing --progress ./macports/distfiles/ "${MIRROR_SSH_HOST}:pub/distfiles"

R/R-RcppRedis/Portfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PortSystem 1.0
44
PortGroup R 1.0
55

66
R.setup cran eddelbuettel RcppRedis 0.2.4
7-
revision 2
7+
revision 3
88
categories-append devel
99
maintainers nomaintainer
1010
license GPL-2+

R/R-gdalBindings/Portfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PortSystem 1.0
44
PortGroup R 1.0
55

66
R.setup cran caiohamamura gdalBindings 0.1.17
7-
revision 4
7+
revision 5
88
categories-append gis
99
maintainers nomaintainer
1010
license GPL-3

R/R-gdalraster/Portfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PortGroup R 1.0
55

66
# Revert to GitHub once updated there.
77
R.setup cran USDAForestService gdalraster 1.11.1 v
8-
revision 2
8+
revision 3
99
categories-append gis
1010
maintainers nomaintainer
1111
license MIT

R/R-redux/Portfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PortGroup R 1.0
55

66
# GitHub version is outdated.
77
R.setup cran richfitz redux 1.1.4
8-
revision 1
8+
revision 2
99
categories-append devel
1010
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
1111
license GPL-2

R/R-rgdal/Portfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PortSystem 1.0
44
PortGroup R 1.0
55

66
R.setup cran r-forge rgdal 1.6-7
7-
revision 9
7+
revision 10
88
categories-append gis
99
maintainers nomaintainer
1010
license GPL-2+

R/R-sf/Portfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PortGroup R 1.0
66

77
# GitHub version is old.
88
R.setup cran r-spatial sf 1.0-19
9-
revision 2
9+
revision 3
1010
categories-append math
1111
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
1212
license {GPL-2 MIT}

R/R-terra/Portfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PortSystem 1.0
44
PortGroup R 1.0
55

66
R.setup cran rspatial terra 1.8-5
7-
revision 1
7+
revision 2
88
categories-append gis
99
maintainers nomaintainer
1010
license GPL-3+

0 commit comments

Comments
 (0)