Switch to official FreeBSD ports git repo.

This commit is contained in:
Tom Alexander
2022-12-10 18:21:52 -05:00
parent 8c8bf93d4c
commit a67aa176df
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,6 @@ if [ "$1" != '--' ]; then
fi
shift
method="git"
git_clone_uri="https://github.com/freebsd/freebsd-ports.git"
git_clone_uri="https://git.FreeBSD.org/ports.git"
git_branch="main"
run_portshaker_command $*