svn commit: r442217 - in branches/2017Q2: devel/git www/mediawiki123

Mark Felder feld at FreeBSD.org
Wed May 31 15:16:50 UTC 2017


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


More information about the svn-ports-all mailing list