Date: Thu, 16 Sep 2021 09:26:25 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a351de4b7b62 - main - net-p2p/bazarr: Update to 0.9.9 Message-ID: <202109160926.18G9QPvv070251@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a351de4b7b6229238f79199c213a8b40512b39c8 commit a351de4b7b6229238f79199c213a8b40512b39c8 Author: Michiel van Baak <michiel@vanbaak.eu> AuthorDate: 2021-09-16 09:21:23 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-09-16 09:25:35 +0000 net-p2p/bazarr: Update to 0.9.9 - add DIST_SUBDIR so bazarr and bazarr-devel distfiles can coexist ChangeLog: https://github.com/morpheus65535/bazarr/releases/tag/v0.9.9 PR: 258476 --- net-p2p/bazarr/Makefile | 10 +++++----- net-p2p/bazarr/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-p2p/bazarr/Makefile b/net-p2p/bazarr/Makefile index 330646885d17..23d3df9de60b 100644 --- a/net-p2p/bazarr/Makefile +++ b/net-p2p/bazarr/Makefile @@ -1,10 +1,10 @@ PORTNAME= bazarr DISTVERSIONPREFIX= v -DISTVERSION= 0.9.7 +DISTVERSION= 0.9.9 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@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/distinfo b/net-p2p/bazarr/distinfo index 814dbc0ad3d5..10dd35fc8e9a 100644 --- a/net-p2p/bazarr/distinfo +++ b/net-p2p/bazarr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628859721 -SHA256 (bazarr.zip) = 3b21f7fca2bc779a56bbe51bce0778374230a6e99b01eff8dcea3e2c683e12b7 -SIZE (bazarr.zip) = 35062032 +TIMESTAMP = 1631705961 +SHA256 (bazarr/0.9.9/bazarr.zip) = d107e3a3485acdb5793a2e610e4f3fcdcd6c45e44cce192390488b2118943ad9 +SIZE (bazarr/0.9.9/bazarr.zip) = 35118835
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109160926.18G9QPvv070251>