From owner-dev-commits-ports-main@freebsd.org Tue Apr 6 08:15:11 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 05E0B5C32D2; Tue, 6 Apr 2021 08:15:11 +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 4FF0gy5xHrz3QpK; Tue, 6 Apr 2021 08:15:10 +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 9E8314D8; Tue, 6 Apr 2021 08:15:10 +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 1368FATb090796; Tue, 6 Apr 2021 08:15:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1368FAuB090795; Tue, 6 Apr 2021 08:15:10 GMT (envelope-from git) Date: Tue, 6 Apr 2021 08:15:10 GMT Message-Id: <202104060815.1368FAuB090795@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 5254fca65db2 - main - Chase GH_ACCOUNT rename for Greg V MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5254fca65db2343e41437effbfc1f2abdcaa24cc 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, 06 Apr 2021 08:15:11 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5254fca65db2343e41437effbfc1f2abdcaa24cc commit 5254fca65db2343e41437effbfc1f2abdcaa24cc Author: Jan Beich AuthorDate: 2021-04-04 10:19:21 +0000 Commit: Jan Beich CommitDate: 2021-04-06 08:11:39 +0000 Chase GH_ACCOUNT rename for Greg V --- graphics/Coin/Makefile | 2 +- sysutils/consolekit2/Makefile | 2 +- www/elixir-httpotion/Makefile | 2 +- www/elixir-httpotion/distinfo | 4 ++-- www/elixir-httpotion/pkg-descr | 2 +- x11-toolkits/wlroots/Makefile | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index 5364e53c08f0..f738698b0f5b 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= Coin- PORTREVISION= 1 CATEGORIES= graphics -PATCH_SITES= https://github.com/myfreeweb/coin/commit/ +PATCH_SITES= https://github.com/unrelentingtech/coin/commit/ PATCHFILES+= 3053d28b74d.patch:-p1 # Unbreak non-X11 MAINTAINER= cmt@FreeBSD.org diff --git a/sysutils/consolekit2/Makefile b/sysutils/consolekit2/Makefile index fcc7e1996dce..48ebc36edd13 100644 --- a/sysutils/consolekit2/Makefile +++ b/sysutils/consolekit2/Makefile @@ -10,7 +10,7 @@ PKGNAMESUFFIX= 2 DISTNAME= ConsoleKit2-${PORTVERSION} # Support for DRM/evdev -PATCH_SITES= https://github.com/myfreeweb/ConsoleKit2/commit/ +PATCH_SITES= https://github.com/unrelentingtech/ConsoleKit2/commit/ PATCHFILES= 03eaa9779f2c9c7b0acf0521a5547036bdec2245.patch:-p1 \ 05f26e99539e7a442e57035ed6d64fdd9a50feb9.patch:-p1 \ ea4a569100dfa44a0c9d42b1cf7381fd8f88c837.patch:-p1 \ diff --git a/www/elixir-httpotion/Makefile b/www/elixir-httpotion/Makefile index 02a2cbd642f4..f98a9f8fd532 100644 --- a/www/elixir-httpotion/Makefile +++ b/www/elixir-httpotion/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT USES= elixir USE_GITHUB= yes -GH_ACCOUNT= myfreeweb +GH_ACCOUNT= unrelentingtech MIX_BUILD_DEPS= www/erlang-ibrowse MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} diff --git a/www/elixir-httpotion/distinfo b/www/elixir-httpotion/distinfo index 530af90bc88f..50ed1b066793 100644 --- a/www/elixir-httpotion/distinfo +++ b/www/elixir-httpotion/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1502265281 -SHA256 (myfreeweb-httpotion-v3.0.3_GH0.tar.gz) = 6efb3cb4235a335445e4f7cf5cd28aa6d7746d45bf9c43ae877475165211edfe -SIZE (myfreeweb-httpotion-v3.0.3_GH0.tar.gz) = 15295 +SHA256 (unrelentingtech-httpotion-v3.0.3_GH0.tar.gz) = 6efb3cb4235a335445e4f7cf5cd28aa6d7746d45bf9c43ae877475165211edfe +SIZE (unrelentingtech-httpotion-v3.0.3_GH0.tar.gz) = 15295 diff --git a/www/elixir-httpotion/pkg-descr b/www/elixir-httpotion/pkg-descr index 02bb1a081be9..6649265689e2 100644 --- a/www/elixir-httpotion/pkg-descr +++ b/www/elixir-httpotion/pkg-descr @@ -1,3 +1,3 @@ HTTP client for Elixir, based on ibrowse. -WWW: https://github.com/myfreeweb/httpotion +WWW: https://github.com/unrelentingtech/httpotion diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile index 13b37c33a4d2..921405809a0e 100644 --- a/x11-toolkits/wlroots/Makefile +++ b/x11-toolkits/wlroots/Makefile @@ -38,7 +38,7 @@ OPTIONS_DEFAULT=LIBSEAT X11 OPTIONS_SUB= yes CONSOLEKIT_DESC= DRM sessions without root using ConsoleKit2 -CONSOLEKIT_PATCH_SITES= https://github.com/myfreeweb/${GH_PROJECT}/commit/:ck2 +CONSOLEKIT_PATCH_SITES= https://github.com/unrelentingtech/${GH_PROJECT}/commit/:ck2 CONSOLEKIT_PATCHFILES= fcee578b13eb.patch:-p1:ck2 # https://github.com/swaywm/wlroots/pull/1467 CONSOLEKIT_LIB_DEPENDS= libdbus-1.so:devel/dbus \ libconsolekit.so:sysutils/consolekit2