Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 17:29:07 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369471 - head/databases/py-tarantool
Message-ID:  <201409281729.s8SHT7Z5057364@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Sep 28 17:29:06 2014
New Revision: 369471
URL: http://svnweb.freebsd.org/changeset/ports/369471
QAT: https://qat.redports.org/buildarchive/r369471/

Log:
  Convert to USES=python
  
  Approved by:	portmgr (implicit)

Modified:
  head/databases/py-tarantool/Makefile

Modified: head/databases/py-tarantool/Makefile
==============================================================================
--- head/databases/py-tarantool/Makefile	Sun Sep 28 17:26:53 2014	(r369470)
+++ head/databases/py-tarantool/Makefile	Sun Sep 28 17:29:06 2014	(r369471)
@@ -13,9 +13,7 @@ COMMENT=	Client library for Tarantool Da
 
 LICENSE=	BSD
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-INSTALLS_EGGINFO=yes
-PYDISTUTILS_AUTOPLIST=yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>



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