Summary: | multimedia/emby-server-devel: add PORTREVISION for future bumps | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Matthew Wener <matthew> | ||||||
Component: | Individual Port(s) | Assignee: | Dries Michiels <driesm> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Many People | Flags: | bugzilla:
maintainer-feedback?
(driesm) |
||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
URL: | https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.8.0.26 | ||||||||
Attachments: |
|
Description
Matthew Wener
2023-03-25 14:04:16 UTC
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. |