aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichiel van Baak Jansen <michiel@vanbaak.eu>2022-08-12 13:04:53 +0000
committerFelix Palmen <zirias@FreeBSD.org>2022-08-12 17:52:01 +0000
commitf2242e2ab25115ead515d036f509022b1e52e52c (patch)
treed992797e988e79f1f870bd2af937e0ea2170ec28
parentfabbde505ba16b6156ecf55dc9f1d6bf01679861 (diff)
downloadports-f2242e2ab25115ead515d036f509022b1e52e52c.tar.gz
ports-f2242e2ab25115ead515d036f509022b1e52e52c.zip
net-p2p/radarr: Drop hard dependency on openssl
Replace with USES=ssl:run, any version works. PR: 265790 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36176
-rw-r--r--net-p2p/radarr/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/radarr/Makefile b/net-p2p/radarr/Makefile
index 55bbe17ec984..66bbd9a6225c 100644
--- a/net-p2p/radarr/Makefile
+++ b/net-p2p/radarr/Makefile
@@ -1,6 +1,6 @@
PORTNAME= radarr
PORTVERSION= 4.1.0.6175
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
DISTNAME= Radarr.master.${PORTVERSION}.freebsd-core-x64
@@ -18,9 +18,10 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
libiconv>0:converters/libiconv \
libinotify>0:devel/libinotify \
libunwind>0:devel/libunwind \
- openssl>0:security/openssl \
sqlite3>0:databases/sqlite3
+USES= ssl:run
+
USE_RC_SUBR= ${PORTNAME}
NO_BUILD= YES