Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2023 06:02:42 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e46a0bd31a7e - main - games/naev: Shebangfix python files
Message-ID:  <202307190602.36J62gUx088752@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e46a0bd31a7e98491664f629174d8eb77a4f3900

commit e46a0bd31a7e98491664f629174d8eb77a4f3900
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-07-19 06:00:50 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-07-19 06:00:50 +0000

    games/naev: Shebangfix python files
    
    - Fix build
    - Bump PORTREVISION
    Reported by:    Rusty Nejdl <rnejdl __at__ ringofsaturn.com>
---
 games/naev/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/games/naev/Makefile b/games/naev/Makefile
index 28d977af4777..f807caa89d5f 100644
--- a/games/naev/Makefile
+++ b/games/naev/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	naev
 PORTVERSION=	0.10.6
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONSUFFIX=	-source
 CATEGORIES=	games
 MASTER_SITES=	https://github.com/naev/naev/releases/download/v${PORTVERSION}/
@@ -35,10 +35,12 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
 
 USES=		desktop-file-utils gettext gl gnome luajit:luajit-openresty \
-		meson openal pkgconfig python sdl tar:xz
+		meson openal pkgconfig python sdl shebangfix tar:xz
 USE_GL=		gl glu
 USE_GNOME=	intltool libxml2
 USE_SDL=	sdl2 image2
+SHEBANG_LANG=	python
+SHEBANG_GLOB=	*.py
 
 # work around meson not looking for headers/libs in /usr/local
 CFLAGS+=	-I${LOCALBASE}/include



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