Summary: | www/yt-dlp: fails to fetch 2022.06.22.1 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> |
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | diizzy |
Priority: | --- | Keywords: | needs-patch |
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(yuri) |
Hardware: | Any | ||
OS: | Any |
Description
Jan Beich
![]() ![]() The fixed the bug that I myself reported right after the release yesterday and re-released it. Thanks for your report! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac5d331d12c9afcdd413f5860d84a65e0c63bc60 commit ac5d331d12c9afcdd413f5860d84a65e0c63bc60 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-06-22 17:07:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-22 17:09:54 +0000 www/yt-dlp: Fix fetch The project was re-released after a bugfix. PR: 264830 Reported by: jbeich@ www/yt-dlp/distinfo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Perheps a better solution is to use a SUBDIR ${PORTNAME}/${DISTVERSION} and use the official tarballs? https://github.com/yt-dlp/yt-dlp/releases/download/2022.06.22.1/yt-dlp.tar.gz Best regards, Daniel (In reply to Daniel Engberg from comment #3) Daniel, Currently USE_GITHUB=yes is just one line. With official tarball download it's going to be 3+ lines. So it becomes slightly longer without any obvious benefit. Yuri (In reply to Yuri Victorovich from comment #4) The obvious benefit would be static distribution file(s) so we would never have breakage like this. I agree that it would be nice if upstream used a better naming schema though. (In reply to Daniel Engberg from comment #5) No, re-rolling the release tarball would have caused breakage just the same way. |