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 8179B1A921F for ; Sun, 3 Apr 2022 19:15:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EC35784EFD; Sun, 3 Apr 2022 19:15:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3253E84EF3 for ; Sun, 3 Apr 2022 19:15:56 +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 CTZ-hrVQXqha for ; Sun, 3 Apr 2022 19:15:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A43C984CED for ; Sun, 3 Apr 2022 19:15:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9DBFEFB24; Sun, 3 Apr 2022 19:15:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164901335581350" MIME-Version: 1.0 Date: Sun, 3 Apr 2022 19:15:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/listres To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220403191555.9DBFEFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164901335581350 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:15:55 UTC 2022 Modified Files: pkgsrc/x11/listres: Makefile distinfo Log Message: listres: update to 1.0.5. Alan Coopersmith (9): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Pass -D_CONST_X_STRING to make libXt declare String as const char * Fix -Wsign-compare warnings Fix spelling/wording issues gitlab CI: add a basic build test Build xz tarballs instead of bzip2 man page: remove out-of-date COPYRIGHT section listres 1.0.5 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/listres/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/listres/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164901335581350 Content-Disposition: inline Content-Length: 1586 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/listres/Makefile diff -u pkgsrc/x11/listres/Makefile:1.10 pkgsrc/x11/listres/Makefile:1.11 --- pkgsrc/x11/listres/Makefile:1.10 Sat Jan 18 23:35:54 2020 +++ pkgsrc/x11/listres/Makefile Sun Apr 3 19:15:55 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2020/01/18 23:35:54 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2022/04/03 19:15:55 wiz Exp $ -DISTNAME= listres-1.0.4 +DISTNAME= listres-1.0.5 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/listres/distinfo diff -u pkgsrc/x11/listres/distinfo:1.7 pkgsrc/x11/listres/distinfo:1.8 --- pkgsrc/x11/listres/distinfo:1.7 Tue Oct 26 11:34:10 2021 +++ pkgsrc/x11/listres/distinfo Sun Apr 3 19:15:55 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:34:10 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/04/03 19:15:55 wiz Exp $ -BLAKE2s (listres-1.0.4.tar.bz2) = 8f522ce8a234ed3efa9f9261cdb1c6dd3fa22f967facd75407d898891efaf2c4 -SHA512 (listres-1.0.4.tar.bz2) = 925bceab6ff96fcf91f58ba2f858905d6e2eff7074ba29cfc02def7c19fb493545837884f1070dc004422451f749cd459000c01e8c9bb51a7cce7f7ab4067b8a -Size (listres-1.0.4.tar.bz2) = 125472 bytes +BLAKE2s (listres-1.0.5.tar.xz) = db5c44ed473a532ff2030064cc54470338868c4c06b0a5c60e7b674e7f73663a +SHA512 (listres-1.0.5.tar.xz) = caa3626773031fbf6d8bcc1f697afe6add64fe4a8d1d766c42d5c2346050869dd23a26a1718411134ab05c75835facf0786cab5595721a16df423cdc54dd813d +Size (listres-1.0.5.tar.xz) = 119596 bytes --_----------=_164901335581350--