aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk18
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2022-03-24 23:40:13 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2022-03-24 23:48:47 +0000
commit6d57461b7ad3eb3ebd1d6ef95447be45ba257b90 (patch)
treeaf9d977378ccfad89f69aa0a438f453754bc9b10 /net/asterisk18
parent79a9cf05dde2abf271f6770612de3c5b5993f659 (diff)
downloadports-6d57461b7ad3eb3ebd1d6ef95447be45ba257b90.tar.gz
ports-6d57461b7ad3eb3ebd1d6ef95447be45ba257b90.zip
net/asterisk18: Update to 18.11.0
Diffstat (limited to 'net/asterisk18')
-rw-r--r--net/asterisk18/Makefile2
-rw-r--r--net/asterisk18/distinfo6
-rw-r--r--net/asterisk18/files/patch-build__tools_make__xml__documentation11
3 files changed, 15 insertions, 4 deletions
diff --git a/net/asterisk18/Makefile b/net/asterisk18/Makefile
index 2189732fb73e..4a6418bd9582 100644
--- a/net/asterisk18/Makefile
+++ b/net/asterisk18/Makefile
@@ -1,5 +1,5 @@
PORTNAME= asterisk
-PORTVERSION= 18.10.1
+PORTVERSION= 18.11.0
CATEGORIES= net
MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
MASTER_SITE_SUBDIR= asterisk/ \
diff --git a/net/asterisk18/distinfo b/net/asterisk18/distinfo
index 4982f988ae97..7f7a304e925f 100644
--- a/net/asterisk18/distinfo
+++ b/net/asterisk18/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1646473227
-SHA256 (asterisk/asterisk-18.10.1.tar.gz) = f92fe24c28fb068e6bc91e806d28aa5c8ec169aec47a88b0dd53604f9cd734cb
-SIZE (asterisk/asterisk-18.10.1.tar.gz) = 28052491
+TIMESTAMP = 1648137246
+SHA256 (asterisk/asterisk-18.11.0.tar.gz) = 2af1587657ccab6415ff9b63fac332d3eeeeb4537880331755dba8c851811ae9
+SIZE (asterisk/asterisk-18.11.0.tar.gz) = 28081030
SHA256 (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9
SIZE (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123
SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585
diff --git a/net/asterisk18/files/patch-build__tools_make__xml__documentation b/net/asterisk18/files/patch-build__tools_make__xml__documentation
new file mode 100644
index 000000000000..c11eac024b64
--- /dev/null
+++ b/net/asterisk18/files/patch-build__tools_make__xml__documentation
@@ -0,0 +1,11 @@
+--- build_tools/make_xml_documentation.orig 2022-03-17 15:40:57 UTC
++++ build_tools/make_xml_documentation
+@@ -228,7 +228,7 @@ for subdir in ${mod_subdirs} ; do
+ ${XMLSTARLET} val -e -d "${source_tree}/doc/appdocsxml.dtd" "${i}" || { echo "" ; exit 1 ; }
+ fi
+ fi
+- ${SED} -r "/^\s*(<[?]xml|<.DOCTYPE|<.?docs)/d" "${i}" >> "${output_file}"
++ ${SED} -r "/^[[:space:]]*(<[?]xml|<.DOCTYPE|<.?docs)/d" "${i}" >> "${output_file}"
+ done
+ done
+ echo "</docs>" >> "${output_file}"