diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-09-28 15:40:33 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-09-28 21:29:15 +0200 |
commit | bdda361efa28ba5ee2d5c8be7fd463684f66cddc (patch) | |
tree | 23561d88ab043fb1cacbd9519005bcc014816eca /audio | |
parent | devel/orc: Update to 0.4.40 (diff) |
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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/picard/Makefile | 7 |
1 files 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 |