Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=KbKVtzbg; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=eSA4pIuU Received: by mail.netbsd.org (Postfix, from userid 605) id CB32F84E82; Sun, 5 May 2024 10:54:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714906446; bh=pfUMfX0I75nTedZn1I/Ds+luHJ71EGTlNWAbKUFzfgY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=KbKVtzbgr+BAv0fQz4TdrEJTU2PtQCf6WAp8LivfckWqjZ77zc/ZqPSzYdl5XTH39 PIi7PlOlpQjMUvZwwhLxcUZh36fstoPiAhlShoMpJaIXYaukKpQKPXE07ueiktDoEY TAyzpu02zZbJlDQdKCZkINfZZ9oiORmwe5z5mIJg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE27A84E74 for ; Sun, 5 May 2024 10:54:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4vtz76WoQLGt for ; Sun, 5 May 2024 10:54:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 50D9684D91 for ; Sun, 5 May 2024 10:54:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714906444; bh=pfUMfX0I75nTedZn1I/Ds+luHJ71EGTlNWAbKUFzfgY=; h=Date:From:Subject:To:Reply-To; b=eSA4pIuUcL9xDWmcBgxHA2aTt5zIcLri7opTqPQlDJOs2jRjQTwpWiogxdzkxJrDs cd0y8THYZNpHn4ZQWj1k7p5TNUC2yfJp+qQrKTMNcLQ82p/bWzbYwi5LHwa9aAnUPA 1ku1yQNCZ6oEBZT4fseaLLsfI37W+yWIhlktcAb4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A354FA2C; Sun, 5 May 2024 10:54:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714906444207230" MIME-Version: 1.0 Date: Sun, 5 May 2024 10:54:04 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240505105404.4A354FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714906444207230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun May 5 10:54:04 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-hls-overloaded-record-dot-plugin To generate a diff of this commit: cvs rdiff -u -r1.4249 -r1.4250 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714906444207230 Content-Disposition: inline Content-Length: 672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4249 pkgsrc/devel/Makefile:1.4250 --- pkgsrc/devel/Makefile:1.4249 Sun May 5 10:53:11 2024 +++ pkgsrc/devel/Makefile Sun May 5 10:54:04 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4249 2024/05/05 10:53:11 pho Exp $ +# $NetBSD: Makefile,v 1.4250 2024/05/05 10:54:04 pho Exp $ # COMMENT= Development utilities @@ -640,7 +640,6 @@ SUBDIR+= hs-hls-class-plugin SUBDIR+= hs-hls-graph SUBDIR+= hs-hls-module-name-plugin SUBDIR+= hs-hls-ormolu-plugin -SUBDIR+= hs-hls-overloaded-record-dot-plugin SUBDIR+= hs-hls-plugin-api SUBDIR+= hs-hls-refactor-plugin SUBDIR+= hs-hls-rename-plugin --_----------=_1714906444207230--