Received: by mail.netbsd.org (Postfix, from userid 605) id 0D02B84ED7; Sun, 3 Mar 2024 23:13:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709507604; bh=xO95TUsy+z2I1hQVlLtj3rATUpSXepr+fAM6JJ0oarE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=oR4vqFSU+/00+3dV3QVMVsFL+k3R0UIPq2s7IbqXO44J53sl2BTsGMmNxZ2tn5uyp BEusRuj9YpolUJ9vWvNCEnzNDV9byR2f+tk8SIwkPZXqpbMBTxJ8JzYU49PnpqvUDD pypBNfOL20ApA03r1i+l7eCauoZ9UC4vsre+ZZp8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F24FF84D1B for ; Sun, 3 Mar 2024 23:13:22 +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 0js6ZhKViBAR for ; Sun, 3 Mar 2024 23:13:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8500884CEA for ; Sun, 3 Mar 2024 23:13:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709507602; bh=xO95TUsy+z2I1hQVlLtj3rATUpSXepr+fAM6JJ0oarE=; h=Date:From:Subject:To:Reply-To; b=s+zAgTt4XdbdtJTkOGAJK5AQXMewPCXzFPP75QeoncvVEq96eCZSD+T6D5f/gBcaD 0Nqf2KS1Zd5GyTs37X/BSkHU1YH1RQOi4VqApKfo1l077vPWofSKbGpRsDcpuiafhK TMqkft8ImzHH1wYEOqghxx1jsaP42A+rYsM+l/0Y= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E685FA27; Sun, 3 Mar 2024 23:13:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170950760273720" MIME-Version: 1.0 Date: Sun, 3 Mar 2024 23:13:22 +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: <20240303231322.7E685FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170950760273720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 3 23:13:22 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated x11/xmh to 1.0.5 To generate a diff of this commit: cvs rdiff -u -r1.1685 -r1.1686 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170950760273720 Content-Disposition: inline Content-Length: 689 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.1685 pkgsrc/doc/CHANGES-2024:1.1686 --- pkgsrc/doc/CHANGES-2024:1.1685 Sun Mar 3 23:12:31 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 3 23:13:22 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1685 2024/03/03 23:12:31 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1686 2024/03/03 23:13:22 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2920,3 +2920,4 @@ Changes to the packages collection and i Updated x11/xev to 1.2.6 [wiz 2024-03-03] Updated x11/xfontsel to 1.1.1 [wiz 2024-03-03] Updated x11/xmessage to 1.0.7 [wiz 2024-03-03] + Updated x11/xmh to 1.0.5 [wiz 2024-03-03] --_----------=_170950760273720--