Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B21C71A921F for ; Wed, 9 Mar 2022 01:31:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CD27784F3A; Wed, 9 Mar 2022 01:31:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15EE584F36 for ; Wed, 9 Mar 2022 01:31:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZmSq3_YnOjoO for ; Wed, 9 Mar 2022 01:31:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8F64184C13 for ; Wed, 9 Mar 2022 01:31:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 881B2FB24; Wed, 9 Mar 2022 01:31:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646789484291730" MIME-Version: 1.0 Date: Wed, 9 Mar 2022 01:31:24 +0000 From: "Sergey A. Osokin" Subject: CVS commit: pkgsrc/www/nginx-devel To: pkgsrc-changes@NetBSD.org Reply-To: osa@netbsd.org X-Mailer: log_accum Message-Id: <20220309013124.881B2FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646789484291730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: osa Date: Wed Mar 9 01:31:24 UTC 2022 Modified Files: pkgsrc/www/nginx-devel: Makefile Log Message: www/nginx-devel: take maintainership To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/www/nginx-devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646789484291730 Content-Disposition: inline Content-Length: 562 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/nginx-devel/Makefile diff -u pkgsrc/www/nginx-devel/Makefile:1.69 pkgsrc/www/nginx-devel/Makefile:1.70 --- pkgsrc/www/nginx-devel/Makefile:1.69 Fri Jan 28 12:02:43 2022 +++ pkgsrc/www/nginx-devel/Makefile Wed Mar 9 01:31:24 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.69 2022/01/28 12:02:43 adam Exp $ +# $NetBSD: Makefile,v 1.70 2022/03/09 01:31:24 osa Exp $ DISTNAME= nginx-1.21.6 -MAINTAINER= imil@NetBSD.org +MAINTAINER= osa@NetBSD.org .include "../../www/nginx/Makefile.common" .include "../../mk/bsd.pkg.mk" --_----------=_1646789484291730--