Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B51F85B76 for ; Wed, 1 Nov 2023 02:55:13 +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 eXuXYa_STBey for ; Wed, 1 Nov 2023 02:55:12 +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 AECCB84D17 for ; Wed, 1 Nov 2023 02:55:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC5CFFADC; Wed, 1 Nov 2023 02:55:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698807312208030" MIME-Version: 1.0 Date: Wed, 1 Nov 2023 02:55:12 +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: <20231101025512.AC5CFFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698807312208030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed Nov 1 02:55:12 UTC 2023 Modified Files: pkgsrc/www: Makefile Log Message: www/Makefile: + hs-yesod-persistent To generate a diff of this commit: cvs rdiff -u -r1.1760 -r1.1761 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698807312208030 Content-Disposition: inline Content-Length: 601 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1760 pkgsrc/www/Makefile:1.1761 --- pkgsrc/www/Makefile:1.1760 Wed Nov 1 02:34:48 2023 +++ pkgsrc/www/Makefile Wed Nov 1 02:55:12 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1760 2023/11/01 02:34:48 pho Exp $ +# $NetBSD: Makefile,v 1.1761 2023/11/01 02:55:12 pho Exp $ # COMMENT= Packages related to the World Wide Web @@ -182,6 +182,7 @@ SUBDIR+= hs-warp-tls SUBDIR+= hs-websockets SUBDIR+= hs-xss-sanitize SUBDIR+= hs-yesod-core +SUBDIR+= hs-yesod-persistent SUBDIR+= htdavlock SUBDIR+= htdig SUBDIR+= htmlcxx --_----------=_1698807312208030--