Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 18:46:15 +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: r396701 - head/games/gcompris
Message-ID:  <201509111846.t8BIkF9E086121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 11 18:46:15 2015
New Revision: 396701
URL: https://svnweb.freebsd.org/changeset/ports/396701

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/games/gcompris/Makefile

Modified: head/games/gcompris/Makefile
==============================================================================
--- head/games/gcompris/Makefile	Fri Sep 11 18:45:43 2015	(r396700)
+++ head/games/gcompris/Makefile	Fri Sep 11 18:46:15 2015	(r396701)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gcompris
 PORTVERSION=	15.02
+PORTREVISION=	1
 CATEGORIES=	games gnome
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}/
 
@@ -21,7 +22,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqli
 		gnucap:${PORTSDIR}/cad/gnucap
 
 USES=		display:configure gettext gmake libtool pathfix pkgconfig \
-		python:2 tar:bzip2
+		python:2 shebangfix tar:bzip2
+SHEBANG_FILES=	boards/voices/*.sh
 GNU_CONFIGURE=	yes
 USE_GSTREAMER=	yes
 USE_SQLITE=	3



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