Re: git: ffd93c4ef3fb - main - multimedia/streamlink: update to 6.5.1
Date: Wed, 17 Jan 2024 17:31:08 UTC
On 2024-01-17T08:25:27.000+01:00, Vladimir Druzenko <vvd@FreeBSD.org> wrote: > The branch main has been updated by vvd: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=ffd93c4ef3fb825738d01c3c35f247ab41931234 > > commit ffd93c4ef3fb825738d01c3c35f247ab41931234 > > Author: Vladimir Druzenko <vvd@FreeBSD.org> > > AuthorDate: 2024-01-17 07:23:58 +0000 > > Commit: Vladimir Druzenko <vvd@FreeBSD.org> > > CommitDate: 2024-01-17 07:23:58 +0000 > > multimedia/streamlink: update to 6.5.1 > > > > Changelog: > > https://github.com/streamlink/streamlink/releases/tag/6.5.1 > > > > PR: 276397 > > Approved by: arrowd (mentor, implicit) > > --- > > multimedia/streamlink/Makefile | 2 +- > > multimedia/streamlink/distinfo | 6 +++--- > > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/multimedia/streamlink/Makefile b/multimedia/streamlink/Makefile > > index fe02e1cffbf3..f2531573b84f 100644 > > --- a/multimedia/streamlink/Makefile > > +++ b/multimedia/streamlink/Makefile > > @@ -1,5 +1,5 @@ > > PORTNAME= streamlink > > -DISTVERSION= 6.5.0 > > +DISTVERSION= 6.5.1 > > CATEGORIES= multimedia > > MASTER_SITES= PYPI > > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > diff --git a/multimedia/streamlink/distinfo b/multimedia/streamlink/distinfo > > index 9d3a6d1f1d0c..60f1d0bb9be0 100644 > > --- a/multimedia/streamlink/distinfo > > +++ b/multimedia/streamlink/distinfo > > @@ -1,3 +1,3 @@ > > -TIMESTAMP = 1704782227 > > -SHA256 (streamlink-6.5.0.tar.gz) = 8f4d61593bcce10f8d5e84ca956aac4fa639c0a349e7df379834373a883966ed > > -SIZE (streamlink-6.5.0.tar.gz) = 715983 > > +TIMESTAMP = 1705468344 > > +SHA256 (streamlink-6.5.1.tar.gz) = 207fb4ce99c35bfeb1b8f7c76b96cfcb4076ad6881c61eaea553c2ec13d97c57 > > +SIZE (streamlink-6.5.1.tar.gz) = 717297 Hi, I've noticed this a few times regarding your commits, please start using the "--author" when committing patches. See "Example 4. Commit Log for a Commit Based on a PR" in Committers Guide for more information. Best regards, Daniel