[ggmsg] New port #59393
Annotations
2 errors and 2 warnings
|
Check
After committing all other changes, the version database must be updated.
This can be done by running the following commands after committing your changes:
git add -u && git commit
git checkout ab2977be50c702126336e5088f4836060733c899 -- versions
./vcpkg x-add-version --all
|
|
Check
All vcpkg.json files and baselines must be formatted. To fix this problem, run:
./vcpkg format-manifest ports/*/vcpkg.json
./vcpkg format-feature-baseline scripts/ci.baseline.txt
./vcpkg format-feature-baseline scripts/ci.feature.baseline.txt
It should make the following changes:```diff
diff --git a/ports/ggmsg/vcpkg.json b/ports/ggmsg/vcpkg.json
index ecf0266f..fcf88a56 100644
--- a/ports/ggmsg/vcpkg.json
+++ b/ports/ggmsg/vcpkg.json
@@ -1,25 +1,20 @@
-{
- "name": "ggmsg",
- "version": "1.0.0.0",
- "homepage": "https://github.com/xhk/ggmsg",
- "description": "Library for net message middleware",
- "supports": "!x86",
- "license": "MIT",
- "dependencies": [
- {
- "name": "vcpkg-cmake",
- "host": true
- },
- {
- "name": "boost"
- }
- ],
-
- "default-features": [],
- "features": {
- "tools": {
- "description": "net message middleware",
- "dependencies": []
- }
- }
-}
+{
+ "name": "ggmsg",
+ "version": "1.0.0.0",
+ "description": "Library for net message middleware",
+ "homepage": "https://github.com/xhk/ggmsg",
+ "license": "MIT",
+ "supports": "!x86",
+ "dependencies": [
+ "boost",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ],
+ "features": {
+ "tools": {
+ "description": "net message middleware"
+ }
+ }
+}
```
|
|
Check:
ports/ggmsg/portfile.cmake#L43
The function vcpkg_extract_source_archive_ex is deprecated. Please use vcpkg_extract_source_archive https://learn.microsoft.com/en-us/vcpkg/maintainers/functions/vcpkg_extract_source_archive
|
|
Check
**You have modified or added at least one portfile where deprecated functions are used**
If you feel able to do so, please consider migrating them to the new functions.
|