Date: Wed, 30 Mar 2022 22:23:56 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: 563e77151716 - main - graphics/py-pyproj: Add missing RUN_DEPENDS Message-ID: <202203302223.22UMNuHt064738@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=563e771517161278c134f7f5449d1a033e0782b5 commit 563e771517161278c134f7f5449d1a033e0782b5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-30 22:04:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-30 22:21:14 +0000 graphics/py-pyproj: Add missing RUN_DEPENDS - Bump PORTREVISION for dependency change --- graphics/py-pyproj/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile index e05a75e601e5..bd7474f43b21 100644 --- a/graphics/py-pyproj/Makefile +++ b/graphics/py-pyproj/Makefile @@ -2,6 +2,7 @@ PORTNAME= pyproj PORTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= graphics geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= proj>=8.0.0,1:graphics/proj LIB_DEPENDS= libproj.so:graphics/proj +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent cython distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203302223.22UMNuHt064738>