Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F6B7859B3 for ; Mon, 30 Oct 2023 13:52:03 +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 RbpZxYoTlaay for ; Mon, 30 Oct 2023 13:52:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A856F85020 for ; Mon, 30 Oct 2023 13:52:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A67A3FADC; Mon, 30 Oct 2023 13:52:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698673922251490" MIME-Version: 1.0 Date: Mon, 30 Oct 2023 13:52:02 +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: <20231030135202.A67A3FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698673922251490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Oct 30 13:52:02 UTC 2023 Modified Files: pkgsrc/www: Makefile Log Message: www/Makefile: + hs-feed To generate a diff of this commit: cvs rdiff -u -r1.1754 -r1.1755 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698673922251490 Content-Disposition: inline Content-Length: 613 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1754 pkgsrc/www/Makefile:1.1755 --- pkgsrc/www/Makefile:1.1754 Mon Oct 23 14:55:56 2023 +++ pkgsrc/www/Makefile Mon Oct 30 13:52:02 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1754 2023/10/23 14:55:56 taca Exp $ +# $NetBSD: Makefile,v 1.1755 2023/10/30 13:52:02 pho Exp $ # COMMENT= Packages related to the World Wide Web @@ -152,6 +152,7 @@ SUBDIR+= hs-HTTP SUBDIR+= hs-bower-json SUBDIR+= hs-bsb-http-chunked SUBDIR+= hs-cookie +SUBDIR+= hs-feed SUBDIR+= hs-http-api-data SUBDIR+= hs-http-client SUBDIR+= hs-http-client-tls --_----------=_1698673922251490--