Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2021 15:05:17 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d1cb7248606b - main - devel/py-google-re2: Add check for re2 version
Message-ID:  <202107061505.166F5HoB020379@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d1cb7248606be47b217be0adf131889da4810048

commit d1cb7248606be47b217be0adf131889da4810048
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-06 14:56:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-06 14:56:30 +0000

    devel/py-google-re2: Add check for re2 version
---
 devel/py-google-re2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-google-re2/Makefile b/devel/py-google-re2/Makefile
index 8f73b51b9c00..42bd138cde47 100644
--- a/devel/py-google-re2/Makefile
+++ b/devel/py-google-re2/Makefile
@@ -11,7 +11,8 @@ COMMENT=	RE2 Python bindings
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \
+		re2>=${PORTVERSION:E}:devel/re2
 LIB_DEPENDS=	libre2.so:devel/re2
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061505.166F5HoB020379>