git: bdda361efa28 - main - audio/picard: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Sep 2024 19:29:33 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=bdda361efa28ba5ee2d5c8be7fd463684f66cddc commit bdda361efa28ba5ee2d5c8be7fd463684f66cddc Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-09-28 13:40:33 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-28 19:29:15 +0000 audio/picard: Update MASTER_SITES Use GitHub as primary and fallback to upstream if that fails While at it switch to DISTVERSION PR: 281699 Reviewed by: jhale (maintainer) --- audio/picard/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/picard/Makefile b/audio/picard/Makefile index 92137abf9fc9..650519ec2b8b 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -1,9 +1,8 @@ PORTNAME= picard -PORTVERSION= 2.12.3 +DISTVERSION= 2.12.3 CATEGORIES= audio python -MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ - ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ - http://ftp.osuosl.org/pub/musicbrainz/picard/ +MASTER_SITES= https://github.com/metabrainz/${PORTNAME}/releases/download/release-${DISTVERSION}/ \ + https://data.musicbrainz.org/pub/musicbrainz/${PORTNAME}/ MAINTAINER= jhale@FreeBSD.org COMMENT= Next generation MusicBrainz Tagger