From owner-dev-commits-ports-all@freebsd.org Sun Jun 27 14:57:14 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 653E0642F1A; Sun, 27 Jun 2021 14:57:14 +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 4GCYk22GL0z4VfD; Sun, 27 Jun 2021 14:57:14 +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 3646013675; Sun, 27 Jun 2021 14:57:14 +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 15REvEMU033263; Sun, 27 Jun 2021 14:57:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15REvEms033262; Sun, 27 Jun 2021 14:57:14 GMT (envelope-from git) Date: Sun, 27 Jun 2021 14:57:14 GMT Message-Id: <202106271457.15REvEms033262@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: 03ed448b5012 - main - sysutils/bhyve-firmware: undeprecate CSM option MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 03ed448b501283f1e4d5dd0abb6847a91a32a79b 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, 27 Jun 2021 14:57:14 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=03ed448b501283f1e4d5dd0abb6847a91a32a79b commit 03ed448b501283f1e4d5dd0abb6847a91a32a79b Author: Rene Ladan AuthorDate: 2021-06-27 14:56:24 +0000 Commit: Rene Ladan CommitDate: 2021-06-27 14:56:24 +0000 sysutils/bhyve-firmware: undeprecate CSM option The sysutils/uefi-edk2-bhyve port no longer needs Python 2.7 --- sysutils/bhyve-firmware/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sysutils/bhyve-firmware/Makefile b/sysutils/bhyve-firmware/Makefile index 1fb78f76049c..3c601a11f7ef 100644 --- a/sysutils/bhyve-firmware/Makefile +++ b/sysutils/bhyve-firmware/Makefile @@ -14,11 +14,4 @@ OPTIONS_DEFAULT= CSM CSM_DESC= Include firmware with Compatibility Support Module CSM_RUN_DEPENDS= uefi-edk2-bhyve-csm>=0:sysutils/uefi-edk2-bhyve-csm -.include - -.if ${PORT_OPTIONS:MCSM} -DEPRECATED= Uses EOL Python 2.7 via sysutils/uefi-edk2-bhyve -EXPIRATION_DATE=2021-06-23 -.endif - .include