git: dfe18d3e1006 - main - databases/pecl-couchbase: Remove IGNORE_WITH_PHP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:09:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfe18d3e10063aa1f95199b5580d74633278757b commit dfe18d3e10063aa1f95199b5580d74633278757b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:41:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:04:24 +0000 databases/pecl-couchbase: Remove IGNORE_WITH_PHP - Add LICENSE_FILE - Update version requirement of BUILD_DEPENDS --- databases/pecl-couchbase/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/databases/pecl-couchbase/Makefile b/databases/pecl-couchbase/Makefile index 9b63507fbfc0..6b21a2056015 100644 --- a/databases/pecl-couchbase/Makefile +++ b/databases/pecl-couchbase/Makefile @@ -1,5 +1,5 @@ PORTNAME= couchbase -DISTVERSION= 3.2.2 +PORTVERSION= 3.2.2 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org @@ -7,13 +7,12 @@ COMMENT= Couchbase Server PHP extension WWW= https://pecl.php.net/package/couchbase LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= libcouchbase>=3.3.2:databases/libcouchbase +BUILD_DEPENDS= libcouchbase>=3.2.4:databases/libcouchbase LIB_DEPENDS= libcouchbase.so:databases/libcouchbase USES= php:build,pecl USE_PHP= json:build -IGNORE_WITH_PHP=81 82 - .include <bsd.port.mk>