git: b7fe3caf7f6c - main - *: Drop useless Cargo.lock patches from USES=cargo ports
Tobias Kortkamp
tobik at FreeBSD.org
Mon Sep 6 19:29:03 UTC 2021
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b7fe3caf7f6c269458d86cdf77cc59568b6d5041
commit b7fe3caf7f6c269458d86cdf77cc59568b6d5041
Author: Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-09-06 17:07:57 +0000
Commit: Tobias Kortkamp <tobik at FreeBSD.org>
CommitDate: 2021-09-06 19:27:29 +0000
*: Drop useless Cargo.lock patches from USES=cargo ports
We run `cargo update` during the build which updates Cargo.lock
with what is available in the vendor dir.
---
textproc/bat/files/patch-Cargo.lock | 27 ---------------------------
www/lychee/files/patch-Cargo.lock | 26 --------------------------
2 files changed, 53 deletions(-)
diff --git a/textproc/bat/files/patch-Cargo.lock b/textproc/bat/files/patch-Cargo.lock
deleted file mode 100644
index cde1c7661c77..000000000000
--- a/textproc/bat/files/patch-Cargo.lock
+++ /dev/null
@@ -1,27 +0,0 @@
---- Cargo.lock.orig 2021-07-19 20:46:52 UTC
-+++ Cargo.lock
-@@ -165,7 +165,6 @@ checksum = "a0e97e538864a7c95d33accbf64c8d354018ba3b6e
- dependencies = [
- "git-version",
- "shell-escape",
-- "sys-info",
- ]
-
- [[package]]
-@@ -1127,16 +1126,6 @@ dependencies = [
- "serde_json",
- "walkdir",
- "yaml-rust",
--]
--
--[[package]]
--name = "sys-info"
--version = "0.9.0"
--source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "33fcecee49339531cf6bd84ecf3ed94f9c8ef4a7e700f2a1cac9cc1ca485383a"
--dependencies = [
-- "cc",
-- "libc",
- ]
-
- [[package]]
diff --git a/www/lychee/files/patch-Cargo.lock b/www/lychee/files/patch-Cargo.lock
deleted file mode 100644
index de697a787204..000000000000
--- a/www/lychee/files/patch-Cargo.lock
+++ /dev/null
@@ -1,26 +0,0 @@
---- Cargo.lock.orig 2021-04-16 10:02:51 UTC
-+++ Cargo.lock
-@@ -1687,15 +1687,6 @@ source = "registry+https://github.com/rust-lang/crates
- checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
-
- [[package]]
--name = "openssl-src"
--version = "111.15.0+1.1.1k"
--source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "b1a5f6ae2ac04393b217ea9f700cd04fa9bf3d93fae2872069f3d15d908af70a"
--dependencies = [
-- "cc",
--]
--
--[[package]]
- name = "openssl-sys"
- version = "0.9.61"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-@@ -1704,7 +1695,6 @@ dependencies = [
- "autocfg",
- "cc",
- "libc",
-- "openssl-src",
- "pkg-config",
- "vcpkg",
- ]
More information about the dev-commits-ports-all
mailing list