aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMichiel van Baak Jansen <michiel@vanbaak.eu>2023-10-01 11:25:30 +0000
committerDries Michiels <driesm@FreeBSD.org>2023-10-01 11:25:30 +0000
commit0dd4888766913979a37797e7b9fe589f5de5202a (patch)
treebebe76be5fd1114f622d45fb72341e75fe77e6a7 /net-p2p
parentcf58ecf08e848018c13cea2c0440c7806b330e86 (diff)
downloadports-0dd4888766913979a37797e7b9fe589f5de5202a.tar.gz
ports-0dd4888766913979a37797e7b9fe589f5de5202a.zip
net-p2p/*rr: switch to USES=iconv
PR: 274169
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/lidarr/Makefile5
-rw-r--r--net-p2p/prowlarr/Makefile4
-rw-r--r--net-p2p/radarr/Makefile5
-rw-r--r--net-p2p/readarr/Makefile4
4 files changed, 8 insertions, 10 deletions
diff --git a/net-p2p/lidarr/Makefile b/net-p2p/lidarr/Makefile
index d11a95c98121..c6f64f394a9c 100644
--- a/net-p2p/lidarr/Makefile
+++ b/net-p2p/lidarr/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lidarr
DISTVERSION= 1.3.5.3530
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/
DISTNAME= Lidarr.master.${DISTVERSION}.freebsd-core-x64
@@ -17,12 +17,11 @@ ONLY_FOR_ARCHS= amd64
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
icu>0:devel/icu \
krb5>0:security/krb5 \
- libiconv>0:converters/libiconv \
libinotify>0:devel/libinotify \
libunwind>0:devel/libunwind \
chromaprint>0:audio/chromaprint
-USES= ssl:run sqlite:3
+USES= ssl:run sqlite:3 iconv
USE_RC_SUBR= ${PORTNAME}
diff --git a/net-p2p/prowlarr/Makefile b/net-p2p/prowlarr/Makefile
index 1c6762289890..1f52557157e9 100644
--- a/net-p2p/prowlarr/Makefile
+++ b/net-p2p/prowlarr/Makefile
@@ -1,5 +1,6 @@
PORTNAME= prowlarr
DISTVERSION= 1.8.6.3946
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/
DISTNAME= Prowlarr.master.${PORTVERSION}.freebsd-core-x64
@@ -15,11 +16,10 @@ ONLY_FOR_ARCHS= amd64
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
icu>0:devel/icu \
krb5>0:security/krb5 \
- libiconv>0:converters/libiconv \
libinotify>0:devel/libinotify \
libunwind>0:devel/libunwind
-USES= ssl:run sqlite:3
+USES= ssl:run sqlite:3 iconv
USE_RC_SUBR= ${PORTNAME}
diff --git a/net-p2p/radarr/Makefile b/net-p2p/radarr/Makefile
index 4762766aeb6e..df847ab56c89 100644
--- a/net-p2p/radarr/Makefile
+++ b/net-p2p/radarr/Makefile
@@ -1,6 +1,6 @@
PORTNAME= radarr
DISTVERSION= 4.7.5.7809
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
DISTNAME= Radarr.master.${DISTVERSION}.freebsd-core-x64
@@ -17,11 +17,10 @@ ONLY_FOR_ARCHS= amd64
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
icu>0:devel/icu \
krb5>0:security/krb5 \
- libiconv>0:converters/libiconv \
libinotify>0:devel/libinotify \
libunwind>0:devel/libunwind
-USES= ssl:run sqlite:3
+USES= ssl:run sqlite:3 iconv
USE_RC_SUBR= ${PORTNAME}
diff --git a/net-p2p/readarr/Makefile b/net-p2p/readarr/Makefile
index d9aabeb4ae9b..01a4f183c9f8 100644
--- a/net-p2p/readarr/Makefile
+++ b/net-p2p/readarr/Makefile
@@ -1,5 +1,6 @@
PORTNAME= readarr
DISTVERSION= 0.3.6.2232
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Readarr/Readarr/releases/download/v${PORTVERSION}/
DISTNAME= Readarr.develop.${DISTVERSION}.freebsd-core-x64
@@ -16,11 +17,10 @@ ONLY_FOR_ARCHS= amd64
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
icu>0:devel/icu \
krb5>0:security/krb5 \
- libiconv>0:converters/libiconv \
libinotify>0:devel/libinotify \
libunwind>0:devel/libunwind
-USES= ssl:run sqlite:3
+USES= ssl:run sqlite:3 iconv
USE_RC_SUBR= ${PORTNAME}