git: 04cb1fc7c45a - main - math/pecl-stats2: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Feb 2022 18:13:04 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=04cb1fc7c45ae3ce643348b9c61fcc453e72e6a3
commit 04cb1fc7c45ae3ce643348b9c61fcc453e72e6a3
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-18 18:07:28 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-18 18:12:55 +0000
math/pecl-stats2: Mark DEPRECATED
- Set EXPIRATION_DATE on 2022-11-28
Upstream last release was in 2016 and doesn't look like it's going to be
upgraded soon.
PR: 261613
Approved by: dbaio (maintainer-timeout)
---
math/pecl-stats2/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/math/pecl-stats2/Makefile b/math/pecl-stats2/Makefile
index 2e9568924a11..17effebd5c1a 100644
--- a/math/pecl-stats2/Makefile
+++ b/math/pecl-stats2/Makefile
@@ -8,6 +8,9 @@ COMMENT= PECL extension with routines for statistical computation
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
+EXPIRATION_DATE=2022-11-28
+
USES= php:pecl
IGNORE_WITH_PHP= 80 81