Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2024 08:48:50 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d4b779db445 - main - net-p2p/sonarr: Switch MASTER_SITES to GitHub
Message-ID:  <202401170848.40H8moDb087202@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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