svn commit: r369466 - head/databases/py-sqlite3

Marcus von Appen mva at FreeBSD.org
Sun Sep 28 16:37:34 UTC 2014


Author: mva
Date: Sun Sep 28 16:37:33 2014
New Revision: 369466
URL: http://svnweb.freebsd.org/changeset/ports/369466
QAT: https://qat.redports.org/buildarchive/r369466/

Log:
  - Convert to USES=python
  
  With hat:	python@

Modified:
  head/databases/py-sqlite3/Makefile

Modified: head/databases/py-sqlite3/Makefile
==============================================================================
--- head/databases/py-sqlite3/Makefile	Sun Sep 28 16:36:31 2014	(r369465)
+++ head/databases/py-sqlite3/Makefile	Sun Sep 28 16:37:33 2014	(r369466)
@@ -19,16 +19,14 @@ LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/d
 
 PORTSCOUT=	ignore:1
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-USES=		tar:xz
+USES=		python tar:xz
+USE_PYTHON=	distutils autoplist
 
 DIST_SUBDIR=	python
 DISTINFO_FILE=	${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
 WRKSRC=		${WRKDIR}/Python-${PORTVERSION}/Modules
 
 PYDISTUTILS_INSTALLARGS+=	--install-lib ${PYTHON_LIBDIR}/lib-dynload
-PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list