Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 17:57:58 +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: r555261 - in head/audio/libshout: . files
Message-ID:  <202011151757.0AFHvw02004890@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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