Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2021 17:25:07 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dc66c85678b6 - main - www/yt-dlp: Update 2021.07.07 -> 2021.07.21
Message-ID:  <202107221725.16MHP7GQ005369@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dc66c85678b6823c068412eebe80690f2a9db961

commit dc66c85678b6823c068412eebe80690f2a9db961
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-07-22 17:16:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-07-22 17:25:02 +0000

    www/yt-dlp: Update 2021.07.07 -> 2021.07.21
    
    Reported by:    portscout
---
 www/yt-dlp/Makefile | 9 +++++++--
 www/yt-dlp/distinfo | 6 +++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/www/yt-dlp/Makefile b/www/yt-dlp/Makefile
index d252fb3186b1..dfa7c7cf1a86 100644
--- a/www/yt-dlp/Makefile
+++ b/www/yt-dlp/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yt-dlp
-DISTVERSION=	2021.07.07
+DISTVERSION=	2021.07.21
 CATEGORIES=	www
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -8,7 +8,12 @@ COMMENT=	Command-line program for downloading videos from various platforms
 LICENSE=	UNLICENSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
+PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}websockets>0:devel/py-websockets@${PY_FLAVOR}
+BUILD_DEPENDS=	${PY_DEPENDS}
+RUN_DEPENDS=	${PY_DEPENDS}
 
 USES=		gmake python:3.6+ shebangfix
 SHEBANG_GLOB=	devscripts/*.py
diff --git a/www/yt-dlp/distinfo b/www/yt-dlp/distinfo
index 0a815628e619..c0c36734e665 100644
--- a/www/yt-dlp/distinfo
+++ b/www/yt-dlp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1626037134
-SHA256 (yt-dlp-yt-dlp-2021.07.07_GH0.tar.gz) = 0cf180410ee47f432b37fa82d0c855af3ee2eadce0b35fafd3d9252796c8b62d
-SIZE (yt-dlp-yt-dlp-2021.07.07_GH0.tar.gz) = 1666352
+TIMESTAMP = 1626970806
+SHA256 (yt-dlp-yt-dlp-2021.07.21_GH0.tar.gz) = e45c9f9c8cc0fe2953ba66cb4710bbfc4b319fff6a60d830eb89f02f0160784c
+SIZE (yt-dlp-yt-dlp-2021.07.21_GH0.tar.gz) = 1664820



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107221725.16MHP7GQ005369>