svn commit: r357768 - head/net/py-pynsq

Marcus von Appen mva at FreeBSD.org
Sat Jun 14 11:13:34 UTC 2014


Author: mva
Date: Sat Jun 14 11:13:34 2014
New Revision: 357768
URL: http://svnweb.freebsd.org/changeset/ports/357768
QAT: https://qat.redports.org/buildarchive/r357768/

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/net/py-pynsq/Makefile

Modified: head/net/py-pynsq/Makefile
==============================================================================
--- head/net/py-pynsq/Makefile	Sat Jun 14 11:11:11 2014	(r357767)
+++ head/net/py-pynsq/Makefile	Sat Jun 14 11:13:34 2014	(r357768)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pynsq
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	net python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -22,14 +23,13 @@ OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAM
 
 USE_GITHUB=		yes
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 GH_ACCOUNT=	bitly
 GH_TAGNAME=	v${PORTVERSION}
 GH_COMMIT=	b64f3f3
 
-PYDISTUTILS_AUTOPLIST=	yes
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTESTS}


More information about the svn-ports-head mailing list