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 82CE01A921F for ; Sun, 3 Apr 2022 19:03:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id ED35A84EFD; Sun, 3 Apr 2022 19:03:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3342684EF3 for ; Sun, 3 Apr 2022 19:03:23 +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 DDjS0Xm9CDPy for ; Sun, 3 Apr 2022 19:03:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A97FA84CED for ; Sun, 3 Apr 2022 19:03:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2FDCFB24; Sun, 3 Apr 2022 19:03:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649012602113210" MIME-Version: 1.0 Date: Sun, 3 Apr 2022 19:03:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/appres To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220403190322.A2FDCFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649012602113210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 3 19:03:22 UTC 2022 Modified Files: pkgsrc/x11/appres: Makefile distinfo Log Message: appres: update to 1.0.6. Alan Coopersmith (6): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Use _CONST_X_STRING to make libXt declare String as const char * Build xz tarballs instead of bzip2 gitlab CI: add a basic build test appres 1.0.6 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/appres/Makefile \ pkgsrc/x11/appres/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649012602113210 Content-Disposition: inline Content-Length: 1562 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/appres/Makefile diff -u pkgsrc/x11/appres/Makefile:1.8 pkgsrc/x11/appres/Makefile:1.9 --- pkgsrc/x11/appres/Makefile:1.8 Sat Jan 18 23:35:47 2020 +++ pkgsrc/x11/appres/Makefile Sun Apr 3 19:03:22 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2020/01/18 23:35:47 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2022/04/03 19:03:22 wiz Exp $ -DISTNAME= appres-1.0.5 +DISTNAME= appres-1.0.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/appres/distinfo diff -u pkgsrc/x11/appres/distinfo:1.8 pkgsrc/x11/appres/distinfo:1.9 --- pkgsrc/x11/appres/distinfo:1.8 Tue Oct 26 11:33:43 2021 +++ pkgsrc/x11/appres/distinfo Sun Apr 3 19:03:22 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:33:43 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/04/03 19:03:22 wiz Exp $ -BLAKE2s (appres-1.0.5.tar.bz2) = 321d0f3aabfc96f485f0f173a9fa78f69a75c5fb9e1b472b65f6d026501e96c0 -SHA512 (appres-1.0.5.tar.bz2) = 70825563cd80f0f433c48ab2fdae888072939c1b22fb22340b70b9444c97916275ed92c9e5bf9a06bb76c32a5371b89ff7c0211a9a47a227c88311078c2c4137 -Size (appres-1.0.5.tar.bz2) = 124531 bytes +BLAKE2s (appres-1.0.6.tar.xz) = 69b1df7a722bf43a6e483efd2eb53d3e41a13f67560a7dee62a1c714ad9c79f0 +SHA512 (appres-1.0.6.tar.xz) = 6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9 +Size (appres-1.0.6.tar.xz) = 118972 bytes --_----------=_1649012602113210--