git: 6dfc97b135cd - main - net/gerbera: Fix compatibility with fmt 10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Sep 2023 08:46:55 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6dfc97b135cd2aacf35e8526241ad613812ceba6
commit 6dfc97b135cd2aacf35e8526241ad613812ceba6
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-09-23 08:45:12 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-09-23 08:46:01 +0000
net/gerbera: Fix compatibility with fmt 10
Backport upstream commit 37957aac0aea776e6f843af2358916f81056a405
to fix build with fmt 10
Reference:
https://github.com/gerbera/gerbera/commit/37957aac0aea776e6f843af2358916f81056a405
PR: 273886
---
net/gerbera/Makefile | 3 +++
net/gerbera/distinfo | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/net/gerbera/Makefile b/net/gerbera/Makefile
index fa99a4f6814f..fdd3c02f7e85 100644
--- a/net/gerbera/Makefile
+++ b/net/gerbera/Makefile
@@ -4,6 +4,9 @@ DISTVERSION= 1.12.1
PORTREVISION= 3
CATEGORIES= net multimedia
+PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
+PATCHFILES= 37957aac0aea776e6f843af2358916f81056a405.patch:-p1
+
MAINTAINER= diizzy@FreeBSD.org
COMMENT= Media server compatible with DLNA and UPnP
WWW= https://gerbera.io/
diff --git a/net/gerbera/distinfo b/net/gerbera/distinfo
index 5d6261b30e9c..441acebcd5c3 100644
--- a/net/gerbera/distinfo
+++ b/net/gerbera/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1676104315
+TIMESTAMP = 1694942560
SHA256 (gerbera-gerbera-v1.12.1_GH0.tar.gz) = 2144a7c4a13e8b43aa0c911fbeae65f05e2c42254ddd03be5c41f5fcf103a93c
SIZE (gerbera-gerbera-v1.12.1_GH0.tar.gz) = 4368573
+SHA256 (37957aac0aea776e6f843af2358916f81056a405.patch) = ffa2fedae292fd02c30149af2c6ecd715f2e29ad1b53766958aaec1274b2b623
+SIZE (37957aac0aea776e6f843af2358916f81056a405.patch) = 8400