svn commit: r358664 - head/databases/py-pgxnclient
Marcus von Appen
mva at FreeBSD.org
Sat Jun 21 06:18:26 UTC 2014
Author: mva
Date: Sat Jun 21 06:18:25 2014
New Revision: 358664
URL: http://svnweb.freebsd.org/changeset/ports/358664
QAT: https://qat.redports.org/buildarchive/r358664/
Log:
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Modified:
head/databases/py-pgxnclient/Makefile
Modified: head/databases/py-pgxnclient/Makefile
==============================================================================
--- head/databases/py-pgxnclient/Makefile Sat Jun 21 06:16:02 2014 (r358663)
+++ head/databases/py-pgxnclient/Makefile Sat Jun 21 06:18:25 2014 (r358664)
@@ -3,14 +3,15 @@
PORTNAME= pgxnclient
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
MAINTAINER= lwhsu at FreeBSD.org
COMMENT= Command line tool to interact with the PostgreSQL Extension Network
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list