audio/*: add GitHub mirror for Xiph.Org projects if available

This commit is contained in:
Christian Weisgerber 2023-06-27 16:40:26 +02:00
parent 9b04157e96
commit a3cdf88efb
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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