Received: by mail.netbsd.org (Postfix, from userid 605) id 46BA585013; Sun, 4 Dec 2022 15:46:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 76BF684FF0 for ; Sun, 4 Dec 2022 15:46:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 ucV6Fy3BzBnx for ; Sun, 4 Dec 2022 15:46:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D722C84FEE for ; Sun, 4 Dec 2022 15:46:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4A43FA90; Sun, 4 Dec 2022 15:46:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167016879919570" MIME-Version: 1.0 Date: Sun, 4 Dec 2022 15:46:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xvinfo To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221204154639.D4A43FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167016879919570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Dec 4 15:46:39 UTC 2022 Modified Files: pkgsrc/x11/xvinfo: Makefile distinfo Log Message: xvinfo: update to 1.1.5. Alan Coopersmith (6): gitlab CI: add a basic build test Build xz tarballs instead of bzip2 gitlab CI: stop requiring Signed-off-by in commits Variable scope reduction Handle -Wdouble-promotion warning from clang xvinfo 1.1.5 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xvinfo/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xvinfo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167016879919570 Content-Disposition: inline Content-Length: 1579 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xvinfo/Makefile diff -u pkgsrc/x11/xvinfo/Makefile:1.12 pkgsrc/x11/xvinfo/Makefile:1.13 --- pkgsrc/x11/xvinfo/Makefile:1.12 Wed Nov 9 13:14:32 2022 +++ pkgsrc/x11/xvinfo/Makefile Sun Dec 4 15:46:39 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2022/11/09 13:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2022/12/04 15:46:39 wiz Exp $ -DISTNAME= xvinfo-1.1.4 +DISTNAME= xvinfo-1.1.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/xvinfo/distinfo diff -u pkgsrc/x11/xvinfo/distinfo:1.10 pkgsrc/x11/xvinfo/distinfo:1.11 --- pkgsrc/x11/xvinfo/distinfo:1.10 Tue Oct 26 11:34:59 2021 +++ pkgsrc/x11/xvinfo/distinfo Sun Dec 4 15:46:39 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 11:34:59 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/12/04 15:46:39 wiz Exp $ -BLAKE2s (xvinfo-1.1.4.tar.bz2) = a5b730bdc3cdc5b7c7d67909feea2064775459a46a844512e1e6d8396f164447 -SHA512 (xvinfo-1.1.4.tar.bz2) = 85e1f936c5c826f0fdde3670bd77d5cde8641c6e8e7849e42142e91b5aa01d7e0e60d2b064eb6fef4f5666321813ca2dc9f9656756ccbe6dcda37b119ee8a63e -Size (xvinfo-1.1.4.tar.bz2) = 126503 bytes +BLAKE2s (xvinfo-1.1.5.tar.xz) = 9fd9b9be7daaddcd35c99592fe2694bc2fac45f03dcc168e4affb2be4f9545c3 +SHA512 (xvinfo-1.1.5.tar.xz) = 18467161b248c68f6bde15e1c1b4b8cf812daf46777602558aee5fb7cb4d2649218de88fa93842fea4f316d954440f03a37d71fa4fda92eda3c7d80970e19cbb +Size (xvinfo-1.1.5.tar.xz) = 120700 bytes --_----------=_167016879919570--