svn commit: r357711 - head/graphics/pymorph

Marcus von Appen mva at FreeBSD.org
Fri Jun 13 18:17:46 UTC 2014


Author: mva
Date: Fri Jun 13 18:17:45 2014
New Revision: 357711
URL: http://svnweb.freebsd.org/changeset/ports/357711
QAT: https://qat.redports.org/buildarchive/r357711/

Log:
  - Enable stagedir support
  - 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/pymorph/pkg-plist
Modified:
  head/graphics/pymorph/Makefile

Modified: head/graphics/pymorph/Makefile
==============================================================================
--- head/graphics/pymorph/Makefile	Fri Jun 13 18:11:42 2014	(r357710)
+++ head/graphics/pymorph/Makefile	Fri Jun 13 18:17:45 2014	(r357711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pymorph
 PORTVERSION=	0.96
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 
@@ -14,8 +14,8 @@ LICENSE=	BSD
 
 RUN_DEPENDS+=	${PYNUMPY}
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list