git: 79a9cf05dde2 - main - net/asterisk16: Update to 16.25.0

From: Guido Falsi <madpilot_at_FreeBSD.org>
Date: Thu, 24 Mar 2022 23:48:54 UTC
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=79a9cf05dde2abf271f6770612de3c5b5993f659

commit 79a9cf05dde2abf271f6770612de3c5b5993f659
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2022-03-24 23:39:48 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2022-03-24 23:48:47 +0000

    net/asterisk16: Update to 16.25.0
---
 net/asterisk16/Makefile                                       |  2 +-
 net/asterisk16/distinfo                                       |  6 +++---
 .../files/patch-build__tools_make__xml__documentation         | 11 +++++++++++
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile
index f76b02df2674..daed2f276a84 100644
--- a/net/asterisk16/Makefile
+++ b/net/asterisk16/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	asterisk
-PORTVERSION=	16.24.1
+PORTVERSION=	16.25.0
 CATEGORIES=	net
 MASTER_SITES=	https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
 MASTER_SITE_SUBDIR=	asterisk/ \
diff --git a/net/asterisk16/distinfo b/net/asterisk16/distinfo
index a5cc2bfb15c7..05a3510f70e1 100644
--- a/net/asterisk16/distinfo
+++ b/net/asterisk16/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1646473159
-SHA256 (asterisk/asterisk-16.24.1.tar.gz) = 7327c33fa592731e0f1b8251cc0b23d6378d0ec1c14a2569252cb55ea54e77b8
-SIZE (asterisk/asterisk-16.24.1.tar.gz) = 27969456
+TIMESTAMP = 1648137103
+SHA256 (asterisk/asterisk-16.25.0.tar.gz) = 23d6e84b71ac116275588c2e3fe0d57da1a297f0a11204ef11ab1d1708e8f721
+SIZE (asterisk/asterisk-16.25.0.tar.gz) = 27997075
 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/asterisk16/files/patch-build__tools_make__xml__documentation b/net/asterisk16/files/patch-build__tools_make__xml__documentation
new file mode 100644
index 000000000000..9b6dec995449
--- /dev/null
+++ b/net/asterisk16/files/patch-build__tools_make__xml__documentation
@@ -0,0 +1,11 @@
+--- build_tools/make_xml_documentation.orig	2022-03-17 15:34:42 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}"