git: d1cb7248606b - main - devel/py-google-re2: Add check for re2 version

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 6 15:05:21 UTC 2021


The branch main has been updated by sunpoet:

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

commit d1cb7248606be47b217be0adf131889da4810048
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 14:56:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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}
 


More information about the dev-commits-ports-main mailing list