Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 341C51A921F for ; Mon, 4 Apr 2022 09:50:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7C0E484F66; Mon, 4 Apr 2022 09:50:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B029E84F5E for ; Mon, 4 Apr 2022 09:50:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fwJyYD40nti9 for ; Mon, 4 Apr 2022 09:50:38 +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 0B17084CE2 for ; Mon, 4 Apr 2022 09:50:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08B6FFB24; Mon, 4 Apr 2022 09:50:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164906583817040" MIME-Version: 1.0 Date: Mon, 4 Apr 2022 09:50:38 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/xorg-docs To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220404095038.08B6FFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164906583817040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 4 09:50:37 UTC 2022 Modified Files: pkgsrc/misc/xorg-docs: Makefile PLIST distinfo Log Message: xorg-docs: update to 1.7.2. Alan Coopersmith (21): X.man: give pointers to specs & other docs X.man: update program lists/info for modern era X.man: document protocol/ syntax in display string X.man: move XLOCAL documentation from Xorg(1) man page Update Solaris URL in MAINTAINERS file Update Solaris info in MAINTAINERS file Add conf.d to fontconfig configuration files list Update README for gitlab migration Update docs for gitlab migration Update configure.ac for gitlab migration Update MAINTAINERS for gitlab migration Mass http -> https replacement where appropriate Update README.xml & XOrgFoundation.man to reflect SPI merger The Katamari is dead! Long live the Katamari! MAINTAINERS: disclaim maintenance of xdm Drop LBX algortihm specs platforms/Solaris: Drop obsolete notes on apeture drivers Update Versions doc to better reflect current releases Fix spelling/wording issues registry: address updates for Oracle contacts xorg-docs 1.7.2 Emil Velikov (1): autogen.sh: use quoted string variables Ingo Schwarze (1): remove bogus \/ escapes Jeremy Huddleston Sequoia (1): Update AppleWM and XQuartz maintainers Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Thomas E. Dickey (3): assign libxt maintainer fix typo assign maintainer for Xaw, twm To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/misc/xorg-docs/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/xorg-docs/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/xorg-docs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164906583817040 Content-Disposition: inline Content-Length: 2256 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/xorg-docs/Makefile diff -u pkgsrc/misc/xorg-docs/Makefile:1.15 pkgsrc/misc/xorg-docs/Makefile:1.16 --- pkgsrc/misc/xorg-docs/Makefile:1.15 Sat Jan 18 23:33:10 2020 +++ pkgsrc/misc/xorg-docs/Makefile Mon Apr 4 09:50:37 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2020/01/18 23:33:10 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2022/04/04 09:50:37 wiz Exp $ -DISTNAME= xorg-docs-1.7.1 -CATEGORIES= devel x11 +DISTNAME= xorg-docs-1.7.2 +CATEGORIES= misc x11 MASTER_SITES= ${MASTER_SITE_XORG:=doc/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/misc/xorg-docs/PLIST diff -u pkgsrc/misc/xorg-docs/PLIST:1.3 pkgsrc/misc/xorg-docs/PLIST:1.4 --- pkgsrc/misc/xorg-docs/PLIST:1.3 Wed Jun 6 07:39:55 2012 +++ pkgsrc/misc/xorg-docs/PLIST Mon Apr 4 09:50:37 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2012/06/06 07:39:55 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/04/04 09:50:37 wiz Exp $ man/man7/Consortium.7 man/man7/Standards.7 man/man7/X.7 @@ -22,5 +22,4 @@ share/doc/xorg-docs/input/XKB-Config.xml share/doc/xorg-docs/input/XKB-Enhancing.xml share/doc/xorg-docs/platforms/Darwin.xml share/doc/xorg-docs/platforms/Solaris.xml -share/doc/xorg-docs/xext/lbxalg.xml share/doc/xorg-docs/xlfd/xlfd.xml Index: pkgsrc/misc/xorg-docs/distinfo diff -u pkgsrc/misc/xorg-docs/distinfo:1.10 pkgsrc/misc/xorg-docs/distinfo:1.11 --- pkgsrc/misc/xorg-docs/distinfo:1.10 Tue Oct 26 10:59:38 2021 +++ pkgsrc/misc/xorg-docs/distinfo Mon Apr 4 09:50:37 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:59:38 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/04/04 09:50:37 wiz Exp $ -BLAKE2s (xorg-docs-1.7.1.tar.bz2) = 520d2650d9660b9f67fb3f3541478fcb498b3653baa000b1397ff3751d852b39 -SHA512 (xorg-docs-1.7.1.tar.bz2) = 7f33205c5ad4f67c14003525c26481e35bf3fb1ac53012d72a28e6596d058b8028b74c8e8ad39d721f78059c0f571649070e4b1677834583c72fe7ffcedebe70 -Size (xorg-docs-1.7.1.tar.bz2) = 376331 bytes +BLAKE2s (xorg-docs-1.7.2.tar.bz2) = ae8a36c6e746158453ba57276a66d99267771c1c437c36c4478e34d125755609 +SHA512 (xorg-docs-1.7.2.tar.bz2) = 474b7fac5832edbdf6fba319074c3fe8eae6394d251fc8886c013c4e4d9695e92bf59e30aee5e53aed8365255b5d7b16bdbbad7a8ace33901bb0e3158353cdbf +Size (xorg-docs-1.7.2.tar.bz2) = 384172 bytes --_----------=_164906583817040--