Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gYPz/Mo2; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=t+kfSdu6 Received: by mail.netbsd.org (Postfix, from userid 605) id 2414B85073; Sat, 4 May 2024 14:16:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714832170; bh=/v+YDdJL+Vi/SgZhAf8U2UQMqpGBU7oxkLQEKZHlCY0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=gYPz/Mo2WMpUi9kd7Eg1MLHPsu6PlYe0skIuy1puQ+6yxtL1HDB5nIk7Or3jdr+DG XR6SUi7UYd4ZB5rr4Jc0VNQj3ZpCAoXh0itNk6+oUy6A1dIDhD1UmQK4DjvZjwokch c16iWi8mlysypAltEYHOYtcKk4oEQ5HAv9PPpWTQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1750184D46 for ; Sat, 4 May 2024 14:16:09 +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 EmywOFQAk0B0 for ; Sat, 4 May 2024 14:16:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6816984CFE for ; Sat, 4 May 2024 14:16:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714832168; bh=/v+YDdJL+Vi/SgZhAf8U2UQMqpGBU7oxkLQEKZHlCY0=; h=Date:From:Subject:To:Reply-To; b=t+kfSdu66UJc6mdV+rSsUYJDzNI36g4ZaljgoCLplG7c1E6QbdtSxdFR1LBgWXQNM 2kWMWwNd5jVdOgqvJ5EPplUpzaqtwHUf/Ub7WcJK93lleygTgNBEw1CmseVBpBpRRH ERhat7qJuV/pdMDYHK0YjkBiSZW2b9LUtmJyBwBM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62ED8FA2C; Sat, 4 May 2024 14:16:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714832168248250" MIME-Version: 1.0 Date: Sat, 4 May 2024 14:16:08 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240504141608.62ED8FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714832168248250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat May 4 14:16:08 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated net/hoogle to 5.0.18.4 To generate a diff of this commit: cvs rdiff -u -r1.3089 -r1.3090 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714832168248250 Content-Disposition: inline Content-Length: 737 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.3089 pkgsrc/doc/CHANGES-2024:1.3090 --- pkgsrc/doc/CHANGES-2024:1.3089 Sat May 4 14:10:36 2024 +++ pkgsrc/doc/CHANGES-2024 Sat May 4 14:16:08 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3089 2024/05/04 14:10:36 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3090 2024/05/04 14:16:08 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4931,3 +4931,4 @@ Changes to the packages collection and i Updated converters/hs-pandoc-server to 0.1.0.5 [pho 2024-05-04] Updated converters/hs-pandoc-lua-engine to 0.2.1.4 [pho 2024-05-04] Updated net/hs-aws to 0.24.2 [pho 2024-05-04] + Updated net/hoogle to 5.0.18.4 [pho 2024-05-04] --_----------=_1714832168248250--