Update libshout to 2.4.3

* TLS support
* new protocols and formats
* bug fixes
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/libshout/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile	12 Jul 2019 20:48:31 -0000	1.29
+++ Makefile	22 Feb 2020 23:21:21 -0000
@@ -2,9 +2,8 @@
 
 COMMENT=	library for communicating with an icecast server
 
-DISTNAME=	libshout-2.3.1
-REVISION=	0
-SHARED_LIBS=	shout	5.1
+DISTNAME=	libshout-2.4.3
+SHARED_LIBS=	shout	5.2
 CATEGORIES=	net audio
 
 HOMEPAGE=	https://icecast.org/
@@ -12,7 +11,7 @@ HOMEPAGE=	https://icecast.org/
 # LGPL
 PERMIT_PACKAGE=	Yes
 
-WANTLIB += m ogg pthread speex theora>=1 vorbis>=4
+WANTLIB += crypto m ogg pthread speex ssl theora>=1 vorbis>=4
 
 MASTER_SITES=	https://downloads.xiph.org/releases/libshout/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/libshout/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo	4 Jun 2015 07:21:11 -0000	1.8
+++ distinfo	22 Feb 2020 23:21:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (libshout-2.3.1.tar.gz) = zzxfa0peP8++CftwJKqIrUCZqZRffLA37Aa87nojkm4=
-SIZE (libshout-2.3.1.tar.gz) = 464229
+SHA256 (libshout-2.4.3.tar.gz) = DYr1XRFBv5BxC81Bp2jJzFrbJRUCoK8d0iyNohXUDf4=
+SIZE (libshout-2.4.3.tar.gz) = 529563
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/libshout/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST	16 Mar 2015 18:07:52 -0000	1.6
+++ pkg/PLIST	22 Feb 2020 23:21:21 -0000
@@ -1,11 +1,13 @@
 @comment $OpenBSD: PLIST,v 1.6 2015/03/16 18:07:52 naddy Exp $
 include/shout/
 include/shout/shout.h
+@comment lib/ckport/
+@comment lib/ckport/db/
+@comment lib/ckport/db/libshout.ckport
 lib/libshout.a
 lib/libshout.la
 @lib lib/libshout.so.${LIBshout_VERSION}
 lib/pkgconfig/shout.pc
-share/aclocal/
 share/aclocal/shout.m4
 share/examples/libshout/
 @comment share/examples/libshout/COPYING

Reply via email to