Created attachment 241102 [details] Patch to 4.8.0.26 LibSkiaSharp and libvips removed, so removed run_depends associated with them. The release notes reference that ffmpeg has been updated to version 5.1, but the version being built is still 5.0. Is there a new custom ffmpeg available for freebsd? https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.8.0.26
They are not removed. There as an error with the upstream tarball.
The release team only provides an updated ffmpeg when a new release is cut that contains the change. This means that the beta uses the same ffmpeg as the release version all the time.
Created attachment 241103 [details] Patch to fix Port Revision Modified to just fix Port Revision on devel since update already done.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9cfef36d8f97ea77b27dac67be5471367b2c7e26 commit 9cfef36d8f97ea77b27dac67be5471367b2c7e26 Author: Dries Michiels <driesm@FreeBSD.org> AuthorDate: 2023-03-25 19:49:55 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2023-03-25 19:53:42 +0000 multimedia/emby-server-devel: add PORTREVISION for future bumps Also substitute spaces with a tab PR: 270444 multimedia/emby-server-devel/Makefile | 3 ++- multimedia/emby-server/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)
(In reply to Matthew Wener from comment #3) I just added some placeholder PORTREVISION, the reason we cant reset to 0 just yet is because someone might already have PORTREVISION 6 installed. When further bumping from 0 to 1, the users having PORTREVISION 6 installed wont get notified to update the package.