aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2021-03-23 21:30:18 +0000
committerMark Felder <feld@FreeBSD.org>2021-03-23 21:30:18 +0000
commit1e7170832699255fa3532cf451b603e381a1eb8e (patch)
tree531dd1be4f642c207d3d64ba70274236b3a3c468 /net-p2p
parente89d9dd9cfb5b6f3e967b72a8ed1e977eeb601b5 (diff)
downloadports-1e7170832699255fa3532cf451b603e381a1eb8e.tar.gz
ports-1e7170832699255fa3532cf451b603e381a1eb8e.zip
net-p2p/radarr: Convert to USES=mono
PR: 253988
Notes
Notes: svn path=/head/; revision=569064
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/radarr/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/net-p2p/radarr/Makefile b/net-p2p/radarr/Makefile
index a3df31d5d314..4f964e596718 100644
--- a/net-p2p/radarr/Makefile
+++ b/net-p2p/radarr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= radarr
PORTVERSION= 0.2.0.1504
DISTVERSIONPREFIX=v
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
DISTNAME= Radarr.develop.${PORTVERSION}.linux
@@ -13,16 +13,19 @@ COMMENT= Movie Library Manager for Usenet and BitTorrent users
LICENSE= GPLv3
-RUN_DEPENDS= mono>0:lang/mono \
- mediainfo>0:multimedia/mediainfo \
- sqlite3>0:databases/sqlite3
LIB_DEPENDS= libcurl.so:ftp/curl
+RUN_DEPENDS= mediainfo>0:multimedia/mediainfo \
+ sqlite3>0:databases/sqlite3
+
+USES= mono
USE_RC_SUBR= radarr
NO_ARCH= YES
NO_BUILD= YES
+WRKSRC= ${WRKDIR}/Radarr
+
USERS= radarr
GROUPS= radarr
@@ -31,8 +34,6 @@ OPTIONS_DEFINE= X11
# Permits image resizing
X11_LIB_DEPENDS+=libgdiplus.so:x11-toolkits/libgdiplus
-WRKSRC= ${WRKDIR}/Radarr
-
.include <bsd.port.options.mk>
do-install: