From owner-dev-commits-ports-all@freebsd.org Wed Apr 21 08:07:25 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 1D80C5FBF2E; Wed, 21 Apr 2021 08:07:25 +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 4FQCp50PStz4msV; Wed, 21 Apr 2021 08:07:25 +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 00B38229CD; Wed, 21 Apr 2021 08:07:25 +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 13L87Ofh033235; Wed, 21 Apr 2021 08:07:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13L87Ow4033234; Wed, 21 Apr 2021 08:07:24 GMT (envelope-from git) Date: Wed, 21 Apr 2021 08:07:24 GMT Message-Id: <202104210807.13L87Ow4033234@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kai Knoblich Subject: git: 8e7d4134d37f - 2021Q2 - devel/pycharm-pro: Fix staging with non-default Python versions 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/2021Q2 X-Git-Reftype: branch X-Git-Commit: 8e7d4134d37fbdb3b1ad004b30139da27e74c8a7 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: Wed, 21 Apr 2021 08:07:25 -0000 The branch 2021Q2 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e7d4134d37fbdb3b1ad004b30139da27e74c8a7 commit 8e7d4134d37fbdb3b1ad004b30139da27e74c8a7 Author: Kai Knoblich AuthorDate: 2021-04-19 14:36:07 +0000 Commit: Kai Knoblich CommitDate: 2021-04-21 08:02:18 +0000 devel/pycharm-pro: Fix staging with non-default Python versions * Replace two occurrences in pkg-plist where PYTHON_VER shouldn't be used as a substitution because "3.7" is really hardcoded in the paths. PR: 253815 Approved by: portmgr (build fix) MFH: 2021Q2 (cherry picked from commit 980acd02507f9efef60f5aaf9aff71bb952571ff) --- devel/pycharm-pro/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/pycharm-pro/pkg-plist b/devel/pycharm-pro/pkg-plist index 6918195584c5..93874a472a16 100644 --- a/devel/pycharm-pro/pkg-plist +++ b/devel/pycharm-pro/pkg-plist @@ -2355,8 +2355,8 @@ share/applications/pycharm-pro.desktop %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/zipfile.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/zipimport.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/zlib.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/%%PYTHON_VER%%/_py_abc.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/%%PYTHON_VER%%/contextvars.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.7/_py_abc.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.7/contextvars.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.9/graphlib.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.9/zoneinfo/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_bootlocale.pyi