Date: Fri, 23 Jul 2021 00:08:13 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c61016d798b5 - main - net-p2p/bazarr: Update to 0.9.6 Message-ID: <202107230008.16N08Dbc041472@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c61016d798b521f188e74dde9a2b831537777468 commit c61016d798b521f188e74dde9a2b831537777468 Author: Michiel van Baak <michiel@vanbaak.eu> AuthorDate: 2021-07-23 00:05:29 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-07-23 00:05:29 +0000 net-p2p/bazarr: Update to 0.9.6 Changelog: https://github.com/morpheus65535/bazarr/releases/tag/v0.9.6 PR: 257327 Approved by: lwhsu (mentor, implicit) --- net-p2p/bazarr/Makefile | 7 ++++--- net-p2p/bazarr/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/net-p2p/bazarr/Makefile b/net-p2p/bazarr/Makefile index a561668d4035..11a5f223bb20 100644 --- a/net-p2p/bazarr/Makefile +++ b/net-p2p/bazarr/Makefile @@ -1,6 +1,6 @@ PORTNAME= bazarr DISTVERSIONPREFIX= v -DISTVERSION= 0.9.5 +DISTVERSION= 0.9.6 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}/ @@ -12,9 +12,11 @@ COMMENT= Automatic subtitle downloader for Radarr and Sonarr LICENSE= GPLv3 RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=4.3.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=4.3.0:devel/py-lxml@${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 @@ -22,7 +24,6 @@ USES= python:3.7+ zip USE_RC_SUBR= bazarr -NO_ARCH= yes SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ USERS=${USERS} diff --git a/net-p2p/bazarr/distinfo b/net-p2p/bazarr/distinfo index b14cdb00940e..bc782ea52408 100644 --- a/net-p2p/bazarr/distinfo +++ b/net-p2p/bazarr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620486973 -SHA256 (bazarr.zip) = 00607dd56cb426ccede4543173268df514abaca00b6882d612b84e7a3e86ab87 -SIZE (bazarr.zip) = 33225385 +TIMESTAMP = 1626859629 +SHA256 (bazarr.zip) = 6524330e539b9efe4312b6b6f98817868c79f3728fc8622389ad122724d43d6a +SIZE (bazarr.zip) = 33047238
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107230008.16N08Dbc041472>