git: 63c61cb6e1d2 - main - net-p2p/bazarr: add setuptools as run dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Mar 2025 08:07:36 UTC
The branch main has been updated by driesm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=63c61cb6e1d22c3c41de237df6670c1fbc2c463e
commit 63c61cb6e1d22c3c41de237df6670c1fbc2c463e
Author: Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2025-03-21 08:03:15 +0000
Commit: Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2025-03-21 08:04:28 +0000
net-p2p/bazarr: add setuptools as run dependency
bazarr fails to start correctly when setuptools is not present.
PR: 285469
---
net-p2p/bazarr/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-p2p/bazarr/Makefile b/net-p2p/bazarr/Makefile
index 18febc4aa977..6997648e8edf 100644
--- a/net-p2p/bazarr/Makefile
+++ b/net-p2p/bazarr/Makefile
@@ -1,6 +1,7 @@
PORTNAME= bazarr
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES= net-p2p python
MASTER_SITES= https://github.com/morpheus65535/bazarr/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
DISTNAME= bazarr
@@ -18,6 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${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}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
ffprobe:multimedia/ffmpeg \
unrar:archivers/unrar