git: 5ebfc20bc191 - main - lang/php74{-extensions}: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 08:17:04 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5ebfc20bc191bf6c2bf15560118e5f4bdf8be515
commit 5ebfc20bc191bf6c2bf15560118e5f4bdf8be515
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-01 08:03:33 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-01 08:08:43 +0000
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