Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 18:00:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555280 - head/databases/xapian-bindings
Message-ID:  <202011151800.0AFI0PQE007500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011151800.0AFI0PQE007500>