Received: by mail.netbsd.org (Postfix, from userid 605) id B276D84E64; Sat, 2 Oct 2021 21:43:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF66884D9B for ; Sat, 2 Oct 2021 21:43:20 +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 FCtlei84ej8i for ; Sat, 2 Oct 2021 21:43:20 +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 6F28384D58 for ; Sat, 2 Oct 2021 21:43:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66F05FA97; Sat, 2 Oct 2021 21:43:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163321100055200" MIME-Version: 1.0 Date: Sat, 2 Oct 2021 21:43:20 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/qt5ct To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20211002214320.66F05FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163321100055200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: pin Date: Sat Oct 2 21:43:20 UTC 2021 Modified Files: pkgsrc/x11/qt5ct: Makefile distinfo Log Message: x11/qt5ct: update to 1.5 V1.4 -added troubleshooting settings -added Japanese translation (UTUMI Hirosi) -updated Dutch translation (Heimen Stoffels) -updated Spanish translation (Toni Estévez) -updated Russian translation -updated Greek translation (Dimitrios Glentadakis) V1.5 -fixed build regression To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/qt5ct/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5ct/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163321100055200 Content-Disposition: inline Content-Length: 1530 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt5ct/Makefile diff -u pkgsrc/x11/qt5ct/Makefile:1.13 pkgsrc/x11/qt5ct/Makefile:1.14 --- pkgsrc/x11/qt5ct/Makefile:1.13 Mon Aug 2 15:08:33 2021 +++ pkgsrc/x11/qt5ct/Makefile Sat Oct 2 21:43:20 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2021/08/02 15:08:33 pin Exp $ +# $NetBSD: Makefile,v 1.14 2021/10/02 21:43:20 pin Exp $ -DISTNAME= qt5ct-1.3 +DISTNAME= qt5ct-1.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qt5ct/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/qt5ct/distinfo diff -u pkgsrc/x11/qt5ct/distinfo:1.5 pkgsrc/x11/qt5ct/distinfo:1.6 --- pkgsrc/x11/qt5ct/distinfo:1.5 Mon Aug 2 15:08:33 2021 +++ pkgsrc/x11/qt5ct/distinfo Sat Oct 2 21:43:20 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2021/08/02 15:08:33 pin Exp $ +$NetBSD: distinfo,v 1.6 2021/10/02 21:43:20 pin Exp $ -SHA1 (qt5ct-1.3.tar.bz2) = b7565d5c9ac370ab18c4b7c30d212ab7e5b2c229 -RMD160 (qt5ct-1.3.tar.bz2) = 7112ab9cd58f77824f2ed36fc8ce63bbdadca8b4 -SHA512 (qt5ct-1.3.tar.bz2) = 9f4397d5cfc3dec14330759f213ae99b02ae36d3ea48dfdb3015c3b7d3fe12cde619af855d7320566ca32120e8689e4b39f78e4fdf9886e2472aef570beb75bd -Size (qt5ct-1.3.tar.bz2) = 80506 bytes +SHA1 (qt5ct-1.5.tar.bz2) = 8cdc1c60f7379e89ee503ff0de5457d263e40d33 +RMD160 (qt5ct-1.5.tar.bz2) = 4a88b9bb40db1ce68d428ee8da9032a05497f969 +SHA512 (qt5ct-1.5.tar.bz2) = fc16c7849a89aa8ee9480162888294638bc01f83b89d86c978397e58f6da4360cf07b9f558635b8a5b13bd10d18f3ad49663fe8a76183da9ae55aac23230b1e5 +Size (qt5ct-1.5.tar.bz2) = 81089 bytes --_----------=_163321100055200--