Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2017 12:38:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451307 - head/multimedia/libkate
Message-ID:  <201710051238.v95Ccevb044711@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710051238.v95Ccevb044711>