Received: by mail.netbsd.org (Postfix, from userid 605) id F14F284EA2; Sat, 6 Jan 2024 23:17:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2CF0D84EA0 for ; Sat, 6 Jan 2024 23:17:54 +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 ZL5DIHeD2HFg for ; Sat, 6 Jan 2024 23:17:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B83BB84CEB for ; Sat, 6 Jan 2024 23:17:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3489FA42; Sat, 6 Jan 2024 23:17:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704583073202660" MIME-Version: 1.0 Date: Sat, 6 Jan 2024 23:17:53 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20240106231753.B3489FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704583073202660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Jan 6 23:17:53 UTC 2024 Modified Files: pkgsrc/www: Makefile Log Message: www: Add py-aioquic To generate a diff of this commit: cvs rdiff -u -r1.1773 -r1.1774 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704583073202660 Content-Disposition: inline Content-Length: 609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1773 pkgsrc/www/Makefile:1.1774 --- pkgsrc/www/Makefile:1.1773 Sat Jan 6 23:11:17 2024 +++ pkgsrc/www/Makefile Sat Jan 6 23:17:53 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1773 2024/01/06 23:11:17 leot Exp $ +# $NetBSD: Makefile,v 1.1774 2024/01/06 23:17:53 leot Exp $ # COMMENT= Packages related to the World Wide Web @@ -686,6 +686,7 @@ SUBDIR+= py-WebTest SUBDIR+= py-aiohttp SUBDIR+= py-aiohttp-cors SUBDIR+= py-aiohttp-socks +SUBDIR+= py-aioquic SUBDIR+= py-asgiref SUBDIR+= py-autobahn SUBDIR+= py-beautifulsoup --_----------=_1704583073202660--