From owner-dev-commits-ports-all@freebsd.org Sun Apr 25 18:59:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A1005E393B; Sun, 25 Apr 2021 18:59:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FSy4q0gRxz3w2j; Sun, 25 Apr 2021 18:59:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09C39193C2; Sun, 25 Apr 2021 18:59:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13PIxcFp042848; Sun, 25 Apr 2021 18:59:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13PIxcG7042847; Sun, 25 Apr 2021 18:59:38 GMT (envelope-from git) Date: Sun, 25 Apr 2021 18:59:38 GMT Message-Id: <202104251859.13PIxcG7042847@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kai Knoblich Subject: git: 26d8faac2375 - main - *: Bump a few ports after the Python 3.7 to 3.8 switchover MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 26d8faac23752e2fc666fb9aaf103660c132360a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2021 18:59:39 -0000 The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=26d8faac23752e2fc666fb9aaf103660c132360a commit 26d8faac23752e2fc666fb9aaf103660c132360a Author: Kai Knoblich AuthorDate: 2021-04-25 18:50:30 +0000 Commit: Kai Knoblich CommitDate: 2021-04-25 18:50:30 +0000 *: Bump a few ports after the Python 3.7 to 3.8 switchover Bump the PORTREVISION of the following ports as the concurrent symlinks change with a new default version of Python: * devel/py-setuptools * lang/cython * math/py-numpy This is a follow-up to 6cd3db2d03cc544c5893e41dbbacd2000fcbd35a . PR: 253815 Approved by: kai (python, maintainer) --- 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 203522b68201..40b38a886356 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,5 +1,6 @@ PORTNAME= setuptools PORTVERSION= 44.0.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 4188777db12b..bf7f2e6711b5 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -2,6 +2,7 @@ PORTNAME= cython PORTVERSION= 0.29.21 +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 78ab89afe8ab..19ce0a36fd7d 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -2,6 +2,7 @@ PORTNAME= numpy PORTVERSION= 1.16.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP \