git: b49c7a738803 - main - databases/pecl-couchbase: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Feb 2022 18:33:38 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b49c7a738803bed59ce84541e6bd482c67652246
commit b49c7a738803bed59ce84541e6bd482c67652246
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-15 18:28:21 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-15 18:33:15 +0000
databases/pecl-couchbase: Mark DEPRECATED
- Set EXPIRATION_DATE on 2022-11-28
upstream supports php 8.0 and onwards from 3.0.5.
PR: 261615
Approved by: sunpoet (maintainer-timeout)
---
databases/pecl-couchbase/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/databases/pecl-couchbase/Makefile b/databases/pecl-couchbase/Makefile
index 7c23133a12f5..8e07144ba46a 100644
--- a/databases/pecl-couchbase/Makefile
+++ b/databases/pecl-couchbase/Makefile
@@ -10,6 +10,10 @@ COMMENT= Couchbase Server PHP extension
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+# Remove these once you have updated this to a version 3.0.5 or later
+DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
+EXPIRATION_DATE=2022-11-28
+
BUILD_DEPENDS= libcouchbase>=2.10.7:databases/libcouchbase
LIB_DEPENDS= libcouchbase.so:databases/libcouchbase