Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3DC4085979 for ; Mon, 30 Oct 2023 10:44:26 +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 VSTV7Zi9ETBm for ; Mon, 30 Oct 2023 10:44:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C746684CF7 for ; Mon, 30 Oct 2023 10:44:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C48A1FADC; Mon, 30 Oct 2023 10:44:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698662665230620" MIME-Version: 1.0 Date: Mon, 30 Oct 2023 10:44:25 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231030104425.C48A1FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698662665230620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Oct 30 10:44:25 UTC 2023 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-git-lfs To generate a diff of this commit: cvs rdiff -u -r1.4086 -r1.4087 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698662665230620 Content-Disposition: inline Content-Length: 598 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4086 pkgsrc/devel/Makefile:1.4087 --- pkgsrc/devel/Makefile:1.4086 Sun Oct 29 22:43:57 2023 +++ pkgsrc/devel/Makefile Mon Oct 30 10:44:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4086 2023/10/29 22:43:57 wiz Exp $ +# $NetBSD: Makefile,v 1.4087 2023/10/30 10:44:25 pho Exp $ # COMMENT= Development utilities @@ -603,6 +603,7 @@ SUBDIR+= hs-ghc-lib-parser-ex SUBDIR+= hs-ghc-paths SUBDIR+= hs-ghc-trace-events SUBDIR+= hs-ghcide +SUBDIR+= hs-git-lfs SUBDIR+= hs-githash SUBDIR+= hs-gitrev SUBDIR+= hs-half --_----------=_1698662665230620--