git: 9525143f76e4 - main - sysutils/pesign: Deprecate and use GCC 10

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Wed, 27 Apr 2022 20:41:19 UTC
The branch main has been updated by salvadore:

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

commit 9525143f76e4aea344be0e64e39a67d6130c9365
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-04-27 18:57:09 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-04-27 20:40:37 +0000

    sysutils/pesign: Deprecate and use GCC 10
    
    - Unmaintaned since 2016.
    - Very much out of date.
    - Does not build with GCC 11 [1]: set USE_GCC=10 so that the port does
      not block GCC default version update to GCC 11 while waiting for
      expiration.
    
    PR:             263544 [1]
    Reported by:    exp-run (antoine@) [1]
    Approved by:    gerald (mentor)
    Differential Revision:  https://reviews.freebsd.org/D35086
---
 sysutils/pesign/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile
index d518996aa2b9..9c6261fc7986 100644
--- a/sysutils/pesign/Makefile
+++ b/sysutils/pesign/Makefile
@@ -13,13 +13,16 @@ COMMENT=	Signing utility for UEFI secure boot
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Unmaintaned since 2016, very much out of date, does not build with GCC 11 (PR \#263544)
+EXPIRATION_DATE=	2022-07-01
+
 LIB_DEPENDS=	libefivar.so.0:devel/efivar \
 		libnspr4.so:devel/nspr \
 		libnss3.so:security/nss \
 		libpopt.so:devel/popt \
 		libuuid.so:misc/e2fsprogs-libuuid
 
-USE_GCC=	yes
+USE_GCC=	10
 USE_GITHUB=	yes
 GH_ACCOUNT=	rhinstaller