From owner-svn-ports-head@freebsd.org Thu Oct 5 12:38:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3387E37B8C; Thu, 5 Oct 2017 12:38:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9B3116FB4D; Thu, 5 Oct 2017 12:38:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95Cce1o044712; Thu, 5 Oct 2017 12:38:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95Ccevb044711; Thu, 5 Oct 2017 12:38:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710051238.v95Ccevb044711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Oct 2017 12:38:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451307 - head/multimedia/libkate X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/multimedia/libkate X-SVN-Commit-Revision: 451307 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 12:38:42 -0000 Author: bapt Date: Thu Oct 5 12:38:40 2017 New Revision: 451307 URL: https://svnweb.freebsd.org/changeset/ports/451307 Log: Switch the gui from wxPython2.8 to 3.0, beside using some deprecated but still working class, it works fine. While here: Fix shebang Modified: head/multimedia/libkate/Makefile Modified: head/multimedia/libkate/Makefile ============================================================================== --- head/multimedia/libkate/Makefile Thu Oct 5 12:25:59 2017 (r451306) +++ head/multimedia/libkate/Makefile Thu Oct 5 12:38:40 2017 (r451307) @@ -3,7 +3,7 @@ PORTNAME= libkate PORTVERSION= 0.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/kate/ @@ -40,9 +40,10 @@ CONFIGURE_ARGS+= --disable-doc .if ${PORT_OPTIONS:MKATEDJ} RUN_DEPENDS= ${LOCALBASE}/bin/oggz:audio/liboggz -USES+= python -USE_WX= 2.8 -WX_COMPS= wx contrib python:lib +USES+= python shebangfix +SHEBANG_FILES= tools/KateDJ/KateDJ +USE_WX= 3.0+ +WX_COMPS= wx python:lib MANPAGE+= KateDJ.1 PLIST_SUB+= KATEDJ="" .else