git: 22d65534d960 - main - lang/gcc8: Update EXPIRATION_DATE
Date: Wed, 22 Nov 2023 22:44:14 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=22d65534d96087ad64279a3730ab50a19cfe9f6d
commit 22d65534d96087ad64279a3730ab50a19cfe9f6d
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-11-22 20:34:59 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-11-22 22:44:01 +0000
lang/gcc8: Update EXPIRATION_DATE
During the last commit the EXPIRATION_DATE was set to match the
EXPIRATION_DATE of the last consumer print/wkhtmltopdf however this
consumer has been updated to build with gcc10 hence reduce the
EXPIRATION_DATE to 2023-12-31.
Approved by: salvadore (private mail)
---
lang/gcc8/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/gcc8/Makefile b/lang/gcc8/Makefile
index 5b195b8bd3a7..20434e9202b7 100644
--- a/lang/gcc8/Makefile
+++ b/lang/gcc8/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
DEPRECATED= Unsupported by upstream. Use GCC 10 or newer instead.
-EXPIRATION_DATE= 2024-07-15
+EXPIRATION_DATE= 2023-12-31
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe
LIB_DEPENDS= libgmp.so:math/gmp \