Skip to content

Commit 45e5316

Browse files
committed
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
1 parent 47a060b commit 45e5316

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎lang/rust/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PORTNAME= rust
22
PORTVERSION?= 1.90.0
3-
PORTREVISION?= 0
3+
PORTREVISION?= 1
44
CATEGORIES= lang
55
MASTER_SITES= https://static.rust-lang.org/dist/:src \
66
https://dev-static.rust-lang.org/dist/:src \

‎lang/rust/files/patch-vendor_git2-0.19.0_src_lib.rs‎ renamed to ‎lang/rust/files/patch-vendor_git2-0.20.2_src_lib.rs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- vendor/git2-0.20.0/src/lib.rs.orig 2025-02-21 20:02:44 UTC
2-
+++ vendor/git2-0.20.0/src/lib.rs
1+
--- vendor/git2-0.20.2/src/lib.rs.orig 2025-02-21 20:02:44 UTC
2+
+++ vendor/git2-0.20.2/src/lib.rs
33
@@ -759,6 +759,7 @@ fn init() {
44
unix,
55
not(target_os = "macos"),

0 commit comments

Comments
 (0)