diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index c44a11dd11f6..79e50a5387e9 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -1,23 +1,24 @@ 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 WWW= https://www.xiph.org/ogg/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool pathfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS .include diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 86572dbf3d7b..23507d11e7cc 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,32 +1,33 @@ 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 WWW= https://xiph.org/vorbis/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg USES= cpe libtool pathfix tar:xz USE_LDCONFIG= yes CPE_VENDOR= xiph.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS post-install: cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} ${DISTNAME} libvorbis .include