maintainer-approval requested: [Bug 270754] net/rabbitmq: update to 3.11.13 : [Attachment 241496] Updated patch to update net/rabbitmq to 3.11.13

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Apr 2023 03:30:35 UTC
Artyom Davidov <ard_1@mail.ru> has asked freebsd-erlang (Nobody)
<erlang@FreeBSD.org> for maintainer-approval:
Bug 270754: net/rabbitmq: update to 3.11.13
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270754

Attachment 241496: Updated patch to update net/rabbitmq to 3.11.13
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=241496&action=edit



--- Comment #2 from Artyom Davidov <ard_1@mail.ru> ---
Created attachment 241496
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=241496&action=edit
Updated patch to update net/rabbitmq to 3.11.13

Updated patch to fix pkg-plist issue.

New dynamic build-time plugin dependency file generation was introduced in the
rabbitmq version 3.11.11.
Now there are several "*.ez" files being created in the rabbitmq plugins
directory with the file names that depend on the build-time environment.
Since such files can not be included in a static pkg-plist file, we'll search
for them during post-install and add them to the ${TMPPLIST} file.