Date: Tue, 16 Nov 2021 21:00:32 GMT 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: 5cf0b0c2d829 - main - net-p2p/lidarr: Switch to mono 6.8 Message-ID: <202111162100.1AGL0WRN088581@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cf0b0c2d829582f2419086abd28af93cfb9007a commit 5cf0b0c2d829582f2419086abd28af93cfb9007a Author: Dries Michiels <driesm@FreeBSD.org> AuthorDate: 2021-11-14 08:48:51 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2021-11-16 20:00:10 +0000 net-p2p/lidarr: Switch to mono 6.8 Use the most recent mono available with less bugs. While here reformat Makefile with portfmt. PR: 259250 Approved by: michiel@vanbaak.eu (maintainer), 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D33000 --- net-p2p/lidarr/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net-p2p/lidarr/Makefile b/net-p2p/lidarr/Makefile index b29f1ab8faa8..e16ba0dc278b 100644 --- a/net-p2p/lidarr/Makefile +++ b/net-p2p/lidarr/Makefile @@ -1,5 +1,6 @@ PORTNAME= lidarr PORTVERSION= 0.7.2.1878 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/ DISTNAME= Lidarr.master.${PORTVERSION}.linux @@ -10,10 +11,11 @@ COMMENT= Music collection manager for Usenet and BitTorrent users LICENSE= GPLv3 LIB_DEPENDS= libcurl.so:ftp/curl -RUN_DEPENDS= mediainfo>0:multimedia/mediainfo \ - chromaprint>0:audio/chromaprint +RUN_DEPENDS= chromaprint>0:audio/chromaprint \ + mediainfo>0:multimedia/mediainfo \ + mono6.8>0:lang/mono6.8 -USES= mono sqlite +USES= sqlite USE_RC_SUBR= lidarr NO_ARCH= yes @@ -26,7 +28,7 @@ GROUPS= lidarr OPTIONS_DEFINE= X11 # Permits image resizing -X11_LIB_DEPENDS+=libgdiplus.so:x11-toolkits/libgdiplus +X11_LIB_DEPENDS+= libgdiplus.so:x11-toolkits/libgdiplus do-install: ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111162100.1AGL0WRN088581>