Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 08:57:17 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: eb16c4a5d7fd - main - net-im/zkgroup: Chase USES=cargo's new git source support
Message-ID:  <202110250857.19P8vHEp099321@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=eb16c4a5d7fd15c5cbdf5b8729368869c4967273

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

    net-im/zkgroup: Chase USES=cargo's new git source support
    
    PR:             256581
---
 net-im/zkgroup/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-im/zkgroup/Makefile b/net-im/zkgroup/Makefile
index 6ffccc943d86..6fd5a41fe22b 100644
--- a/net-im/zkgroup/Makefile
+++ b/net-im/zkgroup/Makefile
@@ -13,8 +13,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	signalapp
-GH_TUPLE=	signalapp:curve25519-dalek:477356e017c7cc2aa168f956786b34690870768f:curvedalek \
-		signalapp:poksho:8bb8c61c18e7bbe93c094ed91be52b9f96c1c5cd:poksho
 USE_JAVA=	yes
 JAVA_VERSION=	11+
 USE_LDCONFIG=	yes
@@ -128,8 +126,9 @@ CARGO_CRATES=	aead-0.4.1 \
 		winapi-i686-pc-windows-gnu-0.4.0 \
 		winapi-util-0.1.5 \
 		winapi-x86_64-pc-windows-gnu-0.4.0 \
-		zeroize-1.3.0
-CARGO_USE_GITHUB=	yes
+		zeroize-1.3.0 \
+		poksho@git+https://github.com/signalapp/poksho.git\#8bb8c61c18e7bbe93c094ed91be52b9f96c1c5cd \
+		curve25519-dalek@git+https://github.com/signalapp/curve25519-dalek.git?branch=lizard2\#477356e017c7cc2aa168f956786b34690870768f
 
 PLIST_FILES=	lib/lib${PORTNAME}.so
 



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