svn commit: r484334 - head/audio/libshout

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 6 21:10:00 UTC 2018


Author: sunpoet
Date: Tue Nov  6 21:09:59 2018
New Revision: 484334
URL: https://svnweb.freebsd.org/changeset/ports/484334

Log:
  Update MASTER_SITES

Modified:
  head/audio/libshout/Makefile

Modified: head/audio/libshout/Makefile
==============================================================================
--- head/audio/libshout/Makefile	Tue Nov  6 21:09:50 2018	(r484333)
+++ head/audio/libshout/Makefile	Tue Nov  6 21:09:59 2018	(r484334)
@@ -4,7 +4,8 @@
 PORTNAME=	libshout
 PORTVERSION=	2.4.1
 CATEGORIES=	audio net
-MASTER_SITES=	http://downloads.xiph.org/releases/${PORTNAME}/ \
+MASTER_SITES=	https://downloads.xiph.org/releases/libshout/ \
+		https://svn.xiph.org/releases/libshout/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -19,10 +20,11 @@ LIB_DEPENDS=	libogg.so:audio/libogg \
 OPTIONS_DEFINE=	DOCS SPEEX THEORA
 OPTIONS_DEFAULT=SPEEX THEORA
 
+USES=		gmake libtool pathfix pkgconfig ssl
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
-USES=		gmake libtool pathfix pkgconfig ssl
 
 PORTDOCS=	*
 


More information about the svn-ports-all mailing list