1
0
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:
Ruslan Makhmatkhanov 2024-05-29 23:09:48 +03:00
parent 08c939e044
commit ef7c83416c

View File

@ -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)