Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2020 20:07:02 +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: r552446 - head/databases/xapian-bindings12
Message-ID:  <202010152007.09FK726f005224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 15 20:07:01 2020
New Revision: 552446
URL: https://svnweb.freebsd.org/changeset/ports/552446

Log:
  Remove PYTHON option
  
  - Bump PORTREVISION for dependency and package change
  
  The python binding requires Python 2 only.

Deleted:
  head/databases/xapian-bindings12/pkg-plist
Modified:
  head/databases/xapian-bindings12/Makefile

Modified: head/databases/xapian-bindings12/Makefile
==============================================================================
--- head/databases/xapian-bindings12/Makefile	Thu Oct 15 20:06:57 2020	(r552445)
+++ head/databases/xapian-bindings12/Makefile	Thu Oct 15 20:07:01 2020	(r552446)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xapian-bindings
 PORTVERSION=	1.2.25
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases
 MASTER_SITES=	https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -30,16 +30,12 @@ CONFLICTS=	xapian-bindings
 
 PORTSCOUT=	limitw:1,even
 
-OPTIONS_DEFINE=	DOCS LUA PYTHON
-OPTIONS_DEFAULT=PYTHON
-OPTIONS_SUB=	yes
+OPTIONS_DEFINE=	DOCS LUA
 
 LUA_CONFIGURE_ENV=	LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so
 LUA_CONFIGURE_WITH=	lua
+LUA_PLIST_FILES=	${LUA_MODLIBDIR}/xapian.so
 LUA_USES=		lua
-PYTHON_CONFIGURE_ENV=	PYTHON_LIB=${PYTHON_SITELIBDIR}
-PYTHON_CONFIGURE_WITH=	python
-PYTHON_USES=		python:2.7
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure



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