svn commit: r357129 - head/devel/py-bcdoc

Marcus von Appen mva at FreeBSD.org
Mon Jun 9 10:29:33 UTC 2014


Author: mva
Date: Mon Jun  9 10:29:32 2014
New Revision: 357129
URL: http://svnweb.freebsd.org/changeset/ports/357129
QAT: https://qat.redports.org/buildarchive/r357129/

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-bcdoc/Makefile

Modified: head/devel/py-bcdoc/Makefile
==============================================================================
--- head/devel/py-bcdoc/Makefile	Mon Jun  9 10:26:24 2014	(r357128)
+++ head/devel/py-bcdoc/Makefile	Mon Jun  9 10:29:32 2014	(r357129)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bcdoc
 PORTVERSION=	0.12.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +16,8 @@ LICENSE=	MIT
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
 		${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six
 
-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-head mailing list