Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Ceb8dL3r; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gW6YKeKQ Received: by mail.netbsd.org (Postfix, from userid 605) id 3F65A84D74; Sun, 28 Apr 2024 09:19:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714295986; bh=+MKh7ZLGFEwH/oNl1La4Bf0sdJogXQwf4/ES19LZfRQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Ceb8dL3r38H0CpoYDbSWh5r1UJQ4PEw6Zq/tWs6q/Wc7UPnQO4fSta04TrqWJHvg5 FLqQ8n/Uat68QCyPoxtg4J9jFPPydEF/5ibTHyozz83RQ1k2a4dx6V4FSvoSMWnNhv DNGHWw7pTms2Ii0rv/0HRkY7p8VW2xBTLmWMMYOw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 320DD84D08 for ; Sun, 28 Apr 2024 09:19:45 +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 jeaqKCjPdGgz for ; Sun, 28 Apr 2024 09:19:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8839084CFE for ; Sun, 28 Apr 2024 09:19:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714295984; bh=+MKh7ZLGFEwH/oNl1La4Bf0sdJogXQwf4/ES19LZfRQ=; h=Date:From:Subject:To:Reply-To; b=gW6YKeKQ6KqWVH8vY7xts/ZiWQkkhqdLmTA/pY7zvsGsRGZ77ZqQrDXePH5+huY6U lsuEo4MxveUA1SsL+4E/Ay0sosvtN01OxQhx9+ref9S6+MoTsKWpxedFD4QN+frVFk jLr+jFpkcbPlhfz9fXJAQGy4+9cPVieDAslEK35I= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83EFFFA2C; Sun, 28 Apr 2024 09:19:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171429598425730" MIME-Version: 1.0 Date: Sun, 28 Apr 2024 09:19:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240428091944.83EFFFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171429598425730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 28 09:19:44 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/p5-ExtUtils-Config to 0.009 To generate a diff of this commit: cvs rdiff -u -r1.2762 -r1.2763 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171429598425730 Content-Disposition: inline Content-Length: 724 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.2762 pkgsrc/doc/CHANGES-2024:1.2763 --- pkgsrc/doc/CHANGES-2024:1.2762 Sun Apr 28 09:15:08 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Apr 28 09:19:44 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2762 2024/04/28 09:15:08 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2763 2024/04/28 09:19:44 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4578,3 +4578,4 @@ Changes to the packages collection and i Updated graphics/jasper to 4.2.4 [adam 2024-04-28] Updated graphics/libimagequant to 4.3.1 [adam 2024-04-28] Updated games/rftg to 0.9.5 [wiz 2024-04-28] + Updated devel/p5-ExtUtils-Config to 0.009 [wiz 2024-04-28] --_----------=_171429598425730--