Skip to content

fix(vcpkg): sync root port-version with port manifest#504

Merged
kcenon merged 1 commit into
mainfrom
fix/vcpkg-port-version-sync
Apr 7, 2026
Merged

fix(vcpkg): sync root port-version with port manifest#504
kcenon merged 1 commit into
mainfrom
fix/vcpkg-port-version-sync

Conversation

@kcenon

@kcenon kcenon commented Apr 7, 2026

Copy link
Copy Markdown
Owner

What

Summary

Syncs the port-version field between the root vcpkg.json and vcpkg-ports/kcenon-container-system/vcpkg.json. The root had port-version: 4 while the port manifest had port-version: 5.

Change Type

  • Feature (new functionality)
  • Bugfix (fixes an issue)
  • Refactor (no functional changes)
  • Documentation
  • Test

Affected Components

  • vcpkg.json — Root vcpkg manifest

Why

Problem Solved

Mismatched port-version between root and port manifests can cause inconsistent dependency resolution in vcpkg.

Related Issues

How

Implementation Details

Updated port-version from 4 to 5 in the root vcpkg.json to match the port manifest value.

Breaking Changes

None

Root vcpkg.json had port-version 4 while
vcpkg-ports/kcenon-container-system/vcpkg.json had port-version 5.
Update root to match the port manifest value.

Closes #503
@kcenon kcenon merged commit cdb9bb9 into main Apr 7, 2026
31 of 32 checks passed
@kcenon kcenon deleted the fix/vcpkg-port-version-sync branch April 7, 2026 12:29
kcenon added a commit that referenced this pull request Apr 13, 2026
Root vcpkg.json had port-version 4 while
vcpkg-ports/kcenon-container-system/vcpkg.json had port-version 5.
Update root to match the port manifest value.

Closes #503
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.

Sync port-version between root and port vcpkg.json

1 participant