Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2015 16:55:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396834 - head/x11-toolkits/py-SquareMap
Message-ID:  <201509131655.t8DGttuK062506@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Sep 13 16:55:54 2015
New Revision: 396834
URL: https://svnweb.freebsd.org/changeset/ports/396834

Log:
  Switch to wxPython 3.0+

Modified:
  head/x11-toolkits/py-SquareMap/Makefile

Modified: head/x11-toolkits/py-SquareMap/Makefile
==============================================================================
--- head/x11-toolkits/py-SquareMap/Makefile	Sun Sep 13 16:16:32 2015	(r396833)
+++ head/x11-toolkits/py-SquareMap/Makefile	Sun Sep 13 16:55:54 2015	(r396834)
@@ -3,7 +3,7 @@
 
 PORTNAME=	SquareMap
 PORTVERSION=	1.0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE=	BSD2CLAUSE
 
 USES=		python
 USE_PYTHON=	distutils autoplist
-USE_WX=		2.8
+USE_WX=		3.0+
 WX_COMPS=	python
 
 .include <bsd.port.mk>



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