svn commit: r555280 - head/databases/xapian-bindings

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 15 18:00:31 UTC 2020


Author: sunpoet
Date: Sun Nov 15 18:00:24 2020
New Revision: 555280
URL: https://svnweb.freebsd.org/changeset/ports/555280

Log:
  Update RUN_DEPENDS for flavored php-xapian
  
  - Bump PORTREVISION for dependency change

Modified:
  head/databases/xapian-bindings/Makefile

Modified: head/databases/xapian-bindings/Makefile
==============================================================================
--- head/databases/xapian-bindings/Makefile	Sun Nov 15 18:00:19 2020	(r555279)
+++ head/databases/xapian-bindings/Makefile	Sun Nov 15 18:00:24 2020	(r555280)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xapian-bindings
 PORTVERSION=	1.4.17
+PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -20,7 +21,8 @@ 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-xapian>=${PORTVERSION}:databases/php-xapian
+PHP_RUN_DEPENDS=	${PHP_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/php-xapian@${PHP_FLAVOR}
+PHP_USES=		php
 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


More information about the svn-ports-all mailing list