svn commit: r439097 - head/emulators/hatari

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 21 16:32:17 UTC 2017


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" \


More information about the svn-ports-all mailing list