git: a367af193aac - main - devel/subversion-lts: Depends on python 2.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Nov 2022 17:41:04 UTC
The branch main has been updated by lev:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a367af193aac558dc3eb91852c697125ca43707c
commit a367af193aac558dc3eb91852c697125ca43707c
Author: Lev A. Serebryakov <lev@FreeBSD.org>
AuthorDate: 2022-11-17 17:38:44 +0000
Commit: Lev A. Serebryakov <lev@FreeBSD.org>
CommitDate: 2022-11-17 17:38:44 +0000
devel/subversion-lts: Depends on python 2.7
This old version must use pyhton2.7 explicitly.
PR: 253566
---
devel/subversion-lts/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/subversion-lts/Makefile b/devel/subversion-lts/Makefile
index 564f819650fd..c51403be3159 100644
--- a/devel/subversion-lts/Makefile
+++ b/devel/subversion-lts/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMESUFFIX= -lts
MAINTAINER= lev@FreeBSD.org
@@ -38,7 +38,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:env
+USES+= shebangfix python:env:2.7,env
python_OLD_CMD+= "/bin/env python"
SHEBANG_REGEX= ./tools/.*