diff options
Diffstat (limited to 'net/freeswitch')
-rw-r--r-- | net/freeswitch/Makefile | 6 | ||||
-rw-r--r-- | net/freeswitch/pkg-plist | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 1e984a765345..e6456b3af785 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -1,5 +1,6 @@ PORTNAME= freeswitch DISTVERSION= 1.10.12 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://files.freeswitch.org/releases/freeswitch/ \ https://files.freeswitch.org/releases/sounds/:sounds @@ -31,8 +32,9 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libodbc.so:databases/unixODBC \ libpng.so:graphics/png \ libjbig.so:graphics/jbigkit \ + libshout.so:audio/libshout \ libtiff.so:graphics/tiff \ - libuuid.so:misc/e2fsprogs-libuuid \ + libuuid.so:misc/libuuid \ libmariadb.so:databases/mariadb-connector-c \ libspandsp.so:comms/spandsp \ libsofia-sip-ua.so:net/sofia-sip @@ -190,6 +192,8 @@ post-patch: ${WRKSRC}/modules.conf ${REINPLACE_CMD} -Ee 's|^(endpoints/mod_verto)|#\1|' \ ${WRKSRC}/modules.conf + ${REINPLACE_CMD} -Ee 's|^#(formats/mod_shout)|\1|' \ + ${WRKSRC}/modules.conf post-patch-PGSQL-off: ${REINPLACE_CMD} -Ee 's|^(databases/mod_pgsql)|#\1|' ${WRKSRC}/modules.conf diff --git a/net/freeswitch/pkg-plist b/net/freeswitch/pkg-plist index 762c4872bc53..7c2dba2f4777 100644 --- a/net/freeswitch/pkg-plist +++ b/net/freeswitch/pkg-plist @@ -94,6 +94,7 @@ lib/freeswitch/mod/mod_opus.so lib/freeswitch/mod/mod_png.so lib/freeswitch/mod/mod_rtc.so lib/freeswitch/mod/mod_say_en.so +lib/freeswitch/mod/mod_shout.so lib/freeswitch/mod/mod_skinny.so lib/freeswitch/mod/mod_sms.so lib/freeswitch/mod/mod_sndfile.so |