Date: Tue, 6 Nov 2018 21:09:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484334 - head/audio/libshout Message-ID: <201811062109.wA6L9xup080490@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811062109.wA6L9xup080490>