Date: Thu, 9 May 2024 08:03:47 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 23e1010a8257 - main - audio/cyanrip: Fix FFmpeg 7 compatibility Message-ID: <202405090803.44983lRx008585@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=23e1010a8257ca0393c83435ecfb3b26be498d28 commit 23e1010a8257ca0393c83435ecfb3b26be498d28 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-09 07:55:30 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-09 07:57:58 +0000 audio/cyanrip: Fix FFmpeg 7 compatibility Backport upstream commit 5a3b98a0d060c76678385026cadf5cd5565bc9a6 Reference: https://github.com/cyanreg/cyanrip/commit/5a3b98a0d060c76678385026cadf5cd5565bc9a6 --- audio/cyanrip/Makefile | 3 ++- audio/cyanrip/distinfo | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/audio/cyanrip/Makefile b/audio/cyanrip/Makefile index aea6a6a2ec6b..6967b9b36384 100644 --- a/audio/cyanrip/Makefile +++ b/audio/cyanrip/Makefile @@ -5,7 +5,8 @@ PORTREVISION= 1 CATEGORIES= audio PATCH_SITES= https://github.com/cyanreg/${PORTNAME}/commit/ -PATCHFILES= e75ed1c51d333ec37bb51fbfb7597ca4059cc298.patch:-p1 +PATCHFILES= e75ed1c51d333ec37bb51fbfb7597ca4059cc298.patch:-p1 \ + 5a3b98a0d060c76678385026cadf5cd5565bc9a6.patch:-p1 MAINTAINER= diizzy@FreeBSD.org COMMENT= Audio CD ripper with command-line interface and focus on accuracy diff --git a/audio/cyanrip/distinfo b/audio/cyanrip/distinfo index 84f2c705339c..af32ae3fa714 100644 --- a/audio/cyanrip/distinfo +++ b/audio/cyanrip/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1704006910 +TIMESTAMP = 1715235317 SHA256 (cyanreg-cyanrip-v0.9.2_GH0.tar.gz) = 55ee337fde224fc98c954134f7ae42f38f9e7b59421514d8acce3a875e5ed2b7 SIZE (cyanreg-cyanrip-v0.9.2_GH0.tar.gz) = 67574 SHA256 (e75ed1c51d333ec37bb51fbfb7597ca4059cc298.patch) = ff893084ff827af13a7f153a76a066d6be504da2f97b5396a666d66b93d1ee45 SIZE (e75ed1c51d333ec37bb51fbfb7597ca4059cc298.patch) = 700 +SHA256 (5a3b98a0d060c76678385026cadf5cd5565bc9a6.patch) = 9533f30daff8063aac70c46d57f502338c3435c64869b105a7f6345511b7eff2 +SIZE (5a3b98a0d060c76678385026cadf5cd5565bc9a6.patch) = 1002
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405090803.44983lRx008585>