Received: by mail.netbsd.org (Postfix, from userid 605) id DBCD384F72; Fri, 9 Feb 2024 21:04:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707512667; bh=h8A+Tu3UJrKwZev46c9Cru1AoFVm5Ufj8Kicg+Qxp0o=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=DiHNAV7YJF25+cBkjIqwq1CPGIT8hW4aISY6ffVkrFAsXto0/LQ4+ZRMZD6iEHS15 FQfYJ57KvvD6hzq/X62/Ohz10128fY/fgHaDsVPB279hsBHy9duCqrz9486PtpS831 Kmar2TPcqKDHqF3rXgKRGEjXNBMKFaxweVKntB3A= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD60B84CD8 for ; Fri, 9 Feb 2024 21:04:25 +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 cDduXaxbsTBk for ; Fri, 9 Feb 2024 21:04:25 +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 5E36984CCC for ; Fri, 9 Feb 2024 21:04:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707512665; bh=h8A+Tu3UJrKwZev46c9Cru1AoFVm5Ufj8Kicg+Qxp0o=; h=Date:From:Subject:To:Reply-To; b=CXRc0pMCets6H355JYeB/cdcCX7KTOqXPRx1bCxua+dcdwQaNtEQGoXDoinj42MmL YLJGyiTrR3W8F9RIElmU/KSiqhIYYkeQJcnzR7OciUHpRqEKfiPQ69nOY7HZPLQ1Cj l5UH8fvROKk6t7F3XzN0oDvFwIaagtAtjiTyLqqY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5AFE6FA42; Fri, 9 Feb 2024 21:04:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170751266532960" MIME-Version: 1.0 Date: Fri, 9 Feb 2024 21:04:25 +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: <20240209210425.5AFE6FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170751266532960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Feb 9 21:04:25 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated x11/xprop to 1.2.7 To generate a diff of this commit: cvs rdiff -u -r1.1055 -r1.1056 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170751266532960 Content-Disposition: inline Content-Length: 692 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.1055 pkgsrc/doc/CHANGES-2024:1.1056 --- pkgsrc/doc/CHANGES-2024:1.1055 Fri Feb 9 21:03:39 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Feb 9 21:04:25 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1055 2024/02/09 21:03:39 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1056 2024/02/09 21:04:25 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1786,3 +1786,4 @@ Changes to the packages collection and i Updated x11/xditview to 1.0.7 [wiz 2024-02-09] Updated x11/xkbcomp to 1.4.7 [wiz 2024-02-09] Updated x11/xmore to 1.0.4 [wiz 2024-02-09] + Updated x11/xprop to 1.2.7 [wiz 2024-02-09] --_----------=_170751266532960--