From owner-svn-ports-all@freebsd.org Wed May 31 15:16:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B580B7CA4B; Wed, 31 May 2017 15:16:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11D947FBA4; Wed, 31 May 2017 15:16:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VFGnKG094228; Wed, 31 May 2017 15:16:49 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VFGnPo094226; Wed, 31 May 2017 15:16:49 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705311516.v4VFGnPo094226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 15:16:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442217 - in branches/2017Q2: devel/git www/mediawiki123 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 15:16:50 -0000 Author: feld Date: Wed May 31 15:16:48 2017 New Revision: 442217 URL: https://svnweb.freebsd.org/changeset/ports/442217 Log: MFH: r439139 - Fix shebangs Approved by: ports-secteam (with hat) Modified: branches/2017Q2/devel/git/Makefile branches/2017Q2/www/mediawiki123/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/devel/git/Makefile ============================================================================== --- branches/2017Q2/devel/git/Makefile Wed May 31 15:10:25 2017 (r442216) +++ branches/2017Q2/devel/git/Makefile Wed May 31 15:16:48 2017 (r442217) @@ -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: branches/2017Q2/www/mediawiki123/Makefile ============================================================================== --- branches/2017Q2/www/mediawiki123/Makefile Wed May 31 15:10:25 2017 (r442216) +++ branches/2017Q2/www/mediawiki123/Makefile Wed May 31 15:16:48 2017 (r442217) @@ -3,6 +3,7 @@ PORTNAME= mediawiki PORTVERSION= 1.23.17 +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