aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Osipov <michaelo@FreeBSD.org>2025-10-08 19:41:41 +0000
committerMichael Osipov <michaelo@FreeBSD.org>2025-10-10 20:49:02 +0000
commit45e5316c383b8924e875ba0dc86e5f1a1f1c0a38 (patch)
treee18e2e88afe82b699d5a33ecffd02e5218865a27
parent47a060bc66e9d2ee24417f58b8e58d13e7dd2250 (diff)
lang/rust: Update patch for git2-rs
Tested by: michaelo Approved by: otis (mentor), mikael (rust maintainer) MFH: 2025Q4 Differential Revision: https://reviews.freebsd.org/D52988
-rw-r--r--lang/rust/Makefile2
-rw-r--r--lang/rust/files/patch-vendor_git2-0.20.2_src_lib.rs (renamed from lang/rust/files/patch-vendor_git2-0.19.0_src_lib.rs)4
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 00ce8e671b67..86743c10c2d5 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rust
PORTVERSION?= 1.90.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= lang
MASTER_SITES= https://static.rust-lang.org/dist/:src \
https://dev-static.rust-lang.org/dist/:src \
diff --git a/lang/rust/files/patch-vendor_git2-0.19.0_src_lib.rs b/lang/rust/files/patch-vendor_git2-0.20.2_src_lib.rs
index 1676f0c23188..116d0b1fd583 100644
--- a/lang/rust/files/patch-vendor_git2-0.19.0_src_lib.rs
+++ b/lang/rust/files/patch-vendor_git2-0.20.2_src_lib.rs
@@ -1,5 +1,5 @@
---- vendor/git2-0.20.0/src/lib.rs.orig 2025-02-21 20:02:44 UTC
-+++ vendor/git2-0.20.0/src/lib.rs
+--- vendor/git2-0.20.2/src/lib.rs.orig 2025-02-21 20:02:44 UTC
++++ vendor/git2-0.20.2/src/lib.rs
@@ -759,6 +759,7 @@ fn init() {
unix,
not(target_os = "macos"),