Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 08:57:31 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0a57b6c3d546 - main - x11/wmfocus: Chase USES=cargo's new git source support
Message-ID:  <202110250857.19P8vVvH099627@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a57b6c3d546e1a1962c75a9b665f77523101eaf

commit 0a57b6c3d546e1a1962c75a9b665f77523101eaf
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-10-07 14:47:47 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-10-25 08:49:17 +0000

    x11/wmfocus: Chase USES=cargo's new git source support
    
    PR:             256581
---
 x11/wmfocus/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile
index b21645de0eb9..87e3e128db98 100644
--- a/x11/wmfocus/Makefile
+++ b/x11/wmfocus/Makefile
@@ -22,7 +22,6 @@ USE_GITHUB=	yes
 USE_GNOME=	cairo
 USE_XORG=	x11 xcb
 GH_ACCOUNT=	svenstaro
-GH_TUPLE=	JayceFayne:swayipc-rs:f6b045f6dff3b8135c74c996cb95a39c874e4939:swayipc
 CARGO_FEATURES=	i3
 PLIST_FILES=	bin/${PORTNAME}
 
@@ -117,9 +116,8 @@ CARGO_CRATES=	aho-corasick-0.7.18 \
 		x11-2.18.2 \
 		xcb-0.9.0 \
 		xcb-util-0.3.0 \
-		xkbcommon-0.4.0
-CARGO_USE_GITHUB=	yes
-CARGO_GIT_SUBDIR=	swayipc:swayipc:blocking
+		xkbcommon-0.4.0 \
+		swayipc,swayipc-types@git+https://github.com/JayceFayne/swayipc-rs\#f6b045f6dff3b8135c74c996cb95a39c874e4939
 
 post-patch:
 # lang/python3 cannot be used as a dependency



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110250857.19P8vVvH099627>