svn commit: r357058 - head/devel/py-mwlib

Marcus von Appen mva at FreeBSD.org
Sun Jun 8 16:34:33 UTC 2014


Author: mva
Date: Sun Jun  8 16:34:32 2014
New Revision: 357058
URL: http://svnweb.freebsd.org/changeset/ports/357058
QAT: https://qat.redports.org/buildarchive/r357058/

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

Modified: head/devel/py-mwlib/Makefile
==============================================================================
--- head/devel/py-mwlib/Makefile	Sun Jun  8 16:33:07 2014	(r357057)
+++ head/devel/py-mwlib/Makefile	Sun Jun  8 16:34:32 2014	(r357058)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mwlib
 PORTVERSION=	0.15.14
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -31,9 +32,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pars
 
 USES=		zip
 USE_PYTHON=		2
-USE_PYDISTUTILS=easy_install
-PYDISTUTILS_AUTOPLIST=yes
-PYEASYINSTALL_ARCHDEP=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 post-patch:
 	${REINPLACE_CMD} \


More information about the svn-ports-head mailing list