mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
./UPDATING: optimize pkg info call
PR: 275494 Reported by: vvd
This commit is contained in:
parent
08c939e044
commit
ef7c83416c
2
UPDATING
2
UPDATING
@ -38,7 +38,7 @@ you update your ports collection, before attempting any port upgrades.
|
||||
For portmaster users:
|
||||
# sh
|
||||
# portmaster -o lang/python311 python39
|
||||
# REINSTALL="$(pkg info -o "*py39*" | awk '{printf "%s ", $2}')"
|
||||
# REINSTALL="$(pkg info -oq '*py39*')"
|
||||
# pkg delete -f "*py39*"
|
||||
# portmaster $REINSTALL
|
||||
# REBUILD=$(pkg query -g "%n:%dn" '*' | grep py3 | grep -v py311 | cut -d : -f 1 | sort -u)
|
||||
|
Loading…
Reference in New Issue
Block a user