From 0dd4888766913979a37797e7b9fe589f5de5202a Mon Sep 17 00:00:00 2001 From: Michiel van Baak Jansen Date: Sun, 1 Oct 2023 13:25:30 +0200 Subject: net-p2p/*rr: switch to USES=iconv PR: 274169 --- net-p2p/lidarr/Makefile | 5 ++--- net-p2p/prowlarr/Makefile | 4 ++-- net-p2p/radarr/Makefile | 5 ++--- net-p2p/readarr/Makefile | 4 ++-- 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} -- cgit v1.2.3