1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net/asterisk18: Update to 18.11.0

This commit is contained in:
Guido Falsi 2022-03-25 00:40:13 +01:00
parent 79a9cf05dd
commit 6d57461b7a
3 changed files with 15 additions and 4 deletions

View File

@ -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/ \

View File

@ -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

View File

@ -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}"