git: 9c07d4bb04f6 - 2025Q4 - lang/rust: Update patch for git2-rs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Oct 2025 20:50:32 UTC
The branch 2025Q4 has been updated by michaelo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9c07d4bb04f63618e065fc2d8b72597cdc7652b5
commit 9c07d4bb04f63618e065fc2d8b72597cdc7652b5
Author: Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2025-10-08 19:41:41 +0000
Commit: Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2025-10-10 20:50:13 +0000
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
(cherry picked from commit 45e5316c383b8924e875ba0dc86e5f1a1f1c0a38)
---
lang/rust/Makefile | 2 +-
...dor_git2-0.19.0_src_lib.rs => patch-vendor_git2-0.20.2_src_lib.rs} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index fc9fbf3582f5..cfd4d11e23eb 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rust
PORTVERSION?= 1.89.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
similarity index 79%
rename from lang/rust/files/patch-vendor_git2-0.19.0_src_lib.rs
rename to 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"),