Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Q4YDDnt8; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=X8bj3ssF Received: by mail.netbsd.org (Postfix, from userid 605) id 38F6C84D67; Sun, 28 Apr 2024 16:32:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714321935; bh=VsIQEDPVfQFYrCD3xdQ5sSqmRWzuiLpa2XGlSdXtZ2A=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Q4YDDnt8gIGmjYSPedJU9L04tWecZmsNqX3qD7vLgfwyS5soj1ZBEe/aqbv2nf3Ow W2mzzD3mIIzaBBqepr4sSqA8WGrO5NtJSOBgewYMet2wDN6YfEsNSoOe3tdC1brfpT TsgDub6Mbl6nOtrwjN1ZPVetG+YWK9sz78PgSqas= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 223EA84D15 for ; Sun, 28 Apr 2024 16:32:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fI4RsBN1Qb_K for ; Sun, 28 Apr 2024 16:32:13 +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 A908584CF7 for ; Sun, 28 Apr 2024 16:32:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714321933; bh=VsIQEDPVfQFYrCD3xdQ5sSqmRWzuiLpa2XGlSdXtZ2A=; h=Date:From:Subject:To:Reply-To; b=X8bj3ssFOQVLKVlfQ8Pp48rs+nupGlChCJ4zXFt0CpVCC+Lqss4rSbuSL9NcES2JS 2m73qRwbPac/v4YVjZfj2LomQh1PULKU3tj0lO1mhYrquBBU4RGJFQhzIX6m9IRbbk u2GQ6zKkUwAd5oWq4dnLeYxL3XRRHrGhFkKboJnM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A26EFFA2C; Sun, 28 Apr 2024 16:32:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171432193370020" MIME-Version: 1.0 Date: Sun, 28 Apr 2024 16:32:13 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/qt6ct To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240428163213.A26EFFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171432193370020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sun Apr 28 16:32:13 UTC 2024 Modified Files: pkgsrc/x11/qt6ct: Makefile Log Message: x11/qt6ct: bump pkgrevison due to qt6 update To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/qt6ct/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171432193370020 Content-Disposition: inline Content-Length: 519 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt6ct/Makefile diff -u pkgsrc/x11/qt6ct/Makefile:1.8 pkgsrc/x11/qt6ct/Makefile:1.9 --- pkgsrc/x11/qt6ct/Makefile:1.8 Sat Apr 6 08:07:13 2024 +++ pkgsrc/x11/qt6ct/Makefile Sun Apr 28 16:32:13 2024 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2024/04/06 08:07:13 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2024/04/28 16:32:13 pin Exp $ DISTNAME= qt6ct-0.9 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=trialuser02/} GITHUB_TAG= ${PKGVERSION_NOREV} --_----------=_171432193370020--