Received: by mail.netbsd.org (Postfix, from userid 605) id 79DBF84FAD; Mon, 26 Feb 2024 19:01:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708974064; bh=4aOo0iBz2wVD5/W0Q1ltXgCmUT21fIr17TYyLrLcgYY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=D60wTtIQf2Dv+Sxd/RL9q0R88tdTTwSqOZXi+EKTMjxXU0PT+kmKZ6GwIfh+ADmNQ O8rW/dUdxvJx++eHEFaNdVMXHE4+lYBzBuxa9t5Uvdi74gZf1oVqS8HO0iEDxwFUeD x+XZuXI+xDsvJY3WEOL6S8HWtbT2fzXNWzIF3YN8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 675CD84FAB for ; Mon, 26 Feb 2024 19:01:03 +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 t3k7BaYJ1T7e for ; Mon, 26 Feb 2024 19:01:03 +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 E587884E54 for ; Mon, 26 Feb 2024 19:01:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708974063; bh=4aOo0iBz2wVD5/W0Q1ltXgCmUT21fIr17TYyLrLcgYY=; h=Date:From:Subject:To:Reply-To; b=Rq6hhsBcV4WzCqcN+FtUmLZRqGdGuZYa1etyMNwYfpaY9Q2dGnhlEzaZwVPMEhPfW pZXh3k4ZPYHPgCpft9Deyo4BkKvaJkuIZg83JwDMRCkdZG3nZ1oCLp09YenhLrL8ZG TMHaKkXxb6e5uaMCqEPTrrp1wvsD2fi7N2avM0Oc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E219DFA27; Mon, 26 Feb 2024 19:01:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708974062267030" MIME-Version: 1.0 Date: Mon, 26 Feb 2024 19:01:02 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240226190102.E219DFA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708974062267030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Feb 26 19:01:02 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated graphics/oculante to 0.8.11 To generate a diff of this commit: cvs rdiff -u -r1.1530 -r1.1531 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708974062267030 Content-Disposition: inline Content-Length: 718 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.1530 pkgsrc/doc/CHANGES-2024:1.1531 --- pkgsrc/doc/CHANGES-2024:1.1530 Mon Feb 26 18:59:33 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Feb 26 19:01:02 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1530 2024/02/26 18:59:33 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1531 2024/02/26 19:01:02 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2709,3 +2709,4 @@ Changes to the packages collection and i Updated math/py-bottleneck to 1.3.8 [adam 2024-02-26] Updated devel/ast-grep to 0.19.3 [pin 2024-02-26] Updated sysutils/broot to 1.34.0 [pin 2024-02-26] + Updated graphics/oculante to 0.8.11 [pin 2024-02-26] --_----------=_1708974062267030--