Received: by mail.netbsd.org (Postfix, from userid 605) id 35E9784E3A; Fri, 2 Mar 2018 16:16:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B2E884EB1 for ; Fri, 2 Mar 2018 16:16:08 +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 KeYZ75txXyjK for ; Fri, 2 Mar 2018 16:16:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F126284E3A for ; Fri, 2 Mar 2018 16:16:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB8DCFB40; Fri, 2 Mar 2018 16:16:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520007367217950" MIME-Version: 1.0 Date: Fri, 2 Mar 2018 16:16:07 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20180302161607.EB8DCFB40@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. --_----------=_1520007367217950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Fri Mar 2 16:16:07 UTC 2018 Modified Files: pkgsrc/www: Makefile Log Message: + py-uwsgi To generate a diff of this commit: cvs rdiff -u -r1.1310 -r1.1311 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520007367217950 Content-Disposition: inline Content-Length: 589 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1310 pkgsrc/www/Makefile:1.1311 --- pkgsrc/www/Makefile:1.1310 Mon Feb 26 12:10:09 2018 +++ pkgsrc/www/Makefile Fri Mar 2 16:16:07 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1310 2018/02/26 12:10:09 leot Exp $ +# $NetBSD: Makefile,v 1.1311 2018/03/02 16:16:07 joerg Exp $ # COMMENT= Packages related to the World Wide Web @@ -19,6 +19,7 @@ SUBDIR+= ap-authnz-crowd SUBDIR+= ap-mono SUBDIR+= ap-php SUBDIR+= ap-rpaf +SUBDIR+= ap-uwsgi SUBDIR+= ap2-auth-mellon SUBDIR+= ap2-encoding SUBDIR+= ap2-fcgid --_----------=_1520007367217950--