Date: Fri, 30 Jul 2021 06:38:49 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b146ef0e108d - main - lang/gcc7: Add an expiration date Message-ID: <202107300638.16U6cnmV021979@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=b146ef0e108d16f7d523ddc0630f9c91b6d4891c commit b146ef0e108d16f7d523ddc0630f9c91b6d4891c Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-07-30 06:38:29 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-07-30 06:38:29 +0000 lang/gcc7: Add an expiration date With lang/J the last dependency of this port, which only has been enabled on amd64 since last year, is gone. So in addition to the existing deprecation add an expiration date to initiate de-orbit. Approved by: leres (maintainer) --- lang/gcc7/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/gcc7/Makefile b/lang/gcc7/Makefile index 13cd41d7747e..379e6e16f93f 100644 --- a/lang/gcc7/Makefile +++ b/lang/gcc7/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi DEPRECATED= Unsupported by upstream. Use GCC 10 or newer instead. +EXPIRATION_DATE=2021-09-03 ONLY_FOR_ARCHS= amd64 LIB_DEPENDS= libgmp.so:math/gmp \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107300638.16U6cnmV021979>