From owner-dev-commits-ports-all@freebsd.org Tue Apr 20 00:49:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 8A52E5DD05F; Tue, 20 Apr 2021 00:49:23 +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 4FPQ7726T7z3JjR; Tue, 20 Apr 2021 00:49:23 +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 3B3ADF58; Tue, 20 Apr 2021 00:49:23 +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 13K0nNod037229; Tue, 20 Apr 2021 00:49:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13K0nNFI037228; Tue, 20 Apr 2021 00:49:23 GMT (envelope-from git) Date: Tue, 20 Apr 2021 00:49:23 GMT Message-Id: <202104200049.13K0nNFI037228@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: d149560bb859 - 2021Q2 - x11/wdisplays: unbreak fetch via fork 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/2021Q2 X-Git-Reftype: branch X-Git-Commit: d149560bb859d2ae49b964fe2c5b290d403dd87b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2021 00:49:23 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d149560bb859d2ae49b964fe2c5b290d403dd87b commit d149560bb859d2ae49b964fe2c5b290d403dd87b Author: Jan Beich AuthorDate: 2021-04-20 00:01:50 +0000 Commit: Jan Beich CommitDate: 2021-04-20 00:48:56 +0000 x11/wdisplays: unbreak fetch via fork fetch: https://codeload.github.com/cyclopsian/wdisplays/tar.gz/1.0?dummy=/cyclopsian-wdisplays-1.0_GH0.tar.gz: Not Found Suggested by: /r/swaywm, AUR (cherry picked from commit bca16f5881d679b33913bdff6a00f0116369f497) --- x11/wdisplays/Makefile | 2 +- x11/wdisplays/distinfo | 4 ++-- x11/wdisplays/pkg-descr | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/wdisplays/Makefile b/x11/wdisplays/Makefile index 2aed09149f53..f0f80fd3b217 100644 --- a/x11/wdisplays/Makefile +++ b/x11/wdisplays/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ USES= compiler:c11 gnome meson pkgconfig USE_GITHUB= yes USE_GNOME= cairo gtk30 -GH_ACCOUNT= cyclopsian +GH_ACCOUNT= artizirk PLIST_FILES= bin/${PORTNAME} \ share/applications/network.cycles.${PORTNAME}.desktop \ share/icons/hicolor/scalable/apps/${PORTNAME}.svg diff --git a/x11/wdisplays/distinfo b/x11/wdisplays/distinfo index 7dc6a7fbcd72..f7b11e6c2507 100644 --- a/x11/wdisplays/distinfo +++ b/x11/wdisplays/distinfo @@ -1,5 +1,5 @@ TIMESTAMP = 1589011062 -SHA256 (cyclopsian-wdisplays-1.0_GH0.tar.gz) = fa34d5bdfd87d833e18a89b2acacc27833d7297374719773a705f2d3e89cdddf -SIZE (cyclopsian-wdisplays-1.0_GH0.tar.gz) = 106819 +SHA256 (artizirk-wdisplays-1.0_GH0.tar.gz) = fa34d5bdfd87d833e18a89b2acacc27833d7297374719773a705f2d3e89cdddf +SIZE (artizirk-wdisplays-1.0_GH0.tar.gz) = 106819 SHA256 (657e2966e556.patch) = e7cc9418945f12632fd17b408fdd8f1c0287f31e4bc3d2afab7683a84e8f2fd2 SIZE (657e2966e556.patch) = 2259 diff --git a/x11/wdisplays/pkg-descr b/x11/wdisplays/pkg-descr index 70d22ba3d599..e6e4e30fa2d4 100644 --- a/x11/wdisplays/pkg-descr +++ b/x11/wdisplays/pkg-descr @@ -5,4 +5,4 @@ protocol, including sway. The goal of this project is to allow precise adjustment of display settings in kiosks, digital signage, and other elaborate multi-monitor setups. -WWW: https://github.com/cyclopsian/wdisplays +WWW: https://github.com/artizirk/wdisplays