Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ogpXrcgc; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=G004MILo Received: by mail.netbsd.org (Postfix, from userid 605) id 404E084E77; Wed, 3 Apr 2024 21:20:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712179228; bh=siZ+Z20McoljRhyvKpxVpOsFihV76EKNmUEvJxrWoS4=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ogpXrcgcb8Me33uGmY5zuvkOQ9er/1ebsmpafxfbgQbsGdQOGVIDQrMihYk/9gzCE pFITfitBNA+fKzXQtFEWUBHYUmDU/YyNRZ29/IhaSBdeGWig04uACxSETs6dr0so5N jU0O3X5JFvYOigrsr4W3x5Ihdu/Dm6JN1pz1jbQ4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 335C184E70 for ; Wed, 3 Apr 2024 21:20:27 +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 tS0-O1z-rc7Z for ; Wed, 3 Apr 2024 21:20:26 +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 B80AE84D01 for ; Wed, 3 Apr 2024 21:20:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712179226; bh=siZ+Z20McoljRhyvKpxVpOsFihV76EKNmUEvJxrWoS4=; h=Date:From:Subject:To:Reply-To; b=G004MILoeq4jzAeGUW73YCxvPXQPS73rmPzGwcaNOBFD/09e5v/fgIKSmOzTNkmbc 7fmENGwSaFpvPwo1OGMfhkQZOUqZ5C/7NyyLUGRuFq/B1kjJSornElmt/jqL+rM6xW 50CDYCBcojg6OWRn7xaFzjx3IwfQUXnYR+1DPBUQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B217AFA2C; Wed, 3 Apr 2024 21:20:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171217922640430" MIME-Version: 1.0 Date: Wed, 3 Apr 2024 21:20:26 +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: <20240403212026.B217AFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171217922640430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 3 21:20:26 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated x11/xman to 1.2.0 To generate a diff of this commit: cvs rdiff -u -r1.2209 -r1.2210 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171217922640430 Content-Disposition: inline Content-Length: 699 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.2209 pkgsrc/doc/CHANGES-2024:1.2210 --- pkgsrc/doc/CHANGES-2024:1.2209 Wed Apr 3 21:19:50 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 3 21:20:26 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2209 2024/04/03 21:19:50 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2210 2024/04/03 21:20:26 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3732,3 +3732,4 @@ Changes to the packages collection and i Updated sysutils/libpciaccess to 0.18.1 [wiz 2024-04-03] Updated x11/xedit to 1.2.4 [wiz 2024-04-03] Updated x11/xload to 1.2.0 [wiz 2024-04-03] + Updated x11/xman to 1.2.0 [wiz 2024-04-03] --_----------=_171217922640430--