svn commit: r396701 - head/games/gcompris
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Sep 11 18:46:16 UTC 2015
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
More information about the svn-ports-all
mailing list