svn commit: r533830 - head/databases/py-xapian

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 3 20:50:03 UTC 2020


Author: sunpoet
Date: Sun May  3 20:49:58 2020
New Revision: 533830
URL: https://svnweb.freebsd.org/changeset/ports/533830

Log:
  Cosmetic change

Modified:
  head/databases/py-xapian/Makefile

Modified: head/databases/py-xapian/Makefile
==============================================================================
--- head/databases/py-xapian/Makefile	Sun May  3 20:49:54 2020	(r533829)
+++ head/databases/py-xapian/Makefile	Sun May  3 20:49:58 2020	(r533830)
@@ -18,12 +18,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	xapian-core>=${PORTVERSION}:databases/xapian-core
 LIB_DEPENDS=	libxapian.so:databases/xapian-core
 
-CONFLICTS_INSTALL=	xapian-bindings12
-
-OPTIONS_DEFINE=	DOCS
-
-PORTSCOUT=	limitw:1,even
-
 USES=		compiler:c++11-lang libtool python tar:xz
 
 CONFIGURE_ARGS=	--datarootdir=${DATADIR} \
@@ -44,6 +38,12 @@ USE_CXXSTD=	c++11
 USE_PYTHON=	flavors
 
 PORTDOCS=	*
+
+CONFLICTS_INSTALL=	xapian-bindings12
+
+PORTSCOUT=	limitw:1,even
+
+OPTIONS_DEFINE=	DOCS
 
 DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=1.4.8:textproc/py-sphinx@${PY_FLAVOR}
 


More information about the svn-ports-head mailing list