svn commit: r344608 - head/databases/py-swiftclient

Mikolaj Golub trociny at FreeBSD.org
Sun Feb 16 16:22:00 UTC 2014


Author: trociny
Date: Sun Feb 16 16:21:59 2014
New Revision: 344608
URL: http://svnweb.freebsd.org/changeset/ports/344608
QAT: https://qat.redports.org/buildarchive/r344608/

Log:
  easy_install has been deprecated.
  
  Submitted by:	koobs

Modified:
  head/databases/py-swiftclient/Makefile

Modified: head/databases/py-swiftclient/Makefile
==============================================================================
--- head/databases/py-swiftclient/Makefile	Sun Feb 16 16:21:27 2014	(r344607)
+++ head/databases/py-swiftclient/Makefile	Sun Feb 16 16:21:59 2014	(r344608)
@@ -20,7 +20,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sim
 		${PYTHON_PKGNAMEPREFIX}requests>=1.1:${PORTSDIR}/www/py-requests
 
 USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 PYDISTUTILS_PKGNAME=	python_${PORTNAME}
 


More information about the svn-ports-all mailing list