git: da10c2e56e0d - main - databases/xapian-bindings: Update to 1.4.22
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:25:21 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=da10c2e56e0de6f8e080f18d9be3666cae65c743 commit da10c2e56e0de6f8e080f18d9be3666cae65c743 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:40:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:20:12 +0000 databases/xapian-bindings: Update to 1.4.22 - Enable PHP option by default: restored after PHP 8 support Changes: https://trac.xapian.org/wiki/ReleaseOverview --- databases/xapian-bindings/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile index 8150bd38c3e4..df4404c51d81 100644 --- a/databases/xapian-bindings/Makefile +++ b/databases/xapian-bindings/Makefile @@ -1,5 +1,5 @@ PORTNAME= xapian-bindings -PORTVERSION= 1.4.21 +PORTVERSION= 1.4.22 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org @@ -13,15 +13,13 @@ USES= metaport PORTSCOUT= limitw:1,even OPTIONS_DEFINE= LUA PERL PHP PYTHON RUBY -# Remove PHP from OPTIONS_DEFAULT to avoid circular dependency -OPTIONS_DEFAULT=LUA PERL PYTHON RUBY +OPTIONS_DEFAULT=LUA PERL PHP PYTHON RUBY LUA_RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/lua-xapian@${LUA_FLAVOR} LUA_USES= lua:run PERL_RUN_DEPENDS= p5-Xapian>=${PORTVERSION}:databases/p5-Xapian PHP_RUN_DEPENDS= ${PHP_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/php-xapian@${PHP_FLAVOR} PHP_USES= php -PHP_VARS= IGNORE_WITH_PHP="80 81 82" PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/py-xapian@${PY_FLAVOR} PYTHON_USES= python:run RUBY_RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/ruby-xapian