Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 08:57:01 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: 545ee2932db1 - main - accessibility/sctd: Chase USES=cargo's new git source support
Message-ID:  <202110250857.19P8v1Zh098970@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=545ee2932db14475d9678caf861e3052a780816d

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

    accessibility/sctd: Chase USES=cargo's new git source support
    
    PR:             256581
---
 accessibility/sctd/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/accessibility/sctd/Makefile b/accessibility/sctd/Makefile
index c1e0bd4b4b36..eab2280a1714 100644
--- a/accessibility/sctd/Makefile
+++ b/accessibility/sctd/Makefile
@@ -13,7 +13,6 @@ LICENSE_FILE_CC0-1.0=	${WRKSRC}/LICENSE
 USES=			cargo xorg
 USE_GITHUB=		yes
 GH_ACCOUNT=		amir
-GH_TUPLE=		amir:spa-rs:fa80d0ce99d675674cf1a7cc9cf2ee2e33f501ea:spa
 USE_XORG=		x11 xrandr
 CARGO_CRATES=	ansi_term-0.11.0 \
 		atty-0.2.14 \
@@ -40,8 +39,8 @@ CARGO_CRATES=	ansi_term-0.11.0 \
 		winapi-0.3.8 \
 		winapi-i686-pc-windows-gnu-0.4.0 \
 		winapi-x86_64-pc-windows-gnu-0.4.0 \
-		x11-2.18.2
-CARGO_USE_GITHUB=	yes
+		x11-2.18.2 \
+		spa@git+https://github.com/amir/spa-rs?branch=pub-SolarPos\#fa80d0ce99d675674cf1a7cc9cf2ee2e33f501ea
 
 PLIST_FILES=	bin/sctd
 



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