Date: Wed, 19 Apr 2017 07:18:02 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438826 - head/x11-toolkits/py-wxPython30 Message-ID: <201704190718.v3J7I2hD049776@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704190718.v3J7I2hD049776>