git: ad2d6b8e4888 - main - Mk/bsd.default-versions.mk: chase the switch to Python 3.9

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Sun, 26 Jun 2022 20:43:58 UTC
The branch main has been updated by thierry:

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

commit ad2d6b8e488819a85ade85ecbf1fc16db82b49b9
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-06-26 20:36:53 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-06-26 20:36:53 +0000

    Mk/bsd.default-versions.mk: chase the switch to Python 3.9
    
    Following the rules of
    <https://wiki.freebsd.org/Python#Steps_to_switch_the_Python_default_version>
    
    PR:             261703
---
 devel/py-setuptools/Makefile | 1 +
 lang/cython/Makefile         | 1 +
 math/py-numpy/Makefile       | 1 +
 3 files changed, 3 insertions(+)

diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile
index dd9dc26e7dd7..01479f716c69 100644
--- a/devel/py-setuptools/Makefile
+++ b/devel/py-setuptools/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	setuptools
 PORTVERSION=	62.1.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/lang/cython/Makefile b/lang/cython/Makefile
index 06b162edb04b..3f7befe50a1a 100644
--- a/lang/cython/Makefile
+++ b/lang/cython/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	cython
 PORTVERSION=	0.29.30
+PORTREVISION=	1
 CATEGORIES=	lang python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index e75b710aeea0..ea4400416924 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	numpy
 PORTVERSION=	1.22.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP \