svn commit: r472458 - head/games/gcompris

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 15 14:22:26 UTC 2018


Author: amdmi3
Date: Fri Jun 15 14:22:25 2018
New Revision: 472458
URL: https://svnweb.freebsd.org/changeset/ports/472458

Log:
  - Fix all shebangs properly
  - Add missing run-dependency on perl, as the port installs perl scripts
  
  Approved by:	portmgr blanket

Modified:
  head/games/gcompris/Makefile

Modified: head/games/gcompris/Makefile
==============================================================================
--- head/games/gcompris/Makefile	Fri Jun 15 14:21:28 2018	(r472457)
+++ head/games/gcompris/Makefile	Fri Jun 15 14:22:25 2018	(r472458)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcompris
 PORTVERSION=	15.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games gnome
 MASTER_SITES=	http://gcompris.net/download/
 
@@ -23,8 +23,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:database
 		gnucap:cad/gnucap
 
 USES=		display:configure gettext gmake libtool localbase pathfix \
-		pkgconfig python:2.7 shebangfix sqlite tar:bzip2
-SHEBANG_FILES=	boards/voices/*.sh
+		pkgconfig python:2.7 shebangfix sqlite tar:bzip2 perl5
+USE_PERL5=	run
+SHEBANG_FILES=	boards/voices/*.sh boards/voices/*.pl
 GNU_CONFIGURE=	yes
 USE_GSTREAMER=	yes
 USE_SDL=	mixer


More information about the svn-ports-all mailing list