Date: Thu, 4 Jan 2018 20:58:50 +0000 (UTC) From: "Lev A. Serebryakov" <lev@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458087 - head/devel/subversion Message-ID: <201801042058.w04KwoRl074039@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lev Date: Thu Jan 4 20:58:50 2018 New Revision: 458087 URL: https://svnweb.freebsd.org/changeset/ports/458087 Log: Fix python shebangs PR: 224656 Submitted by: Phillip R. Jaenke Modified: head/devel/subversion/Makefile Modified: head/devel/subversion/Makefile ============================================================================== --- head/devel/subversion/Makefile Thu Jan 4 20:55:18 2018 (r458086) +++ head/devel/subversion/Makefile Thu Jan 4 20:58:50 2018 (r458087) @@ -1,7 +1,7 @@ # Created by: rooneg@electricjellyfish.net # $FreeBSD$ -#PORTREVISION= 0 +PORTREVISION= 1 MAINTAINER= lev@FreeBSD.org COMMENT= Version control system @@ -41,8 +41,7 @@ TOOLS_DESC= Install several tools 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/.*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801042058.w04KwoRl074039>