Add my custom ports.
This commit is contained in:
@@ -5,6 +5,7 @@ if [ "$1" != '--' ]; then
|
||||
fi
|
||||
shift
|
||||
method="git"
|
||||
git_clone_uri="https://git.FreeBSD.org/ports.git"
|
||||
git_clone_uri="https://code.fizz.buzz/mirror/freebsd-ports.git"
|
||||
# git_clone_uri="https://git.FreeBSD.org/ports.git"
|
||||
git_branch="main"
|
||||
run_portshaker_command $*
|
||||
|
||||
@@ -5,5 +5,5 @@ mirror_base_dir="/var/cache/portshaker"
|
||||
ports_trees="main"
|
||||
|
||||
main_ports_tree="/usr/local/portshaker/trees/main"
|
||||
# main_merge_from="freebsd myrepo"
|
||||
main_merge_from="freebsd"
|
||||
main_merge_from="freebsd myrepo"
|
||||
# main_merge_from="freebsd"
|
||||
|
||||
Reference in New Issue
Block a user