diff options
Diffstat (limited to '')
-rw-r--r-- | net/asterisk22/Makefile | 16 | ||||
-rw-r--r-- | net/asterisk22/distinfo | 6 | ||||
-rw-r--r-- | net/asterisk22/pkg-plist | 2 |
3 files changed, 16 insertions, 8 deletions
diff --git a/net/asterisk22/Makefile b/net/asterisk22/Makefile index 41826adfd475..b096a2d8b935 100644 --- a/net/asterisk22/Makefile +++ b/net/asterisk22/Makefile @@ -1,5 +1,5 @@ PORTNAME= asterisk -DISTVERSION= 22.4.0 +DISTVERSION= 22.5.2 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -20,7 +20,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libjansson.so:devel/jansson \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/libuuid USES= bison compiler:c11 cpe gmake gnome iconv libedit localbase \ ncurses pkgconfig shebangfix sqlite ssl @@ -67,9 +67,9 @@ OPTIONS_DEFINE= ASTVERSION BACKTRACE CURL EXCHANGE FREETDS G729 LDAP LUA \ OPTIONS_DEFINE_aarch64= GEOLOCATION OPTIONS_DEFINE_amd64= DAHDI GEOLOCATION OPTIONS_DEFINE_i386= DAHDI GEOLOCATION -OPTIONS_DEFINE_powerpc= DAHDI -OPTIONS_DEFINE_powerpc64= DAHDI -OPTIONS_DEFINE_powerpc64le= DAHDI +OPTIONS_DEFINE_powerpc= DAHDI GEOLOCATION +OPTIONS_DEFINE_powerpc64= DAHDI GEOLOCATION +OPTIONS_DEFINE_powerpc64le= DAHDI GEOLOCATION OPTIONS_DEFAULT= CURL FREETDS GSM LUA MP3PLAYER NEWT ODBC OPUS MYSQL PGSQL \ PJSIP PORTAUDIO RADIUS SNMP SPANDSP SPEEX SRTP URIPARSER \ VORBIS XMLDOC @@ -252,6 +252,12 @@ LLD_EMULATION= elf_i386 LLD_EMULATION= elf_x86_64 .elif ${ARCH} == aarch64 LLD_EMULATION= aarch64elf +.elif ${ARCH} == powerpc64le +LLD_EMULATION= elf64lppc +.elif ${ARCH} == powerpc64 +LLD_EMULATION= elf64ppc +.elif ${ARCH} == powerpc +LLD_EMULATION= elf32ppc .endif .endif diff --git a/net/asterisk22/distinfo b/net/asterisk22/distinfo index 8d20afcdf021..f3247adbf965 100644 --- a/net/asterisk22/distinfo +++ b/net/asterisk22/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1746767807 -SHA256 (asterisk/asterisk-22.4.0.tar.gz) = 7fb2a95769de30b9d5c672ff071b64d939c2f62576a302033caf9e4c3b6996b7 -SIZE (asterisk/asterisk-22.4.0.tar.gz) = 26323494 +TIMESTAMP = 1756447991 +SHA256 (asterisk/asterisk-22.5.2.tar.gz) = 5061c852fd850b17e6be9d866c8e73298471883fc5e3ccd5a24b3e1364e24218 +SIZE (asterisk/asterisk-22.5.2.tar.gz) = 26374414 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = b49dec15e07bb9bff6af0da3a07180651a38ef54d3ea54a3f20c35f081ed8714 SIZE (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = 1557798 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 diff --git a/net/asterisk22/pkg-plist b/net/asterisk22/pkg-plist index 049a56673432..d2a31101c753 100644 --- a/net/asterisk22/pkg-plist +++ b/net/asterisk22/pkg-plist @@ -101,6 +101,7 @@ @sample %%ETCDIR%%/unistim.conf.sample @sample %%ETCDIR%%/users.conf.sample @sample %%ETCDIR%%/voicemail.conf.sample +@sample %%ETCDIR%%/websocket_client.conf.sample @sample %%ETCDIR%%/xmpp.conf.sample include/asterisk.h include/asterisk/_private.h @@ -329,6 +330,7 @@ include/asterisk/utils.h include/asterisk/uuid.h include/asterisk/vector.h include/asterisk/version.h +include/asterisk/websocket_client.h include/asterisk/xml.h include/asterisk/xmldoc.h include/asterisk/xmpp.h |