git: 3185130dadb6 - main - UPDATING: Adjust Python 3.7 -> 3.8 instructions for portmaster

Kai Knoblich kai at FreeBSD.org
Fri May 7 13:27:51 UTC 2021


The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3185130dadb66a63e1341c46570084a67b8cd6f3

commit 3185130dadb66a63e1341c46570084a67b8cd6f3
Author:     Kai Knoblich <kai at FreeBSD.org>
AuthorDate: 2021-05-07 12:59:37 +0000
Commit:     Kai Knoblich <kai at FreeBSD.org>
CommitDate: 2021-05-07 13:26:34 +0000

    UPDATING: Adjust Python 3.7 -> 3.8 instructions for portmaster
    
    Some ports, which use PYTHON_PKGNAMESUFFIX for their package name (e.g.
    devel/scons), must also be taken into account when portmaster is used.
    
    PR:             255663
    Reported by:    nork at ninth-nine.com, Rozhuk Ivan
---
 UPDATING | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/UPDATING b/UPDATING
index 056498e6b87f..79c698294b2f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -57,8 +57,8 @@ you update your ports collection, before attempting any port upgrades.
   For portmaster users:
   # sh
   # portmaster -o lang/python38 python37
-  # REINSTALL="$(pkg info -o py37-\* | awk '{printf "%s ", $2}')"
-  # pkg delete -f py37-\*
+  # REINSTALL="$(pkg info -o "*py37*" | awk '{printf "%s ", $2}')"
+  # pkg delete -f "*py37*"
   # portmaster $REINSTALL
   # REBUILD=$(pkg query -g "%n:%dn" '*' | grep py3 | grep -v py38 | cut -d : -f 1 | sort -u)
   # portmaster $REBUILD


More information about the dev-commits-ports-all mailing list