Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PYwX4BO/; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=i7oheMYg Received: by mail.netbsd.org (Postfix, from userid 605) id B533A84E80; Sun, 5 May 2024 11:05:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714907158; bh=s08rUjeajlm+97Ik43esnPiNv8rGvL/2gdBAIV40/VY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=PYwX4BO/sHdS34tYFnpL36FKqPsyVGtLgzQbeDOvjsttvUi79wxDY52AByDBIdaCr PxhWhKqfOMQCqeXwlG7ZkJhCioIraJHSgC4Qyn0b5Yt2TJzELa4jVrG5PwuCp9m9uw 9eaYqHJYkXeR+roORWGaIV0EzOjxEt2OAMoJd4rw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7BB184E99 for ; Sun, 5 May 2024 11:05:57 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id v_qj6o-Jpoq0 for ; Sun, 5 May 2024 11:05:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3C2DF84D31 for ; Sun, 5 May 2024 11:05:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714907157; bh=s08rUjeajlm+97Ik43esnPiNv8rGvL/2gdBAIV40/VY=; h=Date:From:Subject:To:Reply-To; b=i7oheMYgIU+o9T5faFqHp//cfzzHI3eNFML3GpNvn63r3VUMKy/ZWadLT00PCjflx Joui41kBI3PFihIceaBDjAKs1jW1y1opyXvIHr0y+BcsDHaLS3SwCG+UCkA1MQOnPK yrH3tUNcHgdu3z1jE2/VHpysh0jYKLk1HzDutswY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38FE4FA2C; Sun, 5 May 2024 11:05:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171490715765920" MIME-Version: 1.0 Date: Sun, 5 May 2024 11:05:57 +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: <20240505110557.38FE4FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171490715765920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun May 5 11:05:57 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: - hs-hls-refactor-plugin To generate a diff of this commit: cvs rdiff -u -r1.4261 -r1.4262 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171490715765920 Content-Disposition: inline Content-Length: 632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4261 pkgsrc/devel/Makefile:1.4262 --- pkgsrc/devel/Makefile:1.4261 Sun May 5 11:05:11 2024 +++ pkgsrc/devel/Makefile Sun May 5 11:05:56 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4261 2024/05/05 11:05:11 pho Exp $ +# $NetBSD: Makefile,v 1.4262 2024/05/05 11:05:56 pho Exp $ # COMMENT= Development utilities @@ -633,7 +633,6 @@ SUBDIR+= hs-hinotify SUBDIR+= hs-hint SUBDIR+= hs-hls-graph SUBDIR+= hs-hls-plugin-api -SUBDIR+= hs-hls-refactor-plugin SUBDIR+= hs-hslua-module-system SUBDIR+= hs-hslua-module-version SUBDIR+= hs-hw-fingertree --_----------=_171490715765920--