From 5ebfc20bc191bf6c2bf15560118e5f4bdf8be515 Mon Sep 17 00:00:00 2001
From: Muhammad Moinur Rahman <bofh@FreeBSD.org>
Date: Tue, 1 Feb 2022 02:03:33 -0600
Subject: [PATCH] lang/php74{-extensions}: Mark DEPRECATED

Security support for php74 will expire on 28th November, 2022. For
details please see:
https://www.php.net/supported-versions

EXPIRATION_DATE has been set 1 day after the EOL.

A metabug has been created to track which ports explicitly depends on
php74{-extensions} only; which is available at:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261604

PR:		261604
Approved by:	tz (private email)
Sponsored by:	Bounce Experts
---
 lang/php74-extensions/Makefile | 3 +++
 lang/php74/Makefile            | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/lang/php74-extensions/Makefile b/lang/php74-extensions/Makefile
index 1cd79b6ed989..e72bd553b954 100644
--- a/lang/php74-extensions/Makefile
+++ b/lang/php74-extensions/Makefile
@@ -6,6 +6,9 @@ PKGNAMESUFFIX=	-extensions
 MAINTAINER=	tz@FreeBSD.org
 COMMENT=	"meta-port" to install PHP extensions
 
+DEPRECATED=Upstream Security Support ends on 2022-11-28
+EXPIRATION_DATE=2022-11-29
+
 USES=		metaport php
 PHP_VER=	74
 IGNORE_WITH_PHP=	80 81
diff --git a/lang/php74/Makefile b/lang/php74/Makefile
index da1e373bc6d2..e5984688cca2 100644
--- a/lang/php74/Makefile
+++ b/lang/php74/Makefile
@@ -11,6 +11,9 @@ COMMENT=	PHP Scripting Language
 
 LICENSE=	PHP301
 
+DEPRECATED=Upstream Security Support ends on 2022-11-28
+EXPIRATION_DATE=2022-11-29
+
 USES+=		compiler:c11 tar:xz cpe gnome pkgconfig
 CPE_PRODUCT=	php
 NO_OPTIONS_SORT=yes
-- 
GitLab