pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vector: fix some more git dependencies



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Oct 18 14:13:09 2025 +0200
Changeset:	608c06217e5af9997391c418901e2be7383652c5

Modified Files:
	vector/Makefile

Log Message:
vector: fix some more git dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=608c06217e5af9997391c418901e2be7383652c5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vector/Makefile | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diffs:
diff --git a/vector/Makefile b/vector/Makefile
index c11d4fe087..46a83426fd 100644
--- a/vector/Makefile
+++ b/vector/Makefile
@@ -20,6 +20,23 @@ GITHUB_SUBMODULES+=	vectordotdev tokio b4bdfda8fe8aa24eba36de0d60063b14f30c7fe7
 
 .include "cargo-depends.mk"
 
+# Depends on an unpublished crates. Can't use cargo.mk to fetch it.
+VRL_REV=			560dac8b6b494d722fa9a57d98ed2e7e36ee75f6
+TRACING-TOWER_REV=		e0642d949891546a3bb7e47080365ee7274f05cd
+GREPTIMEDB-INGESTER_REV=	f7243393808640f5123b0d5b7b798da591a4df6e
+HEIM_REV=			f3537d9b32e69a2a8ab19a0d42a1e6f5577a5a45
+
+DISTFILES=	${DEFAULT_DISTFILES}
+DISTFILES+=	vrl-${VRL_REV}.tar.gz
+DISTFILES+=	tracing-tower-${TRACING-TOWER_REV}.tar.gz
+DISTFILES+=	greptimedb-ingester-${GREPTIMEDB-INGESTER_REV}.tar.gz
+DISTFILES+=	heim-${HEIM_REV}.tar.gz
+
+SITES.vrl-${VRL_REV}.tar.gz=					-${MASTER_SITE_GITHUB:=vectordotdev/}vrl/archive/${VRL_REV}.tar.gz
+SITES.tracing-tower-${TRACING-TOWER_REV}.tar.gz=		-${MASTER_SITE_GITHUB:=tokio-rs/}tracing/archive/${TRACING-TOWER_REV}.tar.gz
+SITES.greptimedb-ingester-${GREPTIMEDB-INGESTER_REV}.tar.gz=	-${MASTER_SITE_GITHUB:=GreptimeTeam/}greptimedb-ingester-rust/archive/${GREPTIMEDB-INGESTER_REV}.tar.gz
+SITES.heim-${HEIM_REV}.tar.gz=					-${MASTER_SITE_GITHUB:=vectordotdev/}heim/archive/${HEIM_REV}.tar.gz
+
 RUST_REQ=	1.88.0
 USE_LANGUAGES+=	c c++
 USE_TOOLS+=	pkg-config perl gmake


Home | Main Index | Thread Index | Old Index