Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 22:02:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342871 - head/x11-toolkits/py-SquareMap
Message-ID:  <201402052202.s15M2cBI067599@svn.freebsd.org>

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



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