svn commit: r451307 - head/multimedia/libkate
Baptiste Daroussin
bapt at FreeBSD.org
Thu Oct 5 12:38:42 UTC 2017
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
More information about the svn-ports-head
mailing list