From owner-svn-ports-all@freebsd.org Sun Nov 15 17:58:02 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 6F1472EFA5D; Sun, 15 Nov 2020 17:58:02 +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 4CZ0L12r2Pz4gdb; Sun, 15 Nov 2020 17:58:00 +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 907CC1FD4E; Sun, 15 Nov 2020 17:57:59 +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 0AFHvxIB004893; Sun, 15 Nov 2020 17:57:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AFHvw02004890; Sun, 15 Nov 2020 17:57:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202011151757.0AFHvw02004890@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:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555261 - in head/audio/libshout: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/audio/libshout: . files X-SVN-Commit-Revision: 555261 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:58:02 -0000 Author: sunpoet Date: Sun Nov 15 17:57:58 2020 New Revision: 555261 URL: https://svnweb.freebsd.org/changeset/ports/555261 Log: Update to 2.4.4 Changes: https://gitlab.xiph.org/xiph/icecast-libshout/-/blob/master/NEWS Deleted: head/audio/libshout/files/patch-include-shout-shout.h.in head/audio/libshout/files/patch-src-connection.c head/audio/libshout/files/patch-src-shout.c Modified: head/audio/libshout/Makefile head/audio/libshout/distinfo head/audio/libshout/pkg-descr Modified: head/audio/libshout/Makefile ============================================================================== --- head/audio/libshout/Makefile Sun Nov 15 17:57:53 2020 (r555260) +++ head/audio/libshout/Makefile Sun Nov 15 17:57:58 2020 (r555261) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libshout -PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTVERSION= 2.4.4 CATEGORIES= audio net MASTER_SITES= https://downloads.xiph.org/releases/libshout/ \ https://svn.xiph.org/releases/libshout/ \ @@ -18,15 +17,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis -OPTIONS_DEFINE= DOCS SPEEX THEORA -OPTIONS_DEFAULT=SPEEX THEORA - USES= gmake libtool pathfix pkgconfig ssl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip LDFLAGS+= -lcrypto USE_LDCONFIG= yes + +OPTIONS_DEFINE= DOCS SPEEX THEORA +OPTIONS_DEFAULT=SPEEX THEORA SPEEX_CONFIGURE_ENABLE= speex SPEEX_LIB_DEPENDS= libspeex.so:audio/speex Modified: head/audio/libshout/distinfo ============================================================================== --- head/audio/libshout/distinfo Sun Nov 15 17:57:53 2020 (r555260) +++ head/audio/libshout/distinfo Sun Nov 15 17:57:58 2020 (r555261) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559998007 -SHA256 (libshout-2.4.3.tar.gz) = 0d8af55d1141bf90710bcd41a768c9cc5adb251502a0af1dd22c8da215d40dfe -SIZE (libshout-2.4.3.tar.gz) = 529563 +TIMESTAMP = 1605426337 +SHA256 (libshout-2.4.4.tar.gz) = 8ce90c5d05e7ad1da4c12f185837e8a867c22df2d557b0125afaba4b1438e6c3 +SIZE (libshout-2.4.4.tar.gz) = 529863 Modified: head/audio/libshout/pkg-descr ============================================================================== --- head/audio/libshout/pkg-descr Sun Nov 15 17:57:53 2020 (r555260) +++ head/audio/libshout/pkg-descr Sun Nov 15 17:57:58 2020 (r555261) @@ -5,3 +5,4 @@ application, and lets developers focus on feature sets details. WWW: https://icecast.org/ +WWW: https://gitlab.xiph.org/xiph/icecast-libshout