aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-07-30 06:38:29 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-07-30 06:38:29 +0000
commitb146ef0e108d16f7d523ddc0630f9c91b6d4891c (patch)
tree74480ebe9ba6f73a6b0160daf095d9e7135dfa33
parent4a8e74d39f48ca851f124efcaf5ea173034a9ba5 (diff)
downloadports-b146ef0e108d16f7d523ddc0630f9c91b6d4891c.tar.gz
ports-b146ef0e108d16f7d523ddc0630f9c91b6d4891c.zip
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)
-rw-r--r--lang/gcc7/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \