git: 3008f6cd5bc5 - main - multimedia/emby-server: Switch to Mono 6.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Oct 2021 09:04:23 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=3008f6cd5bc5d639c08a6a460bf501f16e78d5cb commit 3008f6cd5bc5d639c08a6a460bf501f16e78d5cb Author: Dries Michiels <driesm.michiels@gmail.com> AuthorDate: 2021-10-31 08:58:35 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-10-31 09:03:39 +0000 multimedia/emby-server: Switch to Mono 6.8 * Bump PORTREVISION because of dependency change * Re-format Makefile with portfmt PR: 258933 --- multimedia/emby-server/Makefile | 8 ++++---- 1 file 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