diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2023-06-27 16:40:26 +0200 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2023-06-27 16:41:19 +0200 |
commit | a3cdf88efb7f525c414b55aa09007efb047fea01 (patch) | |
tree | 3854ebba648a0db604d5155358e4a83d8793a61c | |
parent | games/veloren-weekly: update to s20230627 (diff) |
audio/*: add GitHub mirror for Xiph.Org projects if available
-rw-r--r-- | audio/libogg/Makefile | 5 | ||||
-rw-r--r-- | audio/libvorbis/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index c44a11dd11f6..79e50a5387e9 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -1,8 +1,9 @@ PORTNAME= libogg -PORTVERSION= 1.3.5 +DISTVERSION= 1.3.5 PORTEPOCH= 4 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/ogg/ +MASTER_SITES= https://downloads.xiph.org/releases/ogg/ \ + https://github.com/xiph/ogg/releases/download/v${DISTVERSION}/ MAINTAINER= naddy@FreeBSD.org COMMENT= Ogg bitstream library diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 86572dbf3d7b..23507d11e7cc 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,9 +1,10 @@ PORTNAME= libvorbis -PORTVERSION= 1.3.7 +DISTVERSION= 1.3.7 PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ +MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \ + https://github.com/xiph/vorbis/releases/download/v${DISTVERSION}/ MAINTAINER= naddy@FreeBSD.org COMMENT= Audio compression codec library |