From owner-svn-ports-all@FreeBSD.ORG Sat Jul 5 18:38:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7205FC5; Sat, 5 Jul 2014 18:38:03 +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 D4D9621C4; Sat, 5 Jul 2014 18:38:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s65Ic3dj099424; Sat, 5 Jul 2014 18:38:03 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s65Ic3no099423; Sat, 5 Jul 2014 18:38:03 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201407051838.s65Ic3no099423@svn.freebsd.org> From: William Grzybowski Date: Sat, 5 Jul 2014 18:38:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360795 - head/Mk 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 18:38:04 -0000 Author: wg Date: Sat Jul 5 18:38:03 2014 New Revision: 360795 URL: http://svnweb.freebsd.org/changeset/ports/360795 QAT: https://qat.redports.org/buildarchive/r360795/ Log: Mk/bsd.wx.mk: add wxPython 3.0 support Approved by: portmgr (bapt) Modified: head/Mk/bsd.wx.mk Modified: head/Mk/bsd.wx.mk ============================================================================== --- head/Mk/bsd.wx.mk Sat Jul 5 18:36:55 2014 (r360794) +++ head/Mk/bsd.wx.mk Sat Jul 5 18:38:03 2014 (r360795) @@ -153,6 +153,9 @@ _WX_FILE_python_2.8= ${PYTHON_SITELIBDIR _WX_PORT_wx_3.0= x11-toolkits/wxgtk30 _WX_LIB_wx_3.0= wx_baseu-3.0 +_WX_PORT_python_3.0= x11-toolkits/py-wxPython30 +_WX_FILE_python_3.0= ${PYTHON_SITELIBDIR}/wx-3.0-gtk2/wx/__init__.py + # Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropiately. # Set _WX_DEPTYPE_comp_ver for "python" to "run", and others to "lib".