git: 7d4b779db445 - main - net-p2p/sonarr: Switch MASTER_SITES to GitHub

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Wed, 17 Jan 2024 08:48:50 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d4b779db445e7d4fe3222b808153fc6cc9a4b1e

commit 7d4b779db445e7d4fe3222b808153fc6cc9a4b1e
Author:     Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2024-01-16 08:19:52 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-01-17 08:48:37 +0000

    net-p2p/sonarr: Switch MASTER_SITES to GitHub
    
    sonarr now releases on GitHub releases \o/
    
    PR:             276349
    Reported by:    michiel@vanbaak.eu (maintainer)
---
 net-p2p/sonarr/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-p2p/sonarr/Makefile b/net-p2p/sonarr/Makefile
index b0e61ce8a1d8..519d7c77b6cb 100644
--- a/net-p2p/sonarr/Makefile
+++ b/net-p2p/sonarr/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	sonarr
 DISTVERSION=	4.0.0.748
+PORTREVISION=	1
 CATEGORIES=	net-p2p
-MASTER_SITES=	https://download.sonarr.tv/v4/main/${PORTVERSION}/
+MASTER_SITES=	https://github.com/Sonarr/Sonarr/releases/download/v${PORTVERSION}/
 DISTNAME=	Sonarr.main.${DISTVERSION}.freebsd-x64
 
 MAINTAINER=	michiel@vanbaak.eu