aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Salvadore <salvadore@FreeBSD.org>2023-08-30 15:52:06 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2023-08-30 16:18:58 +0000
commit787e642e1ca257004774b81d4c2e898dba8138b9 (patch)
treefc189f1bea3ad71ee0c7cd6defde7ac3e823f4d3
parentd554cfac6fd433cce1540350feeda71dac14591b (diff)
downloadports-787e642e1ca257004774b81d4c2e898dba8138b9.tar.gz
ports-787e642e1ca257004774b81d4c2e898dba8138b9.zip
lang/gcc8: Set EXPIRATION_DATE
Set EXPIRATION_DATE to 2 weeks after the expiration of the last dependency. The port was already marked DEPRECATED. PR: 269645
-rw-r--r--lang/gcc8/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc8/Makefile b/lang/gcc8/Makefile
index efc04ca04c67..5b195b8bd3a7 100644
--- a/lang/gcc8/Makefile
+++ b/lang/gcc8/Makefile
@@ -13,6 +13,7 @@ LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
DEPRECATED= Unsupported by upstream. Use GCC 10 or newer instead.
+EXPIRATION_DATE= 2024-07-15
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe
LIB_DEPENDS= libgmp.so:math/gmp \