git: f4c64b1b909d - main - devel/psptoolchain*: mark for expiration on 2022-06-30

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 07 May 2022 10:34:59 UTC
The branch main has been updated by rene:

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

commit f4c64b1b909d10c545b481ca318658de2694148f
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-05-07 10:32:12 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-05-07 10:32:12 +0000

    devel/psptoolchain*: mark for expiration on 2022-06-30
    
    These ports are unmaintained and have up to seven years of
    accumulated security issues. Deprecate these ports as
    suggested in [1]
    
    PR:             198813
---
 devel/psptoolchain-binutils/Makefile      | 3 +++
 devel/psptoolchain-gcc-stage1/Makefile    | 3 +++
 devel/psptoolchain-gdb/Makefile           | 3 +++
 devel/psptoolchain-newlib/Makefile        | 3 +++
 devel/psptoolchain-pspsdk-stage1/Makefile | 3 +++
 devel/psptoolchain/Makefile               | 3 +++
 6 files changed, 18 insertions(+)

diff --git a/devel/psptoolchain-binutils/Makefile b/devel/psptoolchain-binutils/Makefile
index cc097de0b803..076f5cb8e206 100644
--- a/devel/psptoolchain-binutils/Makefile
+++ b/devel/psptoolchain-binutils/Makefile
@@ -14,6 +14,9 @@ COMMENT=	PlayStation Portable development toolchain ${PORTNAME}
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	multi
 
+DEPRECATED=	Security issues for multiple years
+EXPIRATION_DATE=2022-06-30
+
 BROKEN_mips64=		fails to package: ansidecl.h: No such file or directory
 
 USES=		cpe gmake tar:bzip2 libtool
diff --git a/devel/psptoolchain-gcc-stage1/Makefile b/devel/psptoolchain-gcc-stage1/Makefile
index 5810a7944762..2d9b078aea17 100644
--- a/devel/psptoolchain-gcc-stage1/Makefile
+++ b/devel/psptoolchain-gcc-stage1/Makefile
@@ -13,6 +13,9 @@ COMMENT=		PlayStation Portable development toolchain ${PORTNAME}
 
 LICENSE=		GPLv3
 
+DEPRECATED=		Security issues for multiple years
+EXPIRATION_DATE=	2022-06-30
+
 ONLY_FOR_ARCHS=		aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le
 
 LIB_DEPENDS=		libgmp.so:math/gmp \
diff --git a/devel/psptoolchain-gdb/Makefile b/devel/psptoolchain-gdb/Makefile
index 1396785be8af..44b8f67c8b09 100644
--- a/devel/psptoolchain-gdb/Makefile
+++ b/devel/psptoolchain-gdb/Makefile
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=		psptoolchain-
 MAINTAINER=		ports@FreeBSD.org
 COMMENT=		PlayStation Portable development toolchain ${PORTNAME}
 
+DEPRECATED=		Security issues for multiple years
+EXPIRATION_DATE=	2022-06-30
+
 BUILD_DEPENDS=		${LOCALBASE}/psp/sdk/lib/libpspsdk.a:devel/psptoolchain-pspsdk-stage2
 
 USES=			cpe gmake tar:bzip2
diff --git a/devel/psptoolchain-newlib/Makefile b/devel/psptoolchain-newlib/Makefile
index fb3a0a548f2f..a88b94c5a52a 100644
--- a/devel/psptoolchain-newlib/Makefile
+++ b/devel/psptoolchain-newlib/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=		psptoolchain-
 MAINTAINER=		ports@FreeBSD.org
 COMMENT=		PlayStation Portable development toolchain ${PORTNAME}
 
+DEPRECATED=		Security issues for multiple years
+EXPIRATION_DATE=	2022-06-30
+
 PSP_GCC_STAGE_PREFIX=	psp/stage1
 PSP_SDK_STAGE_PREFIX=	psp/stage1
 
diff --git a/devel/psptoolchain-pspsdk-stage1/Makefile b/devel/psptoolchain-pspsdk-stage1/Makefile
index 6ef77617d8d7..8ddb135de674 100644
--- a/devel/psptoolchain-pspsdk-stage1/Makefile
+++ b/devel/psptoolchain-pspsdk-stage1/Makefile
@@ -11,6 +11,9 @@ PKGNAMESUFFIX?=		-stage1
 MAINTAINER=		ports@FreeBSD.org
 COMMENT=		PlayStation Portable development toolchain ${PORTNAME}
 
+DEPRECATED=		Security issues for multiple years
+EXPIRATION_DATE=	2022-06-30
+
 PSP_SDK_STAGE_PREFIX=	psp/stage1
 
 HAS_CONFIGURE=		yes
diff --git a/devel/psptoolchain/Makefile b/devel/psptoolchain/Makefile
index d507e9ba5e4f..466f5d3aa15b 100644
--- a/devel/psptoolchain/Makefile
+++ b/devel/psptoolchain/Makefile
@@ -8,6 +8,9 @@ CATEGORIES=		devel
 MAINTAINER=		ports@FreeBSD.org
 COMMENT=		PlayStation Portable development toolchain meta port
 
+DEPRECATED=		Security issues for multiple years
+EXPIRATION_DATE=	2022-06-30
+
 RUN_DEPENDS=		psp-gdb:devel/psptoolchain-gdb \
 			psp-gcc:devel/psptoolchain-gcc-stage2 \
 			psp-g++:devel/psptoolchain-gcc-stage2 \