diff options
author | Michiel van Baak Jansen <michiel@vanbaak.eu> | 2023-12-11 16:30:25 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-12-13 07:52:31 +0000 |
commit | 64925cfebcbe208c4302a09971fe7ab65668c135 (patch) | |
tree | 8bb48b77035f6a71a43fe6fb5b7d4bea148441ba /net-p2p/prowlarr/Makefile | |
parent | 5fadc7297827f80c9b7ba7ca98356b3cfe776d9b (diff) | |
download | ports-64925cfebcbe208c4302a09971fe7ab65668c135.tar.gz ports-64925cfebcbe208c4302a09971fe7ab65668c135.zip |
net-p2p/prowlarr: update to 1.10.5.4116
While here, update SSL dependency.
PR: 275674
Reported by: szalkowski@partnerservice.pl (maintainer)
Diffstat (limited to 'net-p2p/prowlarr/Makefile')
-rw-r--r-- | net-p2p/prowlarr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/prowlarr/Makefile b/net-p2p/prowlarr/Makefile index 481387dd720c..1ee6f2292a8e 100644 --- a/net-p2p/prowlarr/Makefile +++ b/net-p2p/prowlarr/Makefile @@ -1,5 +1,5 @@ PORTNAME= prowlarr -DISTVERSION= 1.9.4.4039 +DISTVERSION= 1.10.5.4116 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/ DISTNAME= Prowlarr.master.${PORTVERSION}.freebsd-core-x64 @@ -19,7 +19,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ libinotify>0:devel/libinotify \ libunwind>0:devel/libunwind -USES= ssl:run sqlite:3 +USES= sqlite:3 ssl:run USE_RC_SUBR= ${PORTNAME} |