Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=OwuHCxaa; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZNRD6rSi Received: by mail.netbsd.org (Postfix, from userid 605) id EA1A684E99; Sun, 5 May 2024 11:01:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714906913; bh=sHFdJJnoPi9v9Rb6XFUnQmvlBWsVI644/ok3297BrIE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=OwuHCxaaXol7rBAlpr/ob6QYIEb7b+SgKL/WQRaTzbHVllgagXqdGs+cPBO3wGwCT MAOoQab8UbA9jXP4IJfSNCdxt7oEnBgN5rZrfWebnB/k5ZTe+jwrlVeMwPp+RdK8WS Hm8SYMn9uKoJewsPUnNGyXb7VJ/1CYyd2euKow18= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB28784E98 for ; Sun, 5 May 2024 11:01:51 +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 J53o-1JTVpXQ for ; Sun, 5 May 2024 11:01:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 707AA84D31 for ; Sun, 5 May 2024 11:01:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714906911; bh=sHFdJJnoPi9v9Rb6XFUnQmvlBWsVI644/ok3297BrIE=; h=Date:From:Subject:To:Reply-To; b=ZNRD6rSilRjtGNfQdA+nlstKM1zJV2Zxf6Xa+rd5Ur6tghyers/Dd8nQxyCIl4mV0 6TpY32QtiElpQ2TGs6JJbKW9WFJto80eF6zcqBa3D4n7a1R1MXLt+jCHw9EsOWxscw qks+7q8zvNkOtHnzRw5HdJEfBOUmqGX4JtrieD48= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6C787FA2C; Sun, 5 May 2024 11:01:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714906911166820" MIME-Version: 1.0 Date: Sun, 5 May 2024 11:01:51 +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: <20240505110151.6C787FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714906911166820 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:01:51 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-hls-alternate-number-format-plugin To generate a diff of this commit: cvs rdiff -u -r1.4257 -r1.4258 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714906911166820 Content-Disposition: inline Content-Length: 629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4257 pkgsrc/devel/Makefile:1.4258 --- pkgsrc/devel/Makefile:1.4257 Sun May 5 11:00:53 2024 +++ pkgsrc/devel/Makefile Sun May 5 11:01:51 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4257 2024/05/05 11:00:53 pho Exp $ +# $NetBSD: Makefile,v 1.4258 2024/05/05 11:01:51 pho Exp $ # COMMENT= Development utilities @@ -631,7 +631,6 @@ SUBDIR+= hs-hie-compat SUBDIR+= hs-hiedb SUBDIR+= hs-hinotify SUBDIR+= hs-hint -SUBDIR+= hs-hls-alternate-number-format-plugin SUBDIR+= hs-hls-graph SUBDIR+= hs-hls-plugin-api SUBDIR+= hs-hls-refactor-plugin --_----------=_1714906911166820--