From owner-svn-ports-all@FreeBSD.ORG Sat Jul 5 23:47:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76733DA0; Sat, 5 Jul 2014 23:47:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 641672AB6; Sat, 5 Jul 2014 23:47:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s65NlnVl047692; Sat, 5 Jul 2014 23:47:49 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s65Nln0t047690; Sat, 5 Jul 2014 23:47:49 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201407052347.s65Nln0t047690@svn.freebsd.org> From: William Grzybowski Date: Sat, 5 Jul 2014 23:47:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360849 - head/editors/spe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2014 23:47:49 -0000 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