git: b146ef0e108d - main - lang/gcc7: Add an expiration date

Gerald Pfeifer gerald at FreeBSD.org
Fri Jul 30 06:38:49 UTC 2021


The branch main has been updated by gerald:

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

commit b146ef0e108d16f7d523ddc0630f9c91b6d4891c
Author:     Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-07-30 06:38:29 +0000
Commit:     Gerald Pfeifer <gerald at 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 \


More information about the dev-commits-ports-main mailing list