Date: Fri, 15 Jun 2018 14:22:25 +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: r472458 - head/games/gcompris Message-ID: <201806151422.w5FEMPse050189@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806151422.w5FEMPse050189>