git: ba9d13127841 - main - multimedia/emby-server: bump .so version in install target
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Jan 2024 18:15:39 UTC
The branch main has been updated by driesm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ba9d13127841a5f6949454f094ac25271c4a7a5c
commit ba9d13127841a5f6949454f094ac25271c4a7a5c
Author: Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2024-01-26 18:14:33 +0000
Commit: Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2024-01-26 18:15:20 +0000
multimedia/emby-server: bump .so version in install target
---
multimedia/emby-server/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile
index 8a5ae2973409..7cc5cb4e42e6 100644
--- a/multimedia/emby-server/Makefile
+++ b/multimedia/emby-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= emby-server
DISTVERSION?= 4.7.14.0
-PORTREVISION?= 9
+PORTREVISION?= 10
CATEGORIES= multimedia
MASTER_SITES= https://github.com/MediaBrowser/Emby.Releases/releases/download/${DISTVERSION}/ \
https://mediabrowser.github.io/embytools/
@@ -136,7 +136,7 @@ do-install:
(${INSTALL_PROGRAM} ${WRKSRC}/ffprobe ${STAGEDIR}${PREFIX}/lib/emby-server/bin)
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/emby-server/lib
(cd ${WRKDIR}/lib && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/lib/emby-server/lib)
- ${RLN} ${LOCALBASE}/lib/libimagequant.so.0.0.4 ${STAGEDIR}${PREFIX}/lib/emby-server/lib/libimagequant.so.0
+ ${RLN} ${LOCALBASE}/lib/libimagequant.so.0.4 ${STAGEDIR}${PREFIX}/lib/emby-server/lib/libimagequant.so.0
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/emby-server/system
(${INSTALL_DATA} ${WRKDIR}/SQLitePCLRaw.provider.sqlite3.dll.config ${STAGEDIR}${PREFIX}/lib/emby-server/system)
(cd ${WRKDIR}/system && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/emby-server/system "! -name EmbyServer")