svn commit: r484333 - head/audio/ices

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


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 at 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


More information about the svn-ports-all mailing list