git: a3c489568ffb - main - net-p2p/*rr: switch to USES for sqlite
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jul 2023 16:09:15 UTC
The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3c489568ffb1f0c3ef295a6d4f55ebf1f061145 commit a3c489568ffb1f0c3ef295a6d4f55ebf1f061145 Author: Michiel van Baak Jansen <michiel@vanbaak.eu> AuthorDate: 2023-07-27 16:06:35 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2023-07-27 16:07:56 +0000 net-p2p/*rr: switch to USES for sqlite PR: 259252 --- net-p2p/lidarr/Makefile | 6 +++--- net-p2p/prowlarr/Makefile | 3 ++- net-p2p/radarr/Makefile | 6 +++--- net-p2p/readarr/Makefile | 3 ++- net-p2p/sonarr/Makefile | 3 ++- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/net-p2p/lidarr/Makefile b/net-p2p/lidarr/Makefile index f5ab06e82d26..003dd0179a8d 100644 --- a/net-p2p/lidarr/Makefile +++ b/net-p2p/lidarr/Makefile @@ -1,5 +1,6 @@ PORTNAME= lidarr DISTVERSION= 1.2.6.3313 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/ DISTNAME= Lidarr.master.${DISTVERSION}.freebsd-core-x64 @@ -19,10 +20,9 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ libiconv>0:converters/libiconv \ libinotify>0:devel/libinotify \ libunwind>0:devel/libunwind \ - chromaprint>0:audio/chromaprint \ - sqlite3>0:databases/sqlite3 + chromaprint>0:audio/chromaprint -USES= ssl:run +USES= ssl:run sqlite:3 USE_RC_SUBR= ${PORTNAME} diff --git a/net-p2p/prowlarr/Makefile b/net-p2p/prowlarr/Makefile index e1773dd07535..e086a0220a26 100644 --- a/net-p2p/prowlarr/Makefile +++ b/net-p2p/prowlarr/Makefile @@ -1,5 +1,6 @@ PORTNAME= prowlarr DISTVERSION= 1.7.4.3769 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/ DISTNAME= Prowlarr.master.${PORTVERSION}.freebsd-core-x64 @@ -19,7 +20,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ libinotify>0:devel/libinotify \ libunwind>0:devel/libunwind -USES= ssl:run sqlite +USES= ssl:run sqlite:3 USE_RC_SUBR= ${PORTNAME} diff --git a/net-p2p/radarr/Makefile b/net-p2p/radarr/Makefile index 30f82b315471..898ce528a69d 100644 --- a/net-p2p/radarr/Makefile +++ b/net-p2p/radarr/Makefile @@ -1,5 +1,6 @@ PORTNAME= radarr DISTVERSION= 4.6.4.7568 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/ DISTNAME= Radarr.master.${DISTVERSION}.freebsd-core-x64 @@ -18,10 +19,9 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ krb5>0:security/krb5 \ libiconv>0:converters/libiconv \ libinotify>0:devel/libinotify \ - libunwind>0:devel/libunwind \ - sqlite3>0:databases/sqlite3 + libunwind>0:devel/libunwind -USES= ssl:run +USES= ssl:run sqlite:3 USE_RC_SUBR= ${PORTNAME} diff --git a/net-p2p/readarr/Makefile b/net-p2p/readarr/Makefile index 175d5617ad6a..85f9a4bf7945 100644 --- a/net-p2p/readarr/Makefile +++ b/net-p2p/readarr/Makefile @@ -1,5 +1,6 @@ PORTNAME= readarr DISTVERSION= 0.2.4.1999 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Readarr/Readarr/releases/download/v${PORTVERSION}/ DISTNAME= Readarr.develop.${DISTVERSION}.freebsd-core-x64 @@ -20,7 +21,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ libinotify>0:devel/libinotify \ libunwind>0:devel/libunwind -USES= ssl:run sqlite +USES= ssl:run sqlite:3 USE_RC_SUBR= ${PORTNAME} diff --git a/net-p2p/sonarr/Makefile b/net-p2p/sonarr/Makefile index bbf47b15f3e8..a98787e0364f 100644 --- a/net-p2p/sonarr/Makefile +++ b/net-p2p/sonarr/Makefile @@ -1,5 +1,6 @@ PORTNAME= sonarr PORTVERSION= 3.0.10.1567 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://download.sonarr.tv/v3/main/${PORTVERSION}/ DISTNAME= Sonarr.main.${PORTVERSION}.linux @@ -12,9 +13,9 @@ LICENSE= GPLv3 LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= mediainfo>0:multimedia/mediainfo \ - sqlite3>0:databases/sqlite3 \ mono6.8>0:lang/mono6.8 +USES= sqlite:3 USE_RC_SUBR= sonarr NO_ARCH= YES