From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 18:14:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68107661121; Tue, 22 Jun 2021 18:14:46 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G8ZLF3FJhz3Nk5; Tue, 22 Jun 2021 18:14:45 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-lf1-f46.google.com with SMTP id h15so18876937lfv.12; Tue, 22 Jun 2021 11:14:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YPMmueEbpUKGaHl3j+Ozcv7CmtOcmjEAJZfS+n1uH9I=; b=QZaYFmuwk63PA64sCwkLB9WfsbQWLHG7bPBy+QISOh3/jIDduF5UhnUxJdsJdaDCJX L/ffLLrepQI+GLyh31RvOGyLT7LMfY5/JLubJCK2RUZxqxk/jUNkSFU2g/drBN2djIPb 0jijHO4sD68nZ8Z7X9CdEUh/YtaynIY5Zgg9hmWD3Y1InhCW4IYzC6wsjEBynPm7wlv0 Irzq13sdps0XZeC5sKXLEPmuab5sJ9/9AnJ7d9ICtyFnINAr/nKfhNhVV/q8KWSRPhqc CVl/MMO47IUhifzUSF6s7l5jmV2vbKKm6eSp16vLQWWSkD9GcsyA17CVwsfYY9H9z3kQ g+HQ== X-Gm-Message-State: AOAM531HU+lLTYl0l+wgOAed8z7rO8FAP9WYqW+6eynYowBuSzuTJEdC toLxTL3VbGs+fG2nOE77hgeVTy1u/IinzzNIta7/0+bhpQ4NWA== X-Google-Smtp-Source: ABdhPJxNgFlDVuAp0KeToXn96d4aLFjnNnUGcZzd5/TMN/I7g62nMYb/WWgdzGR5y5BdrwW05Pu+oLzaGZEexZherFk= X-Received: by 2002:ac2:5ec3:: with SMTP id d3mr3978358lfq.440.1624385682672; Tue, 22 Jun 2021 11:14:42 -0700 (PDT) MIME-Version: 1.0 References: <202106221525.15MFPBbT062332@gitrepo.freebsd.org> In-Reply-To: <202106221525.15MFPBbT062332@gitrepo.freebsd.org> From: Antoine Brodin Date: Tue, 22 Jun 2021 20:14:32 +0200 Message-ID: Subject: Re: git: 06e8213fe96f - main - devel/py-qt5-positioning: New port - Provide PyQt5 QtPositioning module To: Rainer Hurling Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4G8ZLF3FJhz3Nk5 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; TAGGED_FROM(0.00)[]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 18:14:46 -0000 On Tue, Jun 22, 2021 at 5:25 PM Rainer Hurling wrote: > > The branch main has been updated by rhurlin: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=06e8213fe96f7d5b8049667d303155da66907650 > > commit 06e8213fe96f7d5b8049667d303155da66907650 > Author: Rainer Hurling > AuthorDate: 2021-06-19 20:37:54 +0000 > Commit: Rainer Hurling > CommitDate: 2021-06-22 15:24:37 +0000 > > devel/py-qt5-positioning: New port - Provide PyQt5 QtPositioning module > > The QtPositioning module contains classes to determine a position by > using a variety of possible sources, including satellite, or wifi, or > a text file, and so on. That information can then be used to, for > example, determine a position on a map. In addition satellite > information can be retrieved and area based monitoring can be performed. > > https://www.riverbankcomputing.com/static/Docs/PyQt5/api/qtpositioning/qtpositioning-module.html > > Reviewed by: lbartoletti, #portmgr! > > Approved by: lbartoletti (kde@) > > Differential Revision: https://reviews.freebsd.org/D30829 Hi, This broke INDEX, please fix. Antoine