Date: Sat, 22 Apr 2017 08:46:04 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439139 - in head: devel/git www/mediawiki123 Message-ID: <201704220846.v3M8k4S2084302@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Apr 22 08:46:03 2017 New Revision: 439139 URL: https://svnweb.freebsd.org/changeset/ports/439139 Log: - Fix shebangs Modified: head/devel/git/Makefile head/www/mediawiki123/Makefile Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Sat Apr 22 08:39:21 2017 (r439138) +++ head/devel/git/Makefile Sat Apr 22 08:46:03 2017 (r439139) @@ -3,6 +3,7 @@ PORTNAME= git DISTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -32,7 +33,15 @@ MAKE_ENV+= V=1 USE_RC_SUBR= git_daemon SHEBANG_FILES= *.perl */*.perl */*/*.perl */*.pl */*/*.pl */*/*/*.pl \ t/*/*/pre t/*/*/post t/Git-SVN/Utils/*.t \ + git-p4.py \ + contrib/hg-to-git/hg-to-git.py \ contrib/hooks/update-paranoid \ + contrib/hooks/multimail/post-receive.example \ + contrib/hooks/multimail/git_multimail.py \ + contrib/hooks/multimail/migrate-mailhook-config \ + contrib/fast-import/import-zips.py \ + contrib/remote-helpers/git-remote-bzr \ + contrib/remote-helpers/git-remote-hg \ contrib/credential/netrc/git-credential-netrc \ contrib/diff-highlight/diff-highlight \ contrib/buildsystems/generate contrib/contacts/git-contacts \ Modified: head/www/mediawiki123/Makefile ============================================================================== --- head/www/mediawiki123/Makefile Sat Apr 22 08:39:21 2017 (r439138) +++ head/www/mediawiki123/Makefile Sat Apr 22 08:46:03 2017 (r439139) @@ -3,6 +3,7 @@ PORTNAME= mediawiki PORTVERSION= 1.23.16 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 123 @@ -14,9 +15,10 @@ LICENSE= GPLv2 CONFLICTS= mediawiki12[678]-[0-9]* -USES= shebangfix +USES= python:run shebangfix SHEBANG_FILES= maintenance/dev/*.sh \ - maintenance/hiphop/run-server + maintenance/hiphop/run-server \ + maintenance/language/zhtable/Makefile.py SHEBANG_LANG= hhvm hhvm_OLD_CMD= /usr/bin/hhvm hhvm_CMD= ${LOCALBASE}/bin/hhvm # not installed by anything yet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704220846.v3M8k4S2084302>