git: 083b8155d948 - main - databases/pecl-cassandra: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Feb 2022 22:06:08 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=083b8155d9489cd525b8091c05f833ee617e00d1
commit 083b8155d9489cd525b8091c05f833ee617e00d1
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-20 22:03:19 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-20 22:06:00 +0000
databases/pecl-cassandra: Mark DEPRECATED
- Set EXPIRATION_DATE 2022-11-28
Last upstream release was on 2017
PR: 261609
Approved by: daniel@blodan.se (maintainer-timeout)
---
databases/pecl-cassandra/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/databases/pecl-cassandra/Makefile b/databases/pecl-cassandra/Makefile
index 0b445e6b30ea..37a74c719c7a 100644
--- a/databases/pecl-cassandra/Makefile
+++ b/databases/pecl-cassandra/Makefile
@@ -10,6 +10,9 @@ COMMENT= Extension to access Cassandra
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
+EXPIRATION_DATE=2022-11-28
+
LIB_DEPENDS= libcassandra.so:databases/cassandra-cpp-driver \
libgmp.so:math/gmp \
libuv.so:devel/libuv