git: 594ad92a65cf - main - databases/xapian-bindings: Update to 1.4.19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jan 2022 19:26:44 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=594ad92a65cff6c757f07b5c1eb7e177040d0afb
commit 594ad92a65cff6c757f07b5c1eb7e177040d0afb
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-23 18:18:10 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-23 18:18:10 +0000
databases/xapian-bindings: Update to 1.4.19
- Fix IGNORE_WITH_PHP: sync with databases/php-xapian
Changes: https://trac.xapian.org/wiki/ReleaseOverview
---
databases/xapian-bindings/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile
index dd3e2d68603b..1552e4aba479 100644
--- a/databases/xapian-bindings/Makefile
+++ b/databases/xapian-bindings/Makefile
@@ -1,7 +1,7 @@
# Created by: Gea-Suan Lin <gslin@gslin.org>
PORTNAME= xapian-bindings
-PORTVERSION= 1.4.18
+PORTVERSION= 1.4.19
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
@@ -21,7 +21,7 @@ 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=81
+PHP_VARS= IGNORE_WITH_PHP="80 81"
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