From owner-svn-ports-all@freebsd.org Mon Dec 3 19:58:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DF5A130A0B9; Mon, 3 Dec 2018 19:58:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A79636B9D9; Mon, 3 Dec 2018 19:58:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9882F1A9A9; Mon, 3 Dec 2018 19:58:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3JwTHN078264; Mon, 3 Dec 2018 19:58:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JwTps078260; Mon, 3 Dec 2018 19:58:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031958.wB3JwTps078260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:58:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486535 - head/databases/xapian-bindings12 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/xapian-bindings12 X-SVN-Commit-Revision: 486535 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A79636B9D9 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:58:31 -0000 Author: sunpoet Date: Mon Dec 3 19:58:28 2018 New Revision: 486535 URL: https://svnweb.freebsd.org/changeset/ports/486535 Log: Unmark DEPRECATED and remove EXPIRATION_DATE - Remove PHP option - Bump PORTREVISION for dependency and package change Modified: head/databases/xapian-bindings12/Makefile head/databases/xapian-bindings12/pkg-plist Modified: head/databases/xapian-bindings12/Makefile ============================================================================== --- head/databases/xapian-bindings12/Makefile Mon Dec 3 19:58:19 2018 (r486534) +++ head/databases/xapian-bindings12/Makefile Mon Dec 3 19:58:28 2018 (r486535) @@ -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 Modified: head/databases/xapian-bindings12/pkg-plist ============================================================================== --- head/databases/xapian-bindings12/pkg-plist Mon Dec 3 19:58:19 2018 (r486534) +++ head/databases/xapian-bindings12/pkg-plist Mon Dec 3 19:58:28 2018 (r486535) @@ -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