Date: Wed, 31 May 2017 15:16:49 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> 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 Message-ID: <201705311516.v4VFGnPo094226@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705311516.v4VFGnPo094226>