From nobody Fri Nov 24 11:55:23 2023 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4ScD294JCmz51pQw; Fri, 24 Nov 2023 11:55:29 +0000 (UTC) (envelope-from makc.freebsd@gmail.com) Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ScD290QD2z3DXM; Fri, 24 Nov 2023 11:55:29 +0000 (UTC) (envelope-from makc.freebsd@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-lf1-f44.google.com with SMTP id 2adb3069b0e04-5079f6efd64so2362635e87.2; Fri, 24 Nov 2023 03:55:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700826925; x=1701431725; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+AnLNqYuYZB+tqRuPpOpTmVYefwdn+cffI6HjQAo5aI=; b=pVhzQP/LXd0zV/gTrTbpIXsxzVooqdCU78TmHI0Ve3xE3qyX+WqCUz76wQs1UhVhyk cQ+0mbVT2dLW0327fauYzl63y4vrRbV+UVmrDMEitzMlFYraCgyV8R/HWou4MJNg9dwx Z5ppcQDm4upg2fPwrP4eNw06zOvuAAYTNk2/dSvHxm9i05wbKHp+NB0SMxeNlfuxQFXX ffmsUbnL03yaAS8Mzr/YFoOKIVjSSGC/j6TWhkJ4csqLNRzFxaAk/y/8RsYQhuuc++CQ cf2XW+NwJfhB8Iy31A+4VgwnickftBAljTRcatZ4bKQ6j4+K8u8aDjpFfhpTOgHdCjD+ HBkA== X-Gm-Message-State: AOJu0Yx95XSfWulT2rcz6FnbJd6RR5aW4zNAYueYFCjNxcPHmz4CEpU1 fCG6TNPGFqgGsJ5OMhcSxT9KV62gO8g= X-Google-Smtp-Source: AGHT+IFjNwnlN/XdtjqPoshrGQglF8YgSOaU77gY/xNP2dNspF3miiVQ3ubPx1/7QOMBesAsTvAL6Q== X-Received: by 2002:a05:6512:3c87:b0:507:a04c:76e8 with SMTP id h7-20020a0565123c8700b00507a04c76e8mr2464620lfv.46.1700826925072; Fri, 24 Nov 2023 03:55:25 -0800 (PST) Received: from mercury.localnet (217-117-125-85.proc.ru. [217.117.125.85]) by smtp.gmail.com with ESMTPSA id bi27-20020a0565120e9b00b0050aa707737fsm487896lfb.150.2023.11.24.03.55.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Nov 2023 03:55:24 -0800 (PST) From: Max Brazhnikov To: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, "Jason E. Hale" Subject: Re: git: 1d76bdf62dff - main - Qt6: Update to 6.6.0 Date: Fri, 24 Nov 2023 14:55:23 +0300 Message-ID: <2334903.THHZn3L5Ee@mercury> In-Reply-To: <202311231744.3ANHiFwW075125@gitrepo.freebsd.org> References: <202311231744.3ANHiFwW075125@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; TAGGED_FROM(0.00)[] X-Rspamd-Queue-Id: 4ScD290QD2z3DXM This single commit covers behind great amount of patience and hard work. Thank you very much, Jason! Max > The branch main has been updated by jhale: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=1d76bdf62dffad91834699701f41d3374dfb6a3a > > commit 1d76bdf62dffad91834699701f41d3374dfb6a3a > Author: Jason E. Hale > AuthorDate: 2023-11-23 17:26:11 +0000 > Commit: Jason E. Hale > CommitDate: 2023-11-23 17:43:42 +0000 > > Qt6: Update to 6.6.0 > > Qt 6.6.0 is a feature release with focus on improving UX capabilities > including responsive UI technology and the Qt Graph module. > > The Qt Coap module has been added as net/qt6-coap. [1] > > PySide6 and PyQt6 have also been updated to 6.6.0. > > Announcement: https://www.qt.io/blog/qt-6.6-released > Rel note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.0/release-note.md > > PR: 275068, 274911 [1] > MFH: 2023Q4 > Exp-run by: antoine