Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A70CB8505C for ; Tue, 31 Oct 2023 18:25:10 +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 H4fOO1pa9sPq for ; Tue, 31 Oct 2023 18:25:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2BD7F85047 for ; Tue, 31 Oct 2023 18:25:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 297C1FADC; Tue, 31 Oct 2023 18:25:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169877671013770" MIME-Version: 1.0 Date: Tue, 31 Oct 2023 18:25:10 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231031182510.297C1FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169877671013770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Tue Oct 31 18:25:10 UTC 2023 Modified Files: pkgsrc/www: Makefile Log Message: www/Makefile: + hs-clientsession To generate a diff of this commit: cvs rdiff -u -r1.1758 -r1.1759 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169877671013770 Content-Disposition: inline Content-Length: 591 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1758 pkgsrc/www/Makefile:1.1759 --- pkgsrc/www/Makefile:1.1758 Tue Oct 31 16:41:12 2023 +++ pkgsrc/www/Makefile Tue Oct 31 18:25:09 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1758 2023/10/31 16:41:12 pho Exp $ +# $NetBSD: Makefile,v 1.1759 2023/10/31 18:25:09 pho Exp $ # COMMENT= Packages related to the World Wide Web @@ -151,6 +151,7 @@ SUBDIR+= horde SUBDIR+= hs-HTTP SUBDIR+= hs-bower-json SUBDIR+= hs-bsb-http-chunked +SUBDIR+= hs-clientsession SUBDIR+= hs-cookie SUBDIR+= hs-dav SUBDIR+= hs-feed --_----------=_169877671013770--