svn commit: r357153 - head/devel/py-rauth

Marcus von Appen mva at FreeBSD.org
Mon Jun 9 14:19:25 UTC 2014


Author: mva
Date: Mon Jun  9 14:19:25 2014
New Revision: 357153
URL: http://svnweb.freebsd.org/changeset/ports/357153
QAT: https://qat.redports.org/buildarchive/r357153/

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/devel/py-rauth/Makefile

Modified: head/devel/py-rauth/Makefile
==============================================================================
--- head/devel/py-rauth/Makefile	Mon Jun  9 14:17:36 2014	(r357152)
+++ head/devel/py-rauth/Makefile	Mon Jun  9 14:19:25 2014	(r357153)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rauth
 PORTVERSION=	0.6.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -27,7 +27,7 @@ GH_ACCOUNT=	litl
 GH_COMMIT=	b6d92ca
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list