diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 86572dbf3d7..23507d11e7c 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