Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2022 18:33:38 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b49c7a738803 - main - databases/pecl-couchbase: Mark DEPRECATED
Message-ID:  <202202151833.21FIXcMe075144@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202151833.21FIXcMe075144>