From nobody Tue Oct 12 16:58:41 2021 X-Original-To: dev-commits-ports-branches@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 DD0DB1803391; Tue, 12 Oct 2021 16:58:41 +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 4HTMLn5tTXz4r49; Tue, 12 Oct 2021 16:58:41 +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 AAD5E1821A; Tue, 12 Oct 2021 16:58:41 +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 19CGwf9U045153; Tue, 12 Oct 2021 16:58:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19CGwfZR045152; Tue, 12 Oct 2021 16:58:41 GMT (envelope-from git) Date: Tue, 12 Oct 2021 16:58:41 GMT Message-Id: <202110121658.19CGwfZR045152@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: c1f08bad4948 - 2021Q4 - x11/wlr-randr: chase to the new home List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-branches@freebsd.org X-BeenThere: dev-commits-ports-branches@freebsd.org 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/2021Q4 X-Git-Reftype: branch X-Git-Commit: c1f08bad4948ece679050197962c439bbbce2c7d Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch 2021Q4 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1f08bad4948ece679050197962c439bbbce2c7d commit c1f08bad4948ece679050197962c439bbbce2c7d Author: Jan Beich AuthorDate: 2021-10-12 16:48:07 +0000 Commit: Jan Beich CommitDate: 2021-10-12 16:57:37 +0000 x11/wlr-randr: chase to the new home https://github.com/emersion/wlr-randr/commit/a6fdfa1e9257 "This repository has been archived by the owner. It is now read-only." (cherry picked from commit c3d061c40c6a3838b0ead0bff612cdb1107a5df9) --- x11/wlr-randr/Makefile | 3 +-- x11/wlr-randr/distinfo | 4 ++-- x11/wlr-randr/pkg-descr | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/x11/wlr-randr/Makefile b/x11/wlr-randr/Makefile index e3c7959b2888..e32d1554060d 100644 --- a/x11/wlr-randr/Makefile +++ b/x11/wlr-randr/Makefile @@ -2,6 +2,7 @@ PORTNAME= wlr-randr DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 CATEGORIES= x11 +MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= jbeich@FreeBSD.org COMMENT= xrandr clone for wlroots compositors @@ -12,8 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libwayland-client.so:graphics/wayland USES= meson pkgconfig -USE_GITHUB= yes -GH_ACCOUNT= emersion PLIST_FILES= bin/${PORTNAME} .include diff --git a/x11/wlr-randr/distinfo b/x11/wlr-randr/distinfo index 8a0452d35fbc..3c0d8135bf00 100644 --- a/x11/wlr-randr/distinfo +++ b/x11/wlr-randr/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1612531581 -SHA256 (emersion-wlr-randr-v0.2.0_GH0.tar.gz) = e1b60992e41aebf733f13c2bdd2c70375fd3ddf7f0735bc4183858fda9c18e51 -SIZE (emersion-wlr-randr-v0.2.0_GH0.tar.gz) = 10904 +SHA256 (wlr-randr-v0.2.0.tar.gz) = 12745bc8050a56603bf9bdee70c798b5d6502cf00a795c59fd03e1d786c17ce3 +SIZE (wlr-randr-v0.2.0.tar.gz) = 10906 diff --git a/x11/wlr-randr/pkg-descr b/x11/wlr-randr/pkg-descr index 0c7f257fa7d1..88681db5ea33 100644 --- a/x11/wlr-randr/pkg-descr +++ b/x11/wlr-randr/pkg-descr @@ -1,3 +1,3 @@ Utility to manage outputs of a Wayland compositor. -WWW: https://github.com/emersion/wlr-randr +WWW: https://sr.ht/~emersion/wlr-randr/