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
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -13,6 +13,7 @@
package: package:
name: name:
- portshaker - portshaker
- git
state: present state: present
- name: Create directories - name: Create directories