diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-15 12:28:21 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-15 12:33:15 -0600 |
commit | b49c7a738803bed59ce84541e6bd482c67652246 (patch) | |
tree | beb4f8880c3616d4d86e159d233b9e093e19b51f /databases | |
parent | www/element-web: Update to 1.10.3 (diff) |
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)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pecl-couchbase/Makefile | 4 |
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 |