Date: Sat, 5 Jul 2014 23:47:49 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360849 - head/editors/spe Message-ID: <201407052347.s65Nln0t047690@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sat Jul 5 23:47:48 2014 New Revision: 360849 URL: http://svnweb.freebsd.org/changeset/ports/360849 QAT: https://qat.redports.org/buildarchive/r360849/ Log: editors/spe: use WX 3.0 Approved by: portmgr (bapt, blanket) Modified: head/editors/spe/Makefile head/editors/spe/pkg-descr Modified: head/editors/spe/Makefile ============================================================================== --- head/editors/spe/Makefile Sat Jul 5 23:42:57 2014 (r360848) +++ head/editors/spe/Makefile Sat Jul 5 23:47:48 2014 (r360849) @@ -3,7 +3,7 @@ PORTNAME= SPE PORTVERSION= 0.8.4.h -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors devel python MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= python @@ -15,8 +15,7 @@ COMMENT= Stani's Python Editor NO_BUILD= yes USE_PYTHON= yes -USE_WX= 2.8 -WANT_UNICODE= yes +USE_WX= 3.0+ WX_COMPS= python OPTIONS_DEFINE= ENCRYPTED_DEBUG DOCS EXAMPLES Modified: head/editors/spe/pkg-descr ============================================================================== --- head/editors/spe/pkg-descr Sat Jul 5 23:42:57 2014 (r360848) +++ head/editors/spe/pkg-descr Sat Jul 5 23:47:48 2014 (r360849) @@ -6,4 +6,4 @@ context help, Blender support, ... Spe s and Kiki (regex console) Author: Stani -WWW: http://pythonide.stani.be +WWW: http://pythonide.stani.be
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407052347.s65Nln0t047690>