Date: Wed, 8 Oct 2014 17:14:52 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370466 - head/databases/py-postgresql Message-ID: <201410081714.s98HEqda002339@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410081714.s98HEqda002339>