Date: Fri, 21 Apr 2017 16:32:16 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439097 - head/emulators/hatari Message-ID: <201704211632.v3LGWGoR083884@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 21 16:32:16 2017 New Revision: 439097 URL: https://svnweb.freebsd.org/changeset/ports/439097 Log: - Fix shebangs Modified: head/emulators/hatari/Makefile Modified: head/emulators/hatari/Makefile ============================================================================== --- head/emulators/hatari/Makefile Fri Apr 21 16:31:57 2017 (r439096) +++ head/emulators/hatari/Makefile Fri Apr 21 16:32:16 2017 (r439097) @@ -3,6 +3,7 @@ PORTNAME= hatari PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.tuxfamily.org/hatari/${PORTVERSION}/ @@ -19,7 +20,8 @@ RUN_DEPENDS= python:lang/python USES= cmake desktop-file-utils python readline shared-mime-info \ shebangfix tar:bzip2 -SHEBANG_FILES= tools/atari-convert-dir.py +SHEBANG_FILES= python-ui/*.py tools/atari-convert-dir.py \ + tools/debugger/hatari_profile.py tools/hconsole/*.py python_OLD_CMD= /usr/bin/python2 USE_GNOME= pygtk2 CMAKE_ARGS= -DETCDIR:PATH="${PREFIX}/etc" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704211632.v3LGWGoR083884>