git: 787e642e1ca2 - main - lang/gcc8: Set EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Aug 2023 16:19:02 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=787e642e1ca257004774b81d4c2e898dba8138b9 commit 787e642e1ca257004774b81d4c2e898dba8138b9 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2023-08-30 15:52:06 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2023-08-30 16:18:58 +0000 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 --- lang/gcc8/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \