svn commit: r370465 - head/databases/py-PyGreSQL

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 8 17:13:18 UTC 2014


Author: bapt
Date: Wed Oct  8 17:13:17 2014
New Revision: 370465
URL: https://svnweb.freebsd.org/changeset/ports/370465
QAT: https://qat.redports.org/buildarchive/r370465/

Log:
  Convert to USES=pgsql and USES=python

Modified:
  head/databases/py-PyGreSQL/Makefile

Modified: head/databases/py-PyGreSQL/Makefile
==============================================================================
--- head/databases/py-PyGreSQL/Makefile	Wed Oct  8 17:11:52 2014	(r370464)
+++ head/databases/py-PyGreSQL/Makefile	Wed Oct  8 17:13:17 2014	(r370465)
@@ -13,10 +13,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python interface to PostgreSQL, both classic and DP-API 2.0
 
-USE_PGSQL=		yes
-USE_PYTHON=		2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=	python:2 pgsql
+USE_PYTHON=	distutils autoplist
 
 PORTDOCS=	*
 


More information about the svn-ports-head mailing list