git: 59742e0558a2 - main - net-p2p/bazarr-devel: Update to 0.9.10-beta.2
Neel Chauhan
nc at FreeBSD.org
Wed Sep 15 16:31:19 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=59742e0558a2bdbc448fde35ccf985d1a84a8936
commit 59742e0558a2bdbc448fde35ccf985d1a84a8936
Author: Michiel van Baak Jansen <michiel at vanbaak.eu>
AuthorDate: 2021-07-29 13:52:57 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-09-15 16:31:08 +0000
net-p2p/bazarr-devel: Update to 0.9.10-beta.2
While at it, add DIST_SUBDIR so bazarr and bazarr-devel distfiles can
coexist.
PR: 258511
---
net-p2p/bazarr-devel/Makefile | 10 +++++-----
net-p2p/bazarr-devel/distinfo | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/net-p2p/bazarr-devel/Makefile b/net-p2p/bazarr-devel/Makefile
index ce8b56652b99..3e6f93c1937b 100644
--- a/net-p2p/bazarr-devel/Makefile
+++ b/net-p2p/bazarr-devel/Makefile
@@ -1,10 +1,10 @@
PORTNAME= bazarr-devel
DISTVERSIONPREFIX= v
-DISTVERSION= 0.9.7-beta.0
+DISTVERSION= 0.9.10-beta.2
CATEGORIES= net-p2p python
-# Grab the asset as it contains built frontend and some extra files
MASTER_SITES= https://github.com/morpheus65535/bazarr/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
DISTNAME= bazarr
+DIST_SUBDIR= ${PORTNAME}/${DISTVERSION}
MAINTAINER= michiel at vanbaak.eu
COMMENT= Automatic subtitle downloader for Radarr and Sonarr
@@ -12,11 +12,11 @@ COMMENT= Automatic subtitle downloader for Radarr and Sonarr
LICENSE= GPLv3
RUN_DEPENDS= ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0.10.1:www/py-gevent-websocket@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}gevent>=21:devel/py-gevent@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=4.3.0:devel/py-lxml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}webrtcvad>=2.0.10:audio/py-webrtcvad@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}gevent>=21:devel/py-gevent@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0.10.1:www/py-gevent-websocket@${PY_FLAVOR} \
ffprobe:multimedia/ffmpeg \
unrar:archivers/unrar
diff --git a/net-p2p/bazarr-devel/distinfo b/net-p2p/bazarr-devel/distinfo
index ac3c18a519bf..b92de5f7b087 100644
--- a/net-p2p/bazarr-devel/distinfo
+++ b/net-p2p/bazarr-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1626859714
-SHA256 (bazarr.zip) = 8b086e7f6e764c2793eb08f0ec8acb851957499731e405af209d23a0008061fb
-SIZE (bazarr.zip) = 33047278
+TIMESTAMP = 1631706457
+SHA256 (bazarr-devel/0.9.10-beta.2/bazarr.zip) = 5de98af69f5ec55c7f6757c454e831d2b7d2bbd945ee64c02bc70eccc173b03a
+SIZE (bazarr-devel/0.9.10-beta.2/bazarr.zip) = 35119073
More information about the dev-commits-ports-all
mailing list