Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2014 18:17:45 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357711 - head/graphics/pymorph
Message-ID:  <201406131817.s5DIHjJL044954@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406131817.s5DIHjJL044954>