Received: by mail.netbsd.org (Postfix, from userid 605) id 12F5C84D66; Sun, 30 Oct 2022 01:08:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 44B8284D28 for ; Sun, 30 Oct 2022 01:08:03 +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 ppwXKQqbCqkx for ; Sun, 30 Oct 2022 01:08:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B2B2E84CEA for ; Sun, 30 Oct 2022 01:08:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0609FA90; Sun, 30 Oct 2022 01:08:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667092082238390" MIME-Version: 1.0 Date: Sun, 30 Oct 2022 01:08:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/x11perf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221030010802.B0609FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667092082238390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Oct 30 01:08:02 UTC 2022 Modified Files: pkgsrc/x11/x11perf: Makefile distinfo Log Message: x11perf: update to 1.6.2. Aaron Plattner (1): tests: Skip trapezoids for unsupported XRender formats Alan Coopersmith (6): Fix spelling/wording issues Build xz tarballs instead of bzip2 gitlab CI: add a basic build test Variable scope reductions as recommended by cppcheck Stop casting return value of malloc() and calloc() x11perf 1.6.2 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/x11perf/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/x11perf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667092082238390 Content-Disposition: inline Content-Length: 1672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/x11perf/Makefile diff -u pkgsrc/x11/x11perf/Makefile:1.16 pkgsrc/x11/x11perf/Makefile:1.17 --- pkgsrc/x11/x11perf/Makefile:1.16 Mon Aug 17 20:20:37 2020 +++ pkgsrc/x11/x11perf/Makefile Sun Oct 30 01:08:02 2022 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2020/08/17 20:20:37 leot Exp $ +# $NetBSD: Makefile,v 1.17 2022/10/30 01:08:02 wiz Exp $ -DISTNAME= x11perf-1.6.1 -PKGREVISION= 1 +DISTNAME= x11perf-1.6.2 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XORG:=app/} -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= https://xorg.freedesktop.org/archive/individual/test/ +EXTRACT_SUFX= .tar.xz MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/x11perf/distinfo diff -u pkgsrc/x11/x11perf/distinfo:1.8 pkgsrc/x11/x11perf/distinfo:1.9 --- pkgsrc/x11/x11perf/distinfo:1.8 Tue Oct 26 11:34:32 2021 +++ pkgsrc/x11/x11perf/distinfo Sun Oct 30 01:08:02 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:34:32 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/10/30 01:08:02 wiz Exp $ -BLAKE2s (x11perf-1.6.1.tar.bz2) = 6603cd227eb225e8b7e57410a9da6dc6fe27af9998f2d677d5d095966f56fefb -SHA512 (x11perf-1.6.1.tar.bz2) = b386151bfe3d7c04ab9953ae1882f3c5b627d6d1afb9a8cfe87c58236a88883fc11bbadb2226b9aa61df84b4fce625a1c9e3d146a124ac17e8d7d605b35d9c0b -Size (x11perf-1.6.1.tar.bz2) = 189446 bytes +BLAKE2s (x11perf-1.6.2.tar.xz) = ce839b1ab7024845711e07f3f426859542d1fb2303187d1df5e1a40349ec4ad7 +SHA512 (x11perf-1.6.2.tar.xz) = 5be9e601071a42d103adbab5f30c1900a3779a5b2c06c709df99a85487c9790d36b835d43f5c6d74cc7d950cc3ad06927210d7b1f58939cfd0b4a6f3e5e32112 +Size (x11perf-1.6.2.tar.xz) = 173800 bytes --_----------=_1667092082238390--