svn commit: r360843 - head/devel/drpython

William Grzybowski wg at FreeBSD.org
Sat Jul 5 23:31:32 UTC 2014


Author: wg
Date: Sat Jul  5 23:31:32 2014
New Revision: 360843
URL: http://svnweb.freebsd.org/changeset/ports/360843
QAT: https://qat.redports.org/buildarchive/r360843/

Log:
  devel/drpython: use WX 3.0

Modified:
  head/devel/drpython/Makefile

Modified: head/devel/drpython/Makefile
==============================================================================
--- head/devel/drpython/Makefile	Sat Jul  5 23:28:59 2014	(r360842)
+++ head/devel/drpython/Makefile	Sat Jul  5 23:31:32 2014	(r360843)
@@ -3,7 +3,7 @@
 
 PORTNAME=	drpython
 PORTVERSION=	3.11.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	SF/${PORTNAME}/DrPython%20%283.x%29/${PORTVERSION}
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -24,7 +24,7 @@ USES=		zip
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_WX=		2.8
+USE_WX=		3.0+
 WX_COMPS=	python:lib
 
 PLIST_FILES=	bin/drpython


More information about the svn-ports-all mailing list