Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2022 17:54:47 GMT
From:      Felix Palmen <zirias@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b5581ae40fe - main - net-p2p/readarr: Drop hard dependency on openssl
Message-ID:  <202208121754.27CHslJP032635@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zirias:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b5581ae40fe1db883229628b7ded99537a6c38a

commit 6b5581ae40fe1db883229628b7ded99537a6c38a
Author:     Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2022-08-12 13:06:31 +0000
Commit:     Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2022-08-12 17:53:01 +0000

    net-p2p/readarr: Drop hard dependency on openssl
    
    Replace with USES=ssl:run, any version works.
    
    PR:                     265793
    Approved by:            tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D36178
---
 net-p2p/readarr/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-p2p/readarr/Makefile b/net-p2p/readarr/Makefile
index 9b923b80e490..69fc08a1780f 100644
--- a/net-p2p/readarr/Makefile
+++ b/net-p2p/readarr/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	readarr
 PORTVERSION=	0.1.1.1320
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	https://github.com/Readarr/Readarr/releases/download/v${PORTVERSION}/
 DISTNAME=	Readarr.develop.${PORTVERSION}.freebsd-core-x64
@@ -16,9 +17,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208121754.27CHslJP032635>