git: 716c17799f1b - main - lang/php81: Update version 8.1.5=>8.1.6

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 13 May 2022 18:57:18 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=716c17799f1bbd46ffa8cee33f62579bcba82e4e

commit 716c17799f1bbd46ffa8cee33f62579bcba82e4e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-05-13 18:21:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-05-13 18:56:59 +0000

    lang/php81: Update version 8.1.5=>8.1.6
    
    * Core:
      Fixed bug #8310 (Registry settings are no longer recognized).
      Fixed potential race condition during resource ID allocation.
      Fixed bug #8133 (Preloading of constants containing arrays with enums
      segfaults).
      Fixed Haiku ZTS builds.
    * Date:
      Fixed bug #7752 (DateTimeZone::getTransitions() returns insufficient
       data).
      Fixed bug #8108 (Timezone doesn't work as intended).
      Fixed bug #81660 (DateTimeZone::getTransitions() returns invalid data)
      Fixed bug #8289 (Exceptions thrown within a yielded from iterator are
       not rethrown into the generator).
    * FFI:
      Fixed bug #8433 (Assigning function pointers to structs in FFI leaks).
    * FPM:
      Fixed bug #76003 (FPM /status reports wrong number of active processe)
      Fixed bug #77023 (FPM cannot shutdown processes).
      Fixed comment in kqueue remove callback log message.
    * Hash:
      Fixed bug #81714 (segfault when serializing finalized HashContext).
    * Iconv:
      Fixed bug #8218 (ob_end_clean does not reset Content-Encoding header).
    * Intl:
      Fixed bug #8364 (msgfmt_format $values may not support references).
    * MBString:
      Number of error markers emitted for invalid UTF-8 text matches WHATWG
      specification. This is a return to the behavior of PHP 8.0 and earlier.
    * MySQLi:
      Fixed bug #8267 (MySQLi uses unsupported format specifier on Windows).
    * SPL:
      Fixed bug #8366 (ArrayIterator may leak when calling __construct()).
      Fixed bug #8273 (SplFileObject: key() returns wrong value).
    * Streams:
      Fixed php://temp does not preserve file-position when switched to
       temporary file.
    * zlib:
      Fixed bug #8218 (ob_end_clean does not reset Content-Encoding header).
    
    Sponsored by:   Bounce Experts
---
 devel/php81-ffi/Makefile | 1 -
 lang/php81/Makefile      | 2 +-
 lang/php81/distinfo      | 6 +++---
 mail/php81-imap/Makefile | 1 -
 www/mod_php81/Makefile   | 1 -
 5 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/devel/php81-ffi/Makefile b/devel/php81-ffi/Makefile
index d0e787aeac85..2ba98dacbc5c 100644
--- a/devel/php81-ffi/Makefile
+++ b/devel/php81-ffi/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php81
diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index 4f13833b770f..c9460939ae74 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php81
-DISTVERSION=	8.1.5
+DISTVERSION=	8.1.6
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
diff --git a/lang/php81/distinfo b/lang/php81/distinfo
index 1b9d293553f1..51925b6aec6f 100644
--- a/lang/php81/distinfo
+++ b/lang/php81/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650059198
-SHA256 (php-8.1.5.tar.xz) = 7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a
-SIZE (php-8.1.5.tar.xz) = 11752684
+TIMESTAMP = 1652463112
+SHA256 (php-8.1.6.tar.xz) = da38d65bb0d5dd56f711cd478204f2b62a74a2c2b0d2d523a78d6eb865b2364c
+SIZE (php-8.1.6.tar.xz) = 11708824
diff --git a/mail/php81-imap/Makefile b/mail/php81-imap/Makefile
index efc6b9d71815..8fea8d06fd96 100644
--- a/mail/php81-imap/Makefile
+++ b/mail/php81-imap/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	1
 CATEGORIES=	mail
 
 MASTERDIR=	${.CURDIR}/../../lang/php81
diff --git a/www/mod_php81/Makefile b/www/mod_php81/Makefile
index f560d495dc03..5cf31b881fe6 100644
--- a/www/mod_php81/Makefile
+++ b/www/mod_php81/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	2
 CATEGORIES=	www devel
 PKGNAMEPREFIX=	mod_