svn commit: r357189 - head/graphics/mahotas

Marcus von Appen mva at FreeBSD.org
Mon Jun 9 17:47:15 UTC 2014


Author: mva
Date: Mon Jun  9 17:47:14 2014
New Revision: 357189
URL: http://svnweb.freebsd.org/changeset/ports/357189
QAT: https://qat.redports.org/buildarchive/r357189/

Log:
  - Remove easy_install dependency
  - Convert to PYDISTUTILS_AUTOPLIST
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Deleted:
  head/graphics/mahotas/pkg-plist
Modified:
  head/graphics/mahotas/Makefile

Modified: head/graphics/mahotas/Makefile
==============================================================================
--- head/graphics/mahotas/Makefile	Mon Jun  9 17:42:25 2014	(r357188)
+++ head/graphics/mahotas/Makefile	Mon Jun  9 17:47:14 2014	(r357189)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mahotas
 PORTVERSION=	0.9.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,8 @@ BUILD_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	libfreeimage.so:${PORTSDIR}/graphics/freeimage
 
 USE_GCC=	yes
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYEASYINSTALL_ARCHDEP=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list