svn commit: r357754 - head/irc/py-irc

Marcus von Appen mva at FreeBSD.org
Sat Jun 14 08:20:21 UTC 2014


Author: mva
Date: Sat Jun 14 08:20:21 2014
New Revision: 357754
URL: http://svnweb.freebsd.org/changeset/ports/357754
QAT: https://qat.redports.org/buildarchive/r357754/

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/irc/py-irc/Makefile

Modified: head/irc/py-irc/Makefile
==============================================================================
--- head/irc/py-irc/Makefile	Sat Jun 14 08:04:51 2014	(r357753)
+++ head/irc/py-irc/Makefile	Sat Jun 14 08:20:21 2014	(r357754)
@@ -3,6 +3,7 @@
 
 PORTNAME=	irc
 PORTVERSION=	8.5.4
+PORTREVISION=	1
 CATEGORIES=	irc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,8 +17,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \
 		${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 USES=		zip
 


More information about the svn-ports-head mailing list