aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Michiels <driesm.michiels@gmail.com>2021-10-31 08:58:35 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2021-10-31 09:03:39 +0000
commit3008f6cd5bc5d639c08a6a460bf501f16e78d5cb (patch)
tree0d4794b1c8878db36a58ad4fbab2eea1403ec586
parentbc7be356b5f86ececf33c31e95d6911f32186bea (diff)
downloadports-3008f6cd5bc5d639c08a6a460bf501f16e78d5cb.tar.gz
ports-3008f6cd5bc5d639c08a6a460bf501f16e78d5cb.zip
multimedia/emby-server: Switch to Mono 6.8
* Bump PORTREVISION because of dependency change * Re-format Makefile with portfmt PR: 258933
-rw-r--r--multimedia/emby-server/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile
index 3e2633279f37..b1308fba1150 100644
--- a/multimedia/emby-server/Makefile
+++ b/multimedia/emby-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= emby-server
PORTVERSION= 4.6.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/ \
https://mediabrowser.github.io/embytools/
@@ -10,8 +10,7 @@ DISTFILES= ${DISTNAME}.zip \
ffmpeg-${FFVERSION}.tar.gz \
license.docx
DIST_SUBDIR= ${PORTNAME}
-EXTRACT_ONLY= ${DISTNAME}.zip \
- ffdetect-${FFVERSION}-x64_freebsd12.tar.xz \
+EXTRACT_ONLY= ${DISTNAME}.zip ffdetect-${FFVERSION}-x64_freebsd12.tar.xz \
ffmpeg-${FFVERSION}.tar.gz
MAINTAINER= driesm.michiels@gmail.com
@@ -44,8 +43,9 @@ LIB_DEPENDS= libass.so:multimedia/libass \
libx264.so:multimedia/libx264 \
libx265.so:multimedia/x265 \
libzvbi.so:devel/libzvbi
+RUN_DEPENDS= mono6.8>0:lang/mono6.8
-USES= compiler:c11 gmake iconv localbase:ldflags mono pkgconfig sqlite
+USES= compiler:c11 gmake iconv localbase:ldflags pkgconfig sqlite
USE_RC_SUBR= ${PORTNAME}
HAS_CONFIGURE= yes