Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D1F484D6B for ; Fri, 30 Jun 2023 20:44:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WAYMCUTXWOq3 for ; Fri, 30 Jun 2023 20:44:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 93F4184D59 for ; Fri, 30 Jun 2023 20:44:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8CD10FA89; Fri, 30 Jun 2023 20:44:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688157873284040" MIME-Version: 1.0 Date: Fri, 30 Jun 2023 20:44:33 +0000 From: "Sergey A. Osokin" Subject: CVS commit: pkgsrc/www/unit-php To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: osa@netbsd.org X-Mailer: log_accum Message-Id: <20230630204433.8CD10FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688157873284040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: osa Date: Fri Jun 30 20:44:33 UTC 2023 Modified Files: pkgsrc/www/unit-php: Makefile Log Message: www/unit-php: added PHP 8.2 as supported version Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/unit-php/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688157873284040 Content-Disposition: inline Content-Length: 709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/unit-php/Makefile diff -u pkgsrc/www/unit-php/Makefile:1.10 pkgsrc/www/unit-php/Makefile:1.11 --- pkgsrc/www/unit-php/Makefile:1.10 Thu Jun 1 07:00:27 2023 +++ pkgsrc/www/unit-php/Makefile Fri Jun 30 20:44:33 2023 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2023/06/01 07:00:27 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2023/06/30 20:44:33 osa Exp $ PKGNAME= unit-${LANG}${PKG_PHP_VERSION}-${UNIT_VERSION} +PKGREVISION= 1 COMMENT= PHP module for NGINX Unit LANG= php @@ -8,7 +9,7 @@ MODNAME= ${LANG}${PHP_VERSION} MAINTAINER= osa@NetBSD.org -PHP_VERSIONS_ACCEPTED?= 56 74 80 81 +PHP_VERSIONS_ACCEPTED?= 56 74 80 81 82 .include "../../lang/php/phpversion.mk" --_----------=_1688157873284040--