svn commit: r508427 - in head/net/freeswitch: . files
Kai Knoblich
kai at FreeBSD.org
Fri Aug 9 08:04:34 UTC 2019
Author: kai
Date: Fri Aug 9 08:04:32 2019
New Revision: 508427
URL: https://svnweb.freebsd.org/changeset/ports/508427
Log:
net/freeswitch: Update to 1.8.7
Changelog since the 1.8.5 release:
* Fixes around +100 bugs
* The link to the release notes was omitted as it's not very URL friendly.
It can be obtained via the URL field within the PR listed below.
PR: 239676
Submitted by: emss at free.fre (based on)
Modified:
head/net/freeswitch/Makefile
head/net/freeswitch/distinfo
head/net/freeswitch/files/extrapatch-modules.conf
head/net/freeswitch/pkg-plist
Modified: head/net/freeswitch/Makefile
==============================================================================
--- head/net/freeswitch/Makefile Fri Aug 9 08:00:52 2019 (r508426)
+++ head/net/freeswitch/Makefile Fri Aug 9 08:04:32 2019 (r508427)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= freeswitch
-PORTVERSION= 1.8.5
-PORTREVISION= 1
+PORTVERSION= 1.8.7
CATEGORIES= net
MASTER_SITES= http://files.freeswitch.org/releases/freeswitch/ \
http://files.freeswitch.org/releases/sounds/:sounds
Modified: head/net/freeswitch/distinfo
==============================================================================
--- head/net/freeswitch/distinfo Fri Aug 9 08:00:52 2019 (r508426)
+++ head/net/freeswitch/distinfo Fri Aug 9 08:04:32 2019 (r508427)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1552339873
-SHA256 (freeswitch-1.8.5.tar.xz) = 503a551be5d6df06162ea9d98a952b6fb524852ce2352fe3ca3a36a76995b046
-SIZE (freeswitch-1.8.5.tar.xz) = 28816680
+TIMESTAMP = 1565103430
+SHA256 (freeswitch-1.8.7.tar.xz) = 7d3cee32713db5f65e3d4703c6420038872d8f6efab8be4d58fbf66ffa993008
+SIZE (freeswitch-1.8.7.tar.xz) = 28883512
SHA256 (freeswitch-sounds-music-16000-1.0.52.tar.gz) = 93e0bf31797f4847dc19a94605c039ad4f0763616b6d819f5bddbfb6dd09718a
SIZE (freeswitch-sounds-music-16000-1.0.52.tar.gz) = 27991592
SHA256 (freeswitch-sounds-en-us-callie-16000-1.0.51.tar.gz) = 324b1ab5ab754db5697963e9bf6a2f9c7aeb1463755e86bbb6dc4d6a77329da2
Modified: head/net/freeswitch/files/extrapatch-modules.conf
==============================================================================
--- head/net/freeswitch/files/extrapatch-modules.conf Fri Aug 9 08:00:52 2019 (r508426)
+++ head/net/freeswitch/files/extrapatch-modules.conf Fri Aug 9 08:04:32 2019 (r508427)
@@ -1,6 +1,6 @@
---- modules.conf.orig 2019-01-25 00:17:59 UTC
+--- modules.conf.orig 2019-07-02 21:01:14 UTC
+++ modules.conf
-@@ -1,166 +1,166 @@
+@@ -1,167 +1,167 @@
-#applications/mod_abstraction
-#applications/mod_av
-#applications/mod_avmd
@@ -66,9 +66,9 @@
#applications/mod_rad_auth
-#applications/mod_redis
-#applications/mod_rss
- applications/mod_signalwire
+applications/mod_redis
+applications/mod_rss
+ applications/mod_signalwire
applications/mod_sms
#applications/mod_sms_flowroute
-#applications/mod_snapshot
@@ -191,8 +191,9 @@
+formats/mod_ssml
formats/mod_tone_stream
-#formats/mod_vlc
--#languages/mod_basic
+formats/mod_vlc
+ #formats/mod_opusfile
+-#languages/mod_basic
+languages/mod_basic
#languages/mod_java
languages/mod_lua
Modified: head/net/freeswitch/pkg-plist
==============================================================================
--- head/net/freeswitch/pkg-plist Fri Aug 9 08:00:52 2019 (r508426)
+++ head/net/freeswitch/pkg-plist Fri Aug 9 08:04:32 2019 (r508427)
@@ -4,6 +4,7 @@ bin/fs_encode
bin/fs_ivrd
bin/fsxs
bin/gentls_cert
+bin/switch_console
bin/switch_core
bin/switch_event
bin/switch_hash
More information about the svn-ports-all
mailing list