Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Aug 23, 2024
1 parent 795c10d commit 7631cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ begingroup "Configuring MacPorts"
# Set PATH for portindex
source /opt/local/share/macports/setupenv.bash
# Set ports tree to $PWD/ports
sudo sed -i "" "s|rsync://rsync.macports.org/macports/release/tarballs/ports.tar|file://${PWD}/ports|; /^file:/s/default/nosync,default/" /opt/local/etc/macports/sources.conf
echo "file://${PWD}/ports [default,nosync]" | sudo tee /opt/local/etc/macports/sources.conf >/dev/null
# CI is not interactive
echo "ui_interactive no" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
# Only download from the CDN, not the mirrors
Expand Down Expand Up @@ -141,7 +141,6 @@ git -C ports/ checkout -qf -
(cd ports/ && portindex -e)
endgroup


begingroup "Running postflight"
# Create macports user
sudo /opt/local/libexec/macports/postflight/postflight
Expand Down
2 changes: 1 addition & 1 deletion archivers/paq8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ revision 1
categories archivers
license GPL-2+
maintainers {jmr @jmroot} openmaintainer
description PAQ8, a tight but slow compressor
description MODIFIED
long_description PAQ is a series of open source data compression \
archivers that have evolved through collaborative \
development to top rankings on several benchmarks \
Expand Down

0 comments on commit 7631cd1

Please sign in to comment.