Fix shebangs.
PR: 227614 Submitted by: Koichiro Iwao <meta@FreeBSD.org> Approved by: ports-secteam blanket
This commit is contained in:
parent
c6e114d133
commit
ab24bab0cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=468544
@ -45,8 +45,7 @@ P4_STYLE_MARKERS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-3way-conflict-markers
|
||||
FREEBSD_TEMPLATE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-fbsd-template
|
||||
SVNSERVE_WRAPPER_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-svnserve-wrapper
|
||||
|
||||
USES+= shebangfix
|
||||
python_CMD= ${LOCALBASE}/bin/python2
|
||||
USES+= shebangfix python:2.7,env
|
||||
python_OLD_CMD+= "/bin/env python"
|
||||
SHEBANG_REGEX= ./tools/.*
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME?= subversion
|
||||
PORTVERSION= 1.8.19
|
||||
PORTREVISION?= 2
|
||||
PORTREVISION?= 3
|
||||
CATEGORIES+= devel
|
||||
MASTER_SITES= APACHE/subversion
|
||||
DIST_SUBDIR= subversion18
|
||||
|
Loading…
Reference in New Issue
Block a user