git: 175e588fbe79 - main - net-p2p/bazarr: Specify minimum versions for dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Aug 2023 06:24:24 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=175e588fbe791c5937f98ff14183aded718004fd commit 175e588fbe791c5937f98ff14183aded718004fd Author: Michiel van Baak Jansen <michiel@vanbaak.eu> AuthorDate: 2023-08-02 07:47:05 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-08-03 06:23:01 +0000 net-p2p/bazarr: Specify minimum versions for dependencies PR: 272873 Reported by: michiel@vanbaak.eu (maintainer) --- net-p2p/bazarr/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-p2p/bazarr/Makefile b/net-p2p/bazarr/Makefile index 7d8586aeb474..295e69e45a98 100644 --- a/net-p2p/bazarr/Makefile +++ b/net-p2p/bazarr/Makefile @@ -1,6 +1,7 @@ PORTNAME= bazarr DISTVERSIONPREFIX= v DISTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= https://github.com/morpheus65535/bazarr/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= bazarr @@ -13,13 +14,14 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}lxml>=4.3.0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>1.12.0:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=9.0.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webrtcvad>=2.0.10:audio/py-webrtcvad@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ffprobe:multimedia/ffmpeg \ unrar:archivers/unrar -USES= python zip +USES= python:3.7+ zip USE_RC_SUBR= bazarr