Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2026 16:02:26 +0000
From:      Dries Michiels <driesm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 010afff5b685 - main - multimedia/emby-server: fix fetch
Message-ID:  <699b2892.271a6.5ee0604b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by driesm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=010afff5b6859faf5276c060274d8ffc4ca2b73e

commit 010afff5b6859faf5276c060274d8ffc4ca2b73e
Author:     Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2026-02-22 16:01:27 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2026-02-22 16:02:19 +0000

    multimedia/emby-server: fix fetch
    
    PR:     293369
---
 multimedia/emby-server/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile
index 32a9d9d7ca9f..47c5a7b24188 100644
--- a/multimedia/emby-server/Makefile
+++ b/multimedia/emby-server/Makefile
@@ -136,11 +136,10 @@ OPTIONS_DEFAULT=	LAME
 LAME_LIB_DEPENDS=	libmp3lame.so:audio/lame
 LAME_CONFIGURE_ENABLE=	libmp3lame
 
-OSVERSION_MAJOR=	${OSVERSION:C/^([0-9][0-9]).*/\1/}
 FFMPEG_VERSION=		2023_06_25-u1
-FFDETECT_VERSION=	2023.06.25p4-x64_freebsd${OSVERSION_MAJOR}
-SKIASHARP_VERSION=	2.88.7-x64_freebsd${OSVERSION_MAJOR}
-VIPS_VERSION=		8.16.0-x64_freebsd${OSVERSION_MAJOR}
+FFDETECT_VERSION=	2023.06.25p4-x64_freebsd15
+SKIASHARP_VERSION=	2.88.7-x64_freebsd15
+VIPS_VERSION=		8.16.0-x64_freebsd15
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/emby-server


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699b2892.271a6.5ee0604b>