Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vcpkg-tool] update to 2022-02-03 #22924

Merged
merged 3 commits into from
Feb 5, 2022
Merged

[vcpkg-tool] update to 2022-02-03 #22924

merged 3 commits into from
Feb 5, 2022

Conversation

strega-nil-ms
Copy link
Contributor

@strega-nil-ms strega-nil-ms commented Feb 3, 2022

this adds the feature of "license": null, important to silence warnings

waiting on CI from https://dev.azure.com/vcpkg/public/_build/results?buildId=66868&view=results

cc @Neumann-A

this adds the feature of `"license": null`, important to silence warnings
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/mailio/vcpkg.json b/ports/mailio/vcpkg.json
index f3c01cd..fb7494a 100644
--- a/ports/mailio/vcpkg.json
+++ b/ports/mailio/vcpkg.json
@@ -5,7 +5,7 @@
   "maintainers": "Tomislav Karastojković <contact@alepho.com>",
   "description": "mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on the standard C++ 17 and Boost library.",
   "homepage": "https://github.com/karastojko/mailio",
-  "license": "BSD-2-clause",
+  "license": "BSD-2-Clause",
   "supports": "!uwp",
   "dependencies": [
     "boost-asio",
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 or CONTROL must be modified.

Error: Local changes detected for mailio but no changes to version or port version.
-- Version: 0.20.0#1
-- Old SHA: 819040f9644957f597a2429bb3365cbf4f58e35d
-- New SHA: 7d46851f7d803693b25e14d054b91b2684f9186c
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***

@strega-nil-ms
Copy link
Contributor Author

Merging since

  • x64-linux: aom failed to dl
  • x64-windows: ran out of time

@strega-nil-ms strega-nil-ms merged commit 7e7dad5 into master Feb 5, 2022
Jimmy-Hu added a commit to Jimmy-Hu/vcpkg that referenced this pull request Feb 5, 2022
[vcpkg-tool] update to 2022-02-03 (microsoft#22924)
ekilmer added a commit to ekilmer/vcpkg that referenced this pull request Feb 5, 2022
* master: (221 commits)
  [vcpkg-tool] update to 2022-02-03 (microsoft#22924)
  [opencv4] Disable building cpufeatures since it conflict with libwebp (microsoft#22844)
  [rhasheq] New port (microsoft#22905)
  [sfml] Add arm64 patch to allow SFML to compile on apple silicon (microsoft#22937)
  [popsift] Fix missing Thrust include, already merged upstream. (microsoft#22929)
  [python3][python2] Use MKDIR_P to create directories to avoid race conditions (microsoft#22902)
  Added libe57format port (microsoft#22909)
  update polyhook2 (microsoft#22906)
  [botan] Fix debug info (microsoft#22911)
  [opentelemetry-cpp] update version to v1.2.0 (microsoft#22925)
  [docs] document VCPKG_INSTALLED_DIR variable (microsoft#22695)
  [c89stringutils] New port (microsoft#22904)
  [randomstr] New port (microsoft#22921)
  [docs] Add Authoring-script-ports.md (microsoft#22396)
  [vcpkg_fail_port_install] Deprecate function (microsoft#21489)
  [vcpkg-cmake-config] add missing TOOLS_PATH (microsoft#22863)
  Ace Build Windows - Missing files in include package (microsoft#22880)
  [opendnp3] Disable FetchContent in favor of predownloading (microsoft#22894)
  libraqm update to 0.9.0 (microsoft#22907)
  [google-cloud-cpp] update to latest release (v1.36.0) (microsoft#22897)
  ...
@BillyONeal BillyONeal deleted the update-tool branch February 9, 2022 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants