svn commit: r438826 - head/x11-toolkits/py-wxPython30

Martin Wilke miwi at FreeBSD.org
Wed Apr 19 07:18:03 UTC 2017


Author: miwi
Date: Wed Apr 19 07:18:02 2017
New Revision: 438826
URL: https://svnweb.freebsd.org/changeset/ports/438826

Log:
  - Fix shebang

Modified:
  head/x11-toolkits/py-wxPython30/Makefile

Modified: head/x11-toolkits/py-wxPython30/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython30/Makefile	Wed Apr 19 06:46:49 2017	(r438825)
+++ head/x11-toolkits/py-wxPython30/Makefile	Wed Apr 19 07:18:02 2017	(r438826)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wxPython
 PORTVERSION=	3.0.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 DISTVERSIONPREFIX=	src-
 CATEGORIES=	x11-toolkits python
 MASTER_SITES=	SF/wxpython/wxPython/${PORTVERSION}
@@ -16,7 +16,8 @@ DIST_SUBDIR=	python
 
 WRKSRC_SUBDIR=	wxPython
 
-USES=		compiler:c++11-lib python tar:bzip2
+USES=		compiler:c++11-lib python shebangfix tar:bzip2
+SHEBANG_FILES=	wx/tools/Editra/Editra.pyw
 
 .if defined(WITH_WXVERSION_ONLY)
 


More information about the svn-ports-all mailing list