Received: by mail.netbsd.org (Postfix, from userid 605) id 3529984D55; Wed, 5 May 2021 12:28:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70B3E84D17 for ; Wed, 5 May 2021 12:28:08 +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 KOKZA3V6Tf9Y for ; Wed, 5 May 2021 12:28:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0C74F84CEF for ; Wed, 5 May 2021 12:28:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09CE0FA95; Wed, 5 May 2021 12:28:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620217688299160" MIME-Version: 1.0 Date: Wed, 5 May 2021 12:28:08 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20210505122808.09CE0FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620217688299160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed May 5 12:28:07 UTC 2021 Modified Files: pkgsrc/www: Makefile Log Message: www: +hs-wai-logger To generate a diff of this commit: cvs rdiff -u -r1.1532 -r1.1533 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620217688299160 Content-Disposition: inline Content-Length: 592 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1532 pkgsrc/www/Makefile:1.1533 --- pkgsrc/www/Makefile:1.1532 Wed May 5 12:03:37 2021 +++ pkgsrc/www/Makefile Wed May 5 12:28:07 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1532 2021/05/05 12:03:37 pho Exp $ +# $NetBSD: Makefile,v 1.1533 2021/05/05 12:28:07 pho Exp $ # COMMENT= Packages related to the World Wide Web @@ -161,6 +161,7 @@ SUBDIR+= hs-http-types SUBDIR+= hs-js-flot SUBDIR+= hs-js-jquery SUBDIR+= hs-wai +SUBDIR+= hs-wai-logger SUBDIR+= hs-xss-sanitize SUBDIR+= htdavlock SUBDIR+= htdig --_----------=_1620217688299160--