Received: by mail.netbsd.org (Postfix, from userid 605) id 91F0684F11; Sun, 21 Aug 2022 12:29:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC36C84F0D for ; Sun, 21 Aug 2022 12:29:23 +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 nqeCYsr-4g_n for ; Sun, 21 Aug 2022 12:29:23 +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 4CFB884E73 for ; Sun, 21 Aug 2022 12:29:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41369FB1A; Sun, 21 Aug 2022 12:29:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661084963263100" MIME-Version: 1.0 Date: Sun, 21 Aug 2022 12:29:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220821122923.41369FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661084963263100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Aug 21 12:29:23 UTC 2022 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2022 Removed Files: pkgsrc/devel/hdevtools: DESCR Makefile distinfo Log Message: hdevtools: remove Marked BROKEN since January 2020, does not support current ghc versions To generate a diff of this commit: cvs rdiff -u -r1.3772 -r1.3773 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/hdevtools/DESCR cvs rdiff -u -r1.24 -r0 pkgsrc/devel/hdevtools/Makefile cvs rdiff -u -r1.6 -r0 pkgsrc/devel/hdevtools/distinfo cvs rdiff -u -r1.3939 -r1.3940 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1661084963263100 Content-Disposition: inline Content-Length: 1288 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3772 pkgsrc/devel/Makefile:1.3773 --- pkgsrc/devel/Makefile:1.3772 Sun Aug 21 12:26:57 2022 +++ pkgsrc/devel/Makefile Sun Aug 21 12:29:22 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3772 2022/08/21 12:26:57 wiz Exp $ +# $NetBSD: Makefile,v 1.3773 2022/08/21 12:29:22 wiz Exp $ # COMMENT= Development utilities @@ -481,7 +481,6 @@ SUBDIR+= gyp SUBDIR+= happy SUBDIR+= haskell-language-server SUBDIR+= haskell-mode -SUBDIR+= hdevtools SUBDIR+= hdf SUBDIR+= hdf5 SUBDIR+= hdf5-c++ Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.3939 pkgsrc/doc/CHANGES-2022:1.3940 --- pkgsrc/doc/CHANGES-2022:1.3939 Sun Aug 21 12:26:57 2022 +++ pkgsrc/doc/CHANGES-2022 Sun Aug 21 12:29:22 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.3939 2022/08/21 12:26:57 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.3940 2022/08/21 12:29:22 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -5783,3 +5783,4 @@ Changes to the packages collection and i Updated www/hugo to 0.101.0 [bsiegert 2022-08-21] Added lang/go119 version 1.19 [bsiegert 2022-08-21] Removed devel/hs-ghc-mtl [wiz 2022-08-21] + Removed devel/hdevtools successor devel/haskell-language-server [wiz 2022-08-21] --_----------=_1661084963263100--