Date: Sun, 25 Jul 2021 10:47:17 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1138b7cb7a81 - main - www/youtube_dl: Add Github to MASTER_SITES. Message-ID: <202107251047.16PAlHVY042479@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1138b7cb7a81f7a0348788a7aca8ccc85aaf1367 commit 1138b7cb7a81f7a0348788a7aca8ccc85aaf1367 Author: Evgeniy Khramtsov <evgeniy@khramtsov.org> AuthorDate: 2021-07-25 10:44:21 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-07-25 10:46:09 +0000 www/youtube_dl: Add Github to MASTER_SITES. The original site is unreachable from IPv6-only networks. While there, switch to using DISTVERSION. PR: 256432 Tested by: arrowd Approved by: multimedia (maintainer timeout) --- www/youtube_dl/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile index 708fb44b5c82..37c6ecc85b26 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -1,8 +1,9 @@ PORTNAME= youtube_dl -PORTVERSION= 2021.06.06 +DISTVERSION= 2021.06.06 CATEGORIES= www -MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ -DISTNAME= youtube-dl-${PORTVERSION} +MASTER_SITES= https://github.com/ytdl-org/youtube-dl/releases/download/${DISTVERSION}/ \ + https://yt-dl.org/downloads/${DISTVERSION}/ +DISTNAME= youtube-dl-${DISTVERSION} # Implicit approval to commit trivial version updates. MAINTAINER= multimedia@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107251047.16PAlHVY042479>