diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-01 08:03:33 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-01 08:08:43 +0000 |
commit | 5ebfc20bc191bf6c2bf15560118e5f4bdf8be515 (patch) | |
tree | 2d9fbac75d7d11783596f62e584bfbf7f16aec6a | |
parent | bb5fd87ee5565ff51e2aaab9459d5f130622bf56 (diff) | |
download | ports-5ebfc20bc191bf6c2bf15560118e5f4bdf8be515.tar.gz ports-5ebfc20bc191bf6c2bf15560118e5f4bdf8be515.zip |
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
-rw-r--r-- | lang/php74-extensions/Makefile | 3 | ||||
-rw-r--r-- | lang/php74/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
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 |