Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=R1dqKTq2; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=RS8ubJYu Received: by mail.netbsd.org (Postfix, from userid 605) id BF49384E82; Sun, 5 May 2024 11:03:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714907008; bh=r33Yi99k/R8A8vntiBvheJq3CuhXgP7t1u1BLlriCFw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=R1dqKTq2dBP1rtjM5hVMWJtbKAY2FKp5gIxcYbyVKS3dI3DSbgrFZeI2zGeztR3Aa cG+YnXPkiRgQgMhNO41QxUMGO43zkpLxvXm7/mGnbvGec7Hl2Uv+S8n3Aaugy4sE3a VLPUCzxixmFFsf2rvBEjO5xoiUUzA04vtQIwURto= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF89984E80 for ; Sun, 5 May 2024 11:03:27 +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 3Ub4KBsFVWTJ for ; Sun, 5 May 2024 11:03:27 +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 415C184D31 for ; Sun, 5 May 2024 11:03:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714907007; bh=r33Yi99k/R8A8vntiBvheJq3CuhXgP7t1u1BLlriCFw=; h=Date:From:Subject:To:Reply-To; b=RS8ubJYu13V0VgBsso4qn9N7PUSjOAFz1R3w6mXDOIkcDFpEi+WUuoev3y5DtwV9V YhWCrA6/+rQcbhORhTV2MZOvqv4Q2G/tZ39v/fVouwPiXMxoyw6kCCztUjiRxGiO7+ 73fI94TwDlIsZV26W3i6ul+kQFStwVHNp6ZvxHyw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B207FA2C; Sun, 5 May 2024 11:03:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714907007228980" MIME-Version: 1.0 Date: Sun, 5 May 2024 11:03:27 +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: <20240505110327.3B207FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714907007228980 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:03:27 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: - hs-hls-splice-plugin To generate a diff of this commit: cvs rdiff -u -r1.4258 -r1.4259 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714907007228980 Content-Disposition: inline Content-Length: 662 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4258 pkgsrc/devel/Makefile:1.4259 --- pkgsrc/devel/Makefile:1.4258 Sun May 5 11:01:51 2024 +++ pkgsrc/devel/Makefile Sun May 5 11:03:27 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4258 2024/05/05 11:01:51 pho Exp $ +# $NetBSD: Makefile,v 1.4259 2024/05/05 11:03:27 pho Exp $ # COMMENT= Development utilities @@ -636,7 +636,6 @@ SUBDIR+= hs-hls-plugin-api SUBDIR+= hs-hls-refactor-plugin SUBDIR+= hs-hls-rename-plugin SUBDIR+= hs-hls-retrie-plugin -SUBDIR+= hs-hls-splice-plugin SUBDIR+= hs-hslua-module-system SUBDIR+= hs-hslua-module-version SUBDIR+= hs-hw-fingertree --_----------=_1714907007228980--