aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-02-15 18:28:21 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-02-15 18:33:15 +0000
commitb49c7a738803bed59ce84541e6bd482c67652246 (patch)
treebeb4f8880c3616d4d86e159d233b9e093e19b51f
parent8b9c11c99d4ca8edb3e86cc974f0f8e4da7a1726 (diff)
downloadports-b49c7a738803bed59ce84541e6bd482c67652246.tar.gz
ports-b49c7a738803bed59ce84541e6bd482c67652246.zip
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)
-rw-r--r--databases/pecl-couchbase/Makefile4
1 files changed, 4 insertions, 0 deletions
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