summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-22 02:40:59 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-22 03:20:12 +0800
commitda10c2e56e0de6f8e080f18d9be3666cae65c743 (patch)
treefc746aa039cb824bb096c40cd175b1785427a0ae /databases
parentdatabases/xapian-core: Update to 1.4.22 (diff)
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
Diffstat (limited to 'databases')
-rw-r--r--databases/xapian-bindings/Makefile6
1 files 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