From owner-dev-commits-ports-main@freebsd.org Tue May 4 23:11:00 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 35AFA626F1C; Tue, 4 May 2021 23:11:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FZbDh0XJWz4cQ5; Tue, 4 May 2021 23:11:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F39361A137; Tue, 4 May 2021 23:10:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 144NAxIW091561; Tue, 4 May 2021 23:10:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 144NAxun091560; Tue, 4 May 2021 23:10:59 GMT (envelope-from git) Date: Tue, 4 May 2021 23:10:59 GMT Message-Id: <202105042310.144NAxun091560@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: b00a1bee743c - main - accessibility/at-spi2*: Update WWW MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b00a1bee743c55f07d3b71c91838a9e138742512 Auto-Submitted: auto-generated 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, 04 May 2021 23:11:00 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=b00a1bee743c55f07d3b71c91838a9e138742512 commit b00a1bee743c55f07d3b71c91838a9e138742512 Author: Adriaan de Groot AuthorDate: 2021-05-03 22:14:54 +0000 Commit: Adriaan de Groot CommitDate: 2021-05-04 23:10:26 +0000 accessibility/at-spi2*: Update WWW The WWW links to LinuxFoundation.org were hopelessly bitrotten, point to the GNOME GitLab instead which is still wrong-ish, but the links and documentation might be updated there. Reported (and fixed already) upstream as well. PR: 251536 Reported by: Edward Sanford Sutton III --- accessibility/at-spi2-atk/pkg-descr | 2 +- accessibility/at-spi2-core/pkg-descr | 2 +- accessibility/py-atspi/pkg-descr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/accessibility/at-spi2-atk/pkg-descr b/accessibility/at-spi2-atk/pkg-descr index 1524ccfd79ff..5d96863b0486 100644 --- a/accessibility/at-spi2-atk/pkg-descr +++ b/accessibility/at-spi2-atk/pkg-descr @@ -6,4 +6,4 @@ to each other. This port contains the GTK+ module needed to interface with the SPI framework. -WWW: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus +WWW: https://gitlab.gnome.org/GNOME/at-spi2-atk diff --git a/accessibility/at-spi2-core/pkg-descr b/accessibility/at-spi2-core/pkg-descr index 6df23cda643b..a7d5f00db238 100644 --- a/accessibility/at-spi2-core/pkg-descr +++ b/accessibility/at-spi2-core/pkg-descr @@ -7,4 +7,4 @@ This version of at-spi is a major break from previous versions. It has been completely rewritten to use D-Bus rather than ORBIT / CORBA for its transport protocol. -WWW: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus +WWW: https://gitlab.gnome.org/GNOME/at-spi2-core diff --git a/accessibility/py-atspi/pkg-descr b/accessibility/py-atspi/pkg-descr index 151f94c993e2..060503ef0fb8 100644 --- a/accessibility/py-atspi/pkg-descr +++ b/accessibility/py-atspi/pkg-descr @@ -5,4 +5,4 @@ to each other. This port is the Python API to interface with the D-BUS based SPI framework. -WWW: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus +WWW: https://gitlab.gnome.org/GNOME/pyatspi2