diff options
-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 |