Received: by mail.netbsd.org (Postfix, from userid 605) id 1E37484DED; Fri, 31 Jul 2020 20:01:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C0F884DD1 for ; Fri, 31 Jul 2020 20:01:41 +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 U5ggOssKufih for ; Fri, 31 Jul 2020 20:01:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2A15D84CE7 for ; Fri, 31 Jul 2020 20:01:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23F81FB28; Fri, 31 Jul 2020 20:01:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159622570194250" MIME-Version: 1.0 Date: Fri, 31 Jul 2020 20:01:41 +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: <20200731200141.23F81FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159622570194250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Fri Jul 31 20:01:41 UTC 2020 Modified Files: pkgsrc/x11/qt5ct: Makefile distinfo Log Message: x11/qt5ct: update to 1.1 Version 1.1 * fixed issue with custom icon themes * updated Danish translation (scootergrisen) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/qt5ct/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/qt5ct/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159622570194250 Content-Disposition: inline Content-Length: 1525 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.8 pkgsrc/x11/qt5ct/Makefile:1.9 --- pkgsrc/x11/qt5ct/Makefile:1.8 Wed Jun 17 18:35:36 2020 +++ pkgsrc/x11/qt5ct/Makefile Fri Jul 31 20:01:40 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2020/06/17 18:35:36 pin Exp $ +# $NetBSD: Makefile,v 1.9 2020/07/31 20:01:40 pin Exp $ -DISTNAME= qt5ct-1.0 +DISTNAME= qt5ct-1.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qt5ct/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/qt5ct/distinfo diff -u pkgsrc/x11/qt5ct/distinfo:1.2 pkgsrc/x11/qt5ct/distinfo:1.3 --- pkgsrc/x11/qt5ct/distinfo:1.2 Wed Jun 17 18:35:36 2020 +++ pkgsrc/x11/qt5ct/distinfo Fri Jul 31 20:01:40 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/06/17 18:35:36 pin Exp $ +$NetBSD: distinfo,v 1.3 2020/07/31 20:01:40 pin Exp $ -SHA1 (qt5ct-1.0.tar.bz2) = d847d36e0adc2842e78a908ad8e9f10dd81bd3f6 -RMD160 (qt5ct-1.0.tar.bz2) = 714f5bdfac8a05a4ee405de879da19446ebd2a43 -SHA512 (qt5ct-1.0.tar.bz2) = f650362c90782128e1b3ddb61e73d0295bc5b108a75c8a10d085ce9df7dc0926ac40baf80705136b39cc779212fc97e121757c440f2728aab12b761caace78b2 -Size (qt5ct-1.0.tar.bz2) = 73360 bytes +SHA1 (qt5ct-1.1.tar.bz2) = df8364b6bdffa6a585f293dc63f7c7125382dc68 +RMD160 (qt5ct-1.1.tar.bz2) = 22e5658dd480ef77ad54b50d68074032fa8dbf21 +SHA512 (qt5ct-1.1.tar.bz2) = 0df00c0680aefb0eada1ddb70886fd63641c403ab42843f8d209413a56895dce0a88eb88a98d09d23a30df3b15ca1d595237592958769a1be86719f2a16cbdf7 +Size (qt5ct-1.1.tar.bz2) = 79890 bytes --_----------=_159622570194250--