Received: by mail.netbsd.org (Postfix, from userid 605) id 64D0F84DD3; Sun, 3 Nov 2019 01:00:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2A6584DC0 for ; Sun, 3 Nov 2019 01:00:18 +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 GfCqXgP5nOtO for ; Sun, 3 Nov 2019 01:00:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7DE3F84CD8 for ; Sun, 3 Nov 2019 01:00:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7BBADFA92; Sun, 3 Nov 2019 01:00:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572742818283140" MIME-Version: 1.0 Date: Sun, 3 Nov 2019 01:00:18 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20191103010018.7BBADFA92@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572742818283140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Nov 3 01:00:18 UTC 2019 Modified Files: pkgsrc/www: Makefile Log Message: www: add py-aiohttp-cors To generate a diff of this commit: cvs rdiff -u -r1.1412 -r1.1413 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572742818283140 Content-Disposition: inline Content-Length: 604 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1412 pkgsrc/www/Makefile:1.1413 --- pkgsrc/www/Makefile:1.1412 Fri Oct 25 13:46:20 2019 +++ pkgsrc/www/Makefile Sun Nov 3 01:00:18 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1412 2019/10/25 13:46:20 mef Exp $ +# $NetBSD: Makefile,v 1.1413 2019/11/03 01:00:18 markd Exp $ # COMMENT= Packages related to the World Wide Web @@ -616,6 +616,7 @@ SUBDIR+= py-WSGIProxy2 SUBDIR+= py-WebOb SUBDIR+= py-WebTest SUBDIR+= py-aiohttp +SUBDIR+= py-aiohttp-cors SUBDIR+= py-asgiref SUBDIR+= py-autobahn SUBDIR+= py-beautifulsoup --_----------=_1572742818283140--