Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2018 21:09:51 +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: r484333 - head/audio/ices
Message-ID:  <201811062109.wA6L9p4D080381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov  6 21:09:50 2018
New Revision: 484333
URL: https://svnweb.freebsd.org/changeset/ports/484333

Log:
  Update MASTER_SITES

Modified:
  head/audio/ices/Makefile

Modified: head/audio/ices/Makefile
==============================================================================
--- head/audio/ices/Makefile	Tue Nov  6 21:09:42 2018	(r484332)
+++ head/audio/ices/Makefile	Tue Nov  6 21:09:50 2018	(r484333)
@@ -6,8 +6,8 @@ PORTVERSION=	2.0.2
 PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	audio net
-MASTER_SITES=	http://downloads.xiph.org/releases/${PORTNAME}/ \
-		http://svn.xiph.org/releases/${PORTNAME}/
+MASTER_SITES=	https://downloads.xiph.org/releases/ices/ \
+		https://svn.xiph.org/releases/ices/
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Vorbis streaming source client for icecast 2
@@ -23,10 +23,11 @@ LIB_DEPENDS=	libogg.so:audio/libogg \
 
 OPTIONS_DEFINE=	ALSA
 
+USES=		gmake gnome iconv pkgconfig tar:bzip2
+USE_GNOME=	libxml2
+
 CONFIGURE_ARGS=	--disable-roaraudio --disable-sun-audio
 GNU_CONFIGURE=	yes
-USE_GNOME=	libxml2
-USES=		gmake gnome iconv pkgconfig tar:bzip2
 
 ALSA_CONFIGURE_ENABLE=	alsa
 ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811062109.wA6L9p4D080381>