MFH: r565424 r565460

Fix python bindings build for subversion 1.14.1.

Approved by:	portmgr (blanket, FAQ 20.6.2)
This commit is contained in:
Lev A. Serebryakov 2021-02-19 11:55:31 +00:00
parent 795f937e13
commit 361950cb5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=566053
2 changed files with 24 additions and 11 deletions

View File

@ -2,7 +2,6 @@
# $FreeBSD$
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PORTREVISION= 0
MAINTAINER= lev@FreeBSD.org
COMMENT= Python bindings for version control system
@ -12,7 +11,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/py3c.h:devel/py3c
USES= python
USE_PYTHON= flavors py3kplist
PORTREVISION_114= 0
# There is bug in python bindings Makefile
MAKE_JOBS_UNSAFE=yes
PORTREVISION_114= 2
PORTREVISION_LTS= 0
SVN_BUILD_BINDINGS= yes

File diff suppressed because one or more lines are too long