svn commit: r370466 - head/databases/py-postgresql

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 8 17:14:52 UTC 2014


Author: bapt
Date: Wed Oct  8 17:14:51 2014
New Revision: 370466
URL: https://svnweb.freebsd.org/changeset/ports/370466
QAT: https://qat.redports.org/buildarchive/r370466/

Log:
  Convert USES=pgsql and USES=python:3

Modified:
  head/databases/py-postgresql/Makefile

Modified: head/databases/py-postgresql/Makefile
==============================================================================
--- head/databases/py-postgresql/Makefile	Wed Oct  8 17:13:17 2014	(r370465)
+++ head/databases/py-postgresql/Makefile	Wed Oct  8 17:14:51 2014	(r370466)
@@ -15,10 +15,7 @@ COMMENT=	Python 3 compatible PostgreSQL 
 
 LICENSE=	BSD3CLAUSE
 
-USES=			zip
-USE_PGSQL=		yes
-USE_PYTHON=		3
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=			zip pgsql python:3
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list