Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 08:57:08 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: 333c19d3bde6 - main - games/abstreet: Chase USES=cargo's new git source support
Message-ID:  <202110250857.19P8v8v6099123@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=333c19d3bde66eec75020cbaa44a01b2b5415b18

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

    games/abstreet: Chase USES=cargo's new git source support
    
    PR:             256581
---
 games/abstreet/Makefile | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/games/abstreet/Makefile b/games/abstreet/Makefile
index 601e4e076be3..ef533f224503 100644
--- a/games/abstreet/Makefile
+++ b/games/abstreet/Makefile
@@ -20,10 +20,6 @@ USE_XORG=	xcb
 
 MAKE_ENV=	ABST_DATA_DIR=${DATADIR} ABST_PLAYER_HOME_DIR=1
 
-GH_TUPLE=	dabreegster:earcutr:e029a11b66fd27f2ca2fd457dd37c403485ebba1:earcutr \
-		dabreegster:seattle_traffic_signals:c2b33cc7fc4b922c8d25d88a8b07fb824d235b9d:seattle_traffic_signals \
-		easbar:fast_paths:192ae1997f9857791826ac5ed16892b2f692920c:fast_paths \
-		michaelkirk:winit:a87ae2661263ff241e8868cbf3ce65aab205863a:michaelkirk_winit
 CARGO_CRATES=	RustyXML-0.1.1 \
 		aabb-quadtree-0.1.0 \
 		adler32-1.0.4 \
@@ -452,8 +448,11 @@ CARGO_CRATES=	RustyXML-0.1.1 \
 		xmlparser-0.13.2 \
 		xmltree-0.10.0 \
 		xmlwriter-0.1.0 \
-		zip-0.5.5
-CARGO_USE_GITHUB=	yes
+		zip-0.5.5 \
+		seattle_traffic_signals@git+https://github.com/dabreegster/seattle_traffic_signals\#c2b33cc7fc4b922c8d25d88a8b07fb824d235b9d \
+		fast_paths@git+https://github.com/easbar/fast_paths\#192ae1997f9857791826ac5ed16892b2f692920c \
+		earcutr@git+https://github.com/dabreegster/earcutr?branch=patch-1\#e029a11b66fd27f2ca2fd457dd37c403485ebba1 \
+		winit@git+https://github.com/michaelkirk/winit?branch=mkirk/fix-stdweb-dpi\#a87ae2661263ff241e8868cbf3ce65aab205863a
 
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 



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