[lfreist-hwinfo] Add new port #42935
Annotations
2 errors and 1 warning
Generate Reply
All vcpkg.json files must be formatted. To fix this problem, run:
./vcpkg format-manifest ports/*/vcpkg.json
It should make the following changes:```diff
diff --git a/ports/lfreist-hwinfo/vcpkg.json b/ports/lfreist-hwinfo/vcpkg.json
index 5ce9778..62c2ad5 100644
--- a/ports/lfreist-hwinfo/vcpkg.json
+++ b/ports/lfreist-hwinfo/vcpkg.json
@@ -14,4 +14,4 @@
"host": true
}
]
-}
\ No newline at end of file
+}
```
|
Generate Reply
PRs must add only one version, and must not modify any published versions.
When making any changes to a library, the version or port-version in vcpkg.json must be modified, and the version database updated.
Making the following changes will fix this problem:```diff
error: checked-in files for lfreist-hwinfo have changed but the version was not updated
version: 2024-09-01
old SHA: 1d17beb2d741227a572b8769de04450056ccd45d
new SHA: 0e8b75097481aa6d9ef519358a623307a5f2f597
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
See https://learn.microsoft.com/vcpkg/commands/add-version?WT.mc_id=vcpkg_inproduct_cli#--overwrite-version for more information.
***No files were updated***
```
|
Generate Reply
If you feel able to do so, please consider adding a "license" field to the following files:
ports/lfreist-hwinfo/vcpkg.json
Valid values for the license field can be found at https://learn.microsoft.com/vcpkg/reference/vcpkg-json#license
|
Loading