svn commit: r342871 - head/x11-toolkits/py-SquareMap

Antoine Brodin antoine at FreeBSD.org
Wed Feb 5 22:02:39 UTC 2014


Author: antoine
Date: Wed Feb  5 22:02:38 2014
New Revision: 342871
URL: http://svnweb.freebsd.org/changeset/ports/342871
QAT: https://qat.redports.org/buildarchive/r342871/

Log:
  - Unbreak after py-wxpython package name changes
  - Switch from easy_install to install
  - Stage support
  - Use PYDISTUTILS_AUTOPLIST

Deleted:
  head/x11-toolkits/py-SquareMap/pkg-plist
Modified:
  head/x11-toolkits/py-SquareMap/Makefile

Modified: head/x11-toolkits/py-SquareMap/Makefile
==============================================================================
--- head/x11-toolkits/py-SquareMap/Makefile	Wed Feb  5 21:58:29 2014	(r342870)
+++ head/x11-toolkits/py-SquareMap/Makefile	Wed Feb  5 22:02:38 2014	(r342871)
@@ -3,7 +3,7 @@
 
 PORTNAME=	SquareMap
 PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,10 @@ COMMENT=	Hierarchic visualization contro
 
 LICENSE=	BSD
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wxPython>0:${PORTSDIR}/x11-toolkits/py-wxPython28
-
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_WX=		2.8
+WX_COMPS=	python
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list