Hi,

update telephony/baresip/baresip 0.5.8 -> 0.5.9
update telephony/baresip/re      0.5.7 -> 0.5.8
update telephony/baresip/rem     0.5.2 -> 0.5.3

ChangeLogs:

http://lists.creytiv.com/pipermail/re-devel/2018-April/001186.html
http://lists.creytiv.com/pipermail/re-devel/2018-April/001185.html
http://lists.creytiv.com/pipermail/re-devel/2018-April/001184.html

OK?

Best regards,
Ingo

Index: baresip/Makefile
===================================================================
RCS file: /cvs/ports/telephony/baresip/baresip/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- baresip/Makefile    11 Mar 2018 18:48:59 -0000      1.20
+++ baresip/Makefile    25 Apr 2018 15:50:36 -0000
@@ -3,7 +3,7 @@
 COMMENT-main =         modular SIP User-Agent with audio and video support
 COMMENT-gtk2 =         GTK+2-based modules for baresip
 
-V =                    0.5.8
+V =                    0.5.9
 DISTNAME =             baresip-$V
 PKGNAME-main =         baresip-$V
 PKGNAME-gtk2 =         baresip-gtk2-$V
@@ -14,7 +14,7 @@ WANTLIB-main += re rem sndfile sndio spa
 WANTLIB-main += twolame v4l2 vpx x264 x265
 
 WANTLIB-gtk2 += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
-WANTLIB-gtk2 += Xrandr Xrender atk-1.0 cairo fontconfig freetype gdk-x11-2.0
+WANTLIB-gtk2 += Xrandr Xrender atk-1.0 cairo fontconfig freetype fribidi 
gdk-x11-2.0
 WANTLIB-gtk2 += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gstapp-1.0
 WANTLIB-gtk2 += gstbase-1.0 gstreamer-1.0 gtk-x11-2.0 intl mpg123 pango-1.0
 WANTLIB-gtk2 += pangocairo-1.0 pangoft2-1.0 re z
@@ -37,7 +37,8 @@ LIB_DEPENDS-main =    audio/gsm \
                        telephony/baresip/re>=0.5.7 \
                        telephony/baresip/rem>=0.5.2 \
                        telephony/spandsp
-LIB_DEPENDS-gtk2 =     multimedia/gstreamer1/plugins-base \
+LIB_DEPENDS-gtk2 =     devel/fribidi \
+                       multimedia/gstreamer1/plugins-base \
                        telephony/baresip/re>=0.5.7 \
                        x11/gtk+2,-main
 RUN_DEPENDS-gtk2 =     telephony/baresip/baresip,-main>=$V \
Index: baresip/distinfo
===================================================================
RCS file: /cvs/ports/telephony/baresip/baresip/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- baresip/distinfo    11 Mar 2018 18:48:59 -0000      1.14
+++ baresip/distinfo    25 Apr 2018 15:50:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (baresip-0.5.8.tar.gz) = 2fEdpQ/WyTWatHhhi108EyR0qDj+n2aMJJ+dWgfyZmI=
-SIZE (baresip-0.5.8.tar.gz) = 584406
+SHA256 (baresip-0.5.9.tar.gz) = 7t3Pue+ACi2JIAi9maIj6n+pO6hYhswGPGu4HLkjbgk=
+SIZE (baresip-0.5.9.tar.gz) = 589680
Index: baresip/patches/patch-src_config_c
===================================================================
RCS file: /cvs/ports/telephony/baresip/baresip/patches/patch-src_config_c,v
retrieving revision 1.13
diff -u -p -r1.13 patch-src_config_c
--- baresip/patches/patch-src_config_c  11 Mar 2018 18:48:59 -0000      1.13
+++ baresip/patches/patch-src_config_c  25 Apr 2018 15:50:36 -0000
@@ -2,16 +2,16 @@ $OpenBSD: patch-src_config_c,v 1.13 2018
 Index: src/config.c
 --- src/config.c.orig
 +++ src/config.c
-@@ -505,7 +505,7 @@ static const char *default_video_device(void)
- #endif
- 
+@@ -511,7 +511,7 @@ static const char *default_video_device(void)
+ #elif defined (WIN32)
+       return "dshow,nil";
  #else
 -      return "v4l2,/dev/video0";
 +      return "v4l2,/dev/video";
  #endif
  }
  
-@@ -753,31 +753,31 @@ int config_write_template(const char *file, const stru
+@@ -761,31 +761,31 @@ int config_write_template(const char *file, const stru
        (void)re_fprintf(f, "module\t\t\t" MOD_PRE "stdio" MOD_EXT "\n");
  #endif
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "cons" MOD_EXT "\n");
@@ -60,7 +60,7 @@ Index: src/config.c
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "plc" MOD_EXT "\n");
  
        (void)re_fprintf(f, "\n# Audio driver Modules\n");
-@@ -796,8 +796,8 @@ int config_write_template(const char *file, const stru
+@@ -804,8 +804,8 @@ int config_write_template(const char *file, const stru
        (void)re_fprintf(f, "module\t\t\t" MOD_PRE "alsa" MOD_EXT "\n");
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "pulse" MOD_EXT "\n");
  #endif
@@ -71,7 +71,7 @@ Index: src/config.c
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "aubridge" MOD_EXT "\n");
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "aufile" MOD_EXT "\n");
  
-@@ -809,9 +809,9 @@ int config_write_template(const char *file, const stru
+@@ -817,9 +817,9 @@ int config_write_template(const char *file, const stru
  #else
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "avcodec" MOD_EXT "\n");
  #endif
@@ -84,7 +84,7 @@ Index: src/config.c
  
        (void)re_fprintf(f, "\n# Video filter Modules (in encoding order)\n");
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "selfview" MOD_EXT "\n");
-@@ -832,14 +832,14 @@ int config_write_template(const char *file, const stru
+@@ -840,14 +840,14 @@ int config_write_template(const char *file, const stru
        (void)re_fprintf(f, "module\t\t\t" MOD_PRE "dshow" MOD_EXT "\n");
  
  #else
@@ -104,7 +104,7 @@ Index: src/config.c
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "cairo" MOD_EXT "\n");
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "vidbridge" MOD_EXT "\n");
  
-@@ -850,16 +850,16 @@ int config_write_template(const char *file, const stru
+@@ -858,16 +858,16 @@ int config_write_template(const char *file, const stru
  #ifdef LINUX
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "directfb" MOD_EXT "\n");
  #endif
@@ -125,7 +125,7 @@ Index: src/config.c
  
        (void)re_fprintf(f, "\n# Media NAT modules\n");
        (void)re_fprintf(f, "module\t\t\t" MOD_PRE "stun" MOD_EXT "\n");
-@@ -868,8 +868,8 @@ int config_write_template(const char *file, const stru
+@@ -876,8 +876,8 @@ int config_write_template(const char *file, const stru
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "natpmp" MOD_EXT "\n");
  
        (void)re_fprintf(f, "\n# Media encryption modules\n");
@@ -136,7 +136,7 @@ Index: src/config.c
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "zrtp" MOD_EXT "\n");
        (void)re_fprintf(f, "\n");
  
-@@ -886,6 +886,7 @@ int config_write_template(const char *file, const stru
+@@ -894,6 +894,7 @@ int config_write_template(const char *file, const stru
        (void)re_fprintf(f, "# Application Modules\n");
        (void)re_fprintf(f, "\n");
        (void)re_fprintf(f, "module_app\t\t" MOD_PRE "auloop"MOD_EXT"\n");
@@ -144,7 +144,7 @@ Index: src/config.c
        (void)re_fprintf(f, "module_app\t\t"  MOD_PRE "contact"MOD_EXT"\n");
        (void)re_fprintf(f, "module_app\t\t"  MOD_PRE "debug_cmd"MOD_EXT"\n");
  #ifdef LINUX
-@@ -919,8 +920,8 @@ int config_write_template(const char *file, const stru
+@@ -927,8 +928,8 @@ int config_write_template(const char *file, const stru
        (void)re_fprintf(f, "\n");
        (void)re_fprintf(f, "ctrl_tcp_listen\t\t0.0.0.0:4444\n");
  
Index: re/Makefile
===================================================================
RCS file: /cvs/ports/telephony/baresip/re/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- re/Makefile 11 Mar 2018 18:46:45 -0000      1.18
+++ re/Makefile 25 Apr 2018 15:50:36 -0000
@@ -2,9 +2,9 @@
 
 COMMENT =              portable library for real-time communications
 
-V =                    0.5.7
+V =                    0.5.8
 DISTNAME =             re-${V}
-SHARED_LIBS =          re      5.0
+SHARED_LIBS =          re      5.1
 CATEGORIES +=          devel
 
 WANTLIB = crypto pthread ssl z
Index: re/distinfo
===================================================================
RCS file: /cvs/ports/telephony/baresip/re/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- re/distinfo 11 Mar 2018 18:46:45 -0000      1.14
+++ re/distinfo 25 Apr 2018 15:50:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (re-0.5.7.tar.gz) = XcwVYQwo/x3xR9KCZrKbk0rc/0O/w/2sWHZ/14kQEDk=
-SIZE (re-0.5.7.tar.gz) = 299678
+SHA256 (re-0.5.8.tar.gz) = GQ/WUtoWfY1jUbeib6Cu8t2rdf5ejV3nft8COYhEDnA=
+SIZE (re-0.5.8.tar.gz) = 301351
Index: re/patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/telephony/baresip/re/patches/patch-Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 patch-Makefile
--- re/patches/patch-Makefile   11 Mar 2018 18:46:45 -0000      1.8
+++ re/patches/patch-Makefile   25 Apr 2018 15:50:36 -0000
@@ -2,9 +2,9 @@ $OpenBSD: patch-Makefile,v 1.8 2018/03/1
 Index: Makefile
 --- Makefile.orig
 +++ Makefile
-@@ -12,10 +12,6 @@ VER_PATCH := 7
+@@ -12,10 +12,6 @@ VER_PATCH := 8
  PROJECT   := re
- VERSION   := 0.5.7
+ VERSION   := 0.5.8
  
 -MK    := mk/re.mk
 -
Index: rem/Makefile
===================================================================
RCS file: /cvs/ports/telephony/baresip/rem/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- rem/Makefile        30 Oct 2017 17:22:21 -0000      1.8
+++ rem/Makefile        25 Apr 2018 15:50:36 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              library for real-time audio and video processing
 
-V =                    0.5.2
+V =                    0.5.3
 DISTNAME =             rem-${V}
 SHARED_LIBS =          rem     0.4
 CATEGORIES +=          multimedia devel
Index: rem/distinfo
===================================================================
RCS file: /cvs/ports/telephony/baresip/rem/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- rem/distinfo        30 Oct 2017 17:22:21 -0000      1.5
+++ rem/distinfo        25 Apr 2018 15:50:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (rem-0.5.2.tar.gz) = +8VOge1P0ooR1SX0OE0GvuTBHhCXU5VmjoJg7w1KZOs=
-SIZE (rem-0.5.2.tar.gz) = 40251
+SHA256 (rem-0.5.3.tar.gz) = n5inmUfUcJKCpXkaww8O2gPV00CG8233S/9PiqwOgFA=
+SIZE (rem-0.5.3.tar.gz) = 40417

Reply via email to