diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-12-03 19:58:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-12-03 19:58:28 +0000 |
commit | ec1461c0d41126ecd3cb52de431d614ad9bb9bd0 (patch) | |
tree | 74e92f405fe389f8256a046404eaab4429db4335 /databases | |
parent | 1c35c695bc3d53a43d8675b1cba318f41ba7804d (diff) | |
download | ports-ec1461c0d41126ecd3cb52de431d614ad9bb9bd0.tar.gz ports-ec1461c0d41126ecd3cb52de431d614ad9bb9bd0.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xapian-bindings12/Makefile | 14 | ||||
-rw-r--r-- | databases/xapian-bindings12/pkg-plist | 2 |
2 files changed, 3 insertions, 13 deletions
diff --git a/databases/xapian-bindings12/Makefile b/databases/xapian-bindings12/Makefile index bc817202988a..2a2038ba6c9d 100644 --- a/databases/xapian-bindings12/Makefile +++ b/databases/xapian-bindings12/Makefile @@ -3,7 +3,7 @@ PORTNAME= xapian-bindings PORTVERSION= 1.2.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet @@ -12,20 +12,15 @@ PKGNAMESUFFIX= 12 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bindings allowing Xapian to be used from various programming languages -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -IGNORE_WITH_PHP= 70 71 72 73 - LIB_DEPENDS= libxapian.so:databases/xapian-core12 CONFLICTS= xapian-bindings -OPTIONS_DEFINE= DOCS LUA PHP PYTHON RUBY -OPTIONS_DEFAULT=PHP PYTHON RUBY +OPTIONS_DEFINE= DOCS LUA PYTHON RUBY +OPTIONS_DEFAULT=PYTHON RUBY OPTIONS_SUB= yes # BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute @@ -44,9 +39,6 @@ PORTDOCS= * LUA_CONFIGURE_ENV= LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so LUA_CONFIGURE_WITH= lua LUA_USES= lua -PHP_CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config -PHP_CONFIGURE_WITH= php -PHP_USES= php:build PYTHON_CONFIGURE_ENV= PYTHON_LIB=${PYTHON_SITELIBDIR} PYTHON_CONFIGURE_WITH= python PYTHON_USES= python:2.7 diff --git a/databases/xapian-bindings12/pkg-plist b/databases/xapian-bindings12/pkg-plist index 90167eee7db6..7ba30cd6e029 100644 --- a/databases/xapian-bindings12/pkg-plist +++ b/databases/xapian-bindings12/pkg-plist @@ -1,6 +1,4 @@ %%LUA%%%%LUA_MODLIBDIR%%/xapian.so -%%PHP%%lib/php/%%PHP_EXT_DIR%%/xapian.so -%%PHP%%%%DATADIR%%/php5/xapian.php %%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.pyo |