svn commit: r468544 - branches/2018Q2/devel/subversion18
Lev A. Serebryakov
lev at FreeBSD.org
Sat Apr 28 14:17:07 UTC 2018
Author: lev
Date: Sat Apr 28 14:17:06 2018
New Revision: 468544
URL: https://svnweb.freebsd.org/changeset/ports/468544
Log:
Fix shebangs.
PR: 227614
Submitted by: Koichiro Iwao <meta at FreeBSD.org>
Approved by: ports-secteam blanket
Modified:
branches/2018Q2/devel/subversion18/Makefile
branches/2018Q2/devel/subversion18/Makefile.common
Modified: branches/2018Q2/devel/subversion18/Makefile
==============================================================================
--- branches/2018Q2/devel/subversion18/Makefile Sat Apr 28 14:03:20 2018 (r468543)
+++ branches/2018Q2/devel/subversion18/Makefile Sat Apr 28 14:17:06 2018 (r468544)
@@ -45,8 +45,7 @@ P4_STYLE_MARKERS_EXTRA_PATCHES= ${PATCHDIR}/extra-patc
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/.*
Modified: branches/2018Q2/devel/subversion18/Makefile.common
==============================================================================
--- branches/2018Q2/devel/subversion18/Makefile.common Sat Apr 28 14:03:20 2018 (r468543)
+++ branches/2018Q2/devel/subversion18/Makefile.common Sat Apr 28 14:17:06 2018 (r468544)
@@ -3,7 +3,7 @@
PORTNAME?= subversion
PORTVERSION= 1.8.19
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES+= devel
MASTER_SITES= APACHE/subversion
DIST_SUBDIR= subversion18
More information about the svn-ports-all
mailing list