diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2019-08-09 08:04:32 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2019-08-09 08:04:32 +0000 |
commit | 2d9f73d26d7ea240d66a45b95251e439eea3a8a5 (patch) | |
tree | 7f7837fa9053636a6beac6169ad0e2557666e59f /net/freeswitch | |
parent | devel/catch: update to 2.9.2 (diff) |
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@free.fre (based on)
Notes
Notes:
svn path=/head/; revision=508427
Diffstat (limited to 'net/freeswitch')
-rw-r--r-- | net/freeswitch/Makefile | 3 | ||||
-rw-r--r-- | net/freeswitch/distinfo | 6 | ||||
-rw-r--r-- | net/freeswitch/files/extrapatch-modules.conf | 9 | ||||
-rw-r--r-- | net/freeswitch/pkg-plist | 1 |
4 files changed, 10 insertions, 9 deletions
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index e756ec7fb4ea..84b958c29c5c 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -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 diff --git a/net/freeswitch/distinfo b/net/freeswitch/distinfo index a2ebac4714fb..2de5fa0b0bd8 100644 --- a/net/freeswitch/distinfo +++ b/net/freeswitch/distinfo @@ -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 diff --git a/net/freeswitch/files/extrapatch-modules.conf b/net/freeswitch/files/extrapatch-modules.conf index 7a4abbd9b26c..61431067f143 100644 --- a/net/freeswitch/files/extrapatch-modules.conf +++ b/net/freeswitch/files/extrapatch-modules.conf @@ -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 diff --git a/net/freeswitch/pkg-plist b/net/freeswitch/pkg-plist index 175f5aa4bddc..bb1e51aa801c 100644 --- a/net/freeswitch/pkg-plist +++ b/net/freeswitch/pkg-plist @@ -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 |