Received: by mail.netbsd.org (Postfix, from userid 605) id 5133784E87; Sun, 18 Feb 2024 15:04:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708268679; bh=pILDNTQUVSdmOUMUlGP8P8AOz/cGYHICGaXZXuQtXkM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=eJwJTDz5CZL/wdmdM4D+jxOieMkVBUdsjjuzpHgLHMs/ts6ItUXqTCYwSdbgaXC8S h2FeRKlYR8iOm3fNbigmorxCqNs2TRh04mOoW6PtCjHrPq0O9zwIgftxgoz7pbUSbs uDs6uCD9wQcKsAPNPyTKSZkdwGxSRpPZeEwK6U/s= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4223D84E7F for ; Sun, 18 Feb 2024 15:04:38 +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 vmQoTDmChvy3 for ; Sun, 18 Feb 2024 15:04:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 656D484E7A for ; Sun, 18 Feb 2024 15:04:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708268677; bh=pILDNTQUVSdmOUMUlGP8P8AOz/cGYHICGaXZXuQtXkM=; h=Date:From:Subject:To:Reply-To; b=YpFgh5Dxi2z2UQRFhGXHJykS1m7ck0fKQmJ+jJlzj6Cn7TRmY/cdQeG6YF5OtoIe7 a6DDhdDuPN+j4PqybWzqrrozw+y4/UKzakbziORiyIXrV+lOkyVmlM2NCVleYGH0E6 o8vXw5XczfXuzaERiH7cvqFxWQq6aTYt0MjedWcI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5EB90F9F4; Sun, 18 Feb 2024 15:04:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708268677174810" MIME-Version: 1.0 Date: Sun, 18 Feb 2024 15:04:37 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20240218150437.5EB90F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708268677174810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: js Date: Sun Feb 18 15:04:37 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/objfw to 1.0.9 To generate a diff of this commit: cvs rdiff -u -r1.1315 -r1.1316 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708268677174810 Content-Disposition: inline Content-Length: 702 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.1315 pkgsrc/doc/CHANGES-2024:1.1316 --- pkgsrc/doc/CHANGES-2024:1.1315 Sun Feb 18 14:44:40 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Feb 18 15:04:37 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1315 2024/02/18 14:44:40 mef Exp $ +$NetBSD: CHANGES-2024,v 1.1316 2024/02/18 15:04:37 js Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2308,3 +2308,4 @@ Changes to the packages collection and i Updated print/tex-zref-doc to 2.35 [markd 2024-02-18] Updated devel/R-xfun to 0.42 [mef 2024-02-18] Updated math/R-Rcmdr to 2.9.2 [mef 2024-02-18] + Updated devel/objfw to 1.0.9 [js 2024-02-18] --_----------=_1708268677174810--