From owner-svn-ports-all@freebsd.org Sun Nov 15 17:57:54 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D89022EFA5B; Sun, 15 Nov 2020 17:57:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CZ0Kt58crz4grx; Sun, 15 Nov 2020 17:57:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A23E91FCDB; Sun, 15 Nov 2020 17:57:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AFHvsto004717; Sun, 15 Nov 2020 17:57:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AFHvs8P004714; Sun, 15 Nov 2020 17:57:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202011151757.0AFHvs8P004714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Nov 2020 17:57:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555260 - head/audio/ices X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/audio/ices X-SVN-Commit-Revision: 555260 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2020 17:57:54 -0000 Author: sunpoet Date: Sun Nov 15 17:57:53 2020 New Revision: 555260 URL: https://svnweb.freebsd.org/changeset/ports/555260 Log: Update to 2.0.3 Changes: https://gitlab.xiph.org/xiph/icecast-ices/-/commits/master Modified: head/audio/ices/Makefile head/audio/ices/distinfo head/audio/ices/pkg-descr Modified: head/audio/ices/Makefile ============================================================================== --- head/audio/ices/Makefile Sun Nov 15 17:57:49 2020 (r555259) +++ head/audio/ices/Makefile Sun Nov 15 17:57:53 2020 (r555260) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ices -PORTVERSION= 2.0.2 -PORTREVISION= 3 +PORTVERSION= 2.0.3 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= https://downloads.xiph.org/releases/ices/ \ @@ -21,13 +20,13 @@ LIB_DEPENDS= libogg.so:audio/libogg \ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis -OPTIONS_DEFINE= ALSA - USES= gmake gnome iconv pkgconfig tar:bzip2 USE_GNOME= libxml2 CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio GNU_CONFIGURE= yes + +OPTIONS_DEFINE= ALSA ALSA_CONFIGURE_ENABLE= alsa ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib Modified: head/audio/ices/distinfo ============================================================================== --- head/audio/ices/distinfo Sun Nov 15 17:57:49 2020 (r555259) +++ head/audio/ices/distinfo Sun Nov 15 17:57:53 2020 (r555260) @@ -1,2 +1,3 @@ -SHA256 (ices-2.0.2.tar.bz2) = 96458df835033c39236ad3bb099286c033241f8ea7c138e7ccf714e7ade75900 -SIZE (ices-2.0.2.tar.bz2) = 293818 +TIMESTAMP = 1605426335 +SHA256 (ices-2.0.3.tar.bz2) = e620c67c8b311520b1d6a8a89d7fd1d1d08f299534d274b8a1a36ed33a7ee4a8 +SIZE (ices-2.0.3.tar.bz2) = 330591 Modified: head/audio/ices/pkg-descr ============================================================================== --- head/audio/ices/pkg-descr Sun Nov 15 17:57:49 2020 (r555259) +++ head/audio/ices/pkg-descr Sun Nov 15 17:57:53 2020 (r555260) @@ -2,3 +2,4 @@ IceS2 is a streaming source client for icecast 2 serve and powerful static and live streaming capabilities for Ogg Vorbis streams. WWW: https://icecast.org/ices/ +WWW: https://gitlab.xiph.org/xiph/icecast-ices