Received: by mail.netbsd.org (Postfix, from userid 605) id BC5C584F0F; Wed, 1 Feb 2023 02:26:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA88284F01 for ; Wed, 1 Feb 2023 02:26:06 +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 edaGFjW9aM65 for ; Wed, 1 Feb 2023 02:26:06 +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 7E2E584D28 for ; Wed, 1 Feb 2023 02:26:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7BB38FA90; Wed, 1 Feb 2023 02:26:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675218366102390" MIME-Version: 1.0 Date: Wed, 1 Feb 2023 02:26:06 +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: <20230201022606.7BB38FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675218366102390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed Feb 1 02:26:06 UTC 2023 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: - hs-hls-selection-range-plugin To generate a diff of this commit: cvs rdiff -u -r1.3910 -r1.3911 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675218366102390 Content-Disposition: inline Content-Length: 697 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3910 pkgsrc/devel/Makefile:1.3911 --- pkgsrc/devel/Makefile:1.3910 Wed Feb 1 02:10:25 2023 +++ pkgsrc/devel/Makefile Wed Feb 1 02:26:06 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3910 2023/02/01 02:10:25 pho Exp $ +# $NetBSD: Makefile,v 1.3911 2023/02/01 02:26:06 pho Exp $ # COMMENT= Development utilities @@ -621,7 +621,6 @@ SUBDIR+= hs-hls-qualify-imported-names-p SUBDIR+= hs-hls-refactor-plugin SUBDIR+= hs-hls-refine-imports-plugin SUBDIR+= hs-hls-retrie-plugin -SUBDIR+= hs-hls-selection-range-plugin SUBDIR+= hs-hls-splice-plugin SUBDIR+= hs-hslua-module-system SUBDIR+= hs-hslua-module-version --_----------=_1675218366102390--