Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ports/comms/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO commschamp/comms_champion
REF v3.1.3
SHA512 80aa3e0e53f3de21b8dcb4f02765f59ff58fc8c1b9e21beb09de26a3dd07fc4d6a3bc9fe78fb1c6cc633caabb1dd088f220d077b4a3a0d534cb1d243959c5a08
REF v3.1.4
SHA512 4902f8f165200116fe49bc313fc0808bac820f4e5e9084f9bf4e6c1d74ab71a3a056f4b3614b617e71f62cb37346956c69d83b77eb92dd7d9ad0918f1b5edb33
HEAD_REF master
)

Expand All @@ -23,4 +23,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
configure_file(${CMAKE_CURRENT_LIST_DIR}/usage ${CURRENT_PACKAGES_DIR}/share/${PORT}/usage @ONLY)
configure_file(${CMAKE_CURRENT_LIST_DIR}/usage ${CURRENT_PACKAGES_DIR}/share/${PORT}/usage @ONLY)
3 changes: 1 addition & 2 deletions ports/comms/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "comms",
"version-string": "3.1.3",
"port-version": 1,
"version-semver": "3.1.4",
"description": "COMMS is the C++(11) headers only, platform independent library, which makes the implementation of a communication protocol to be an easy and relatively quick process.",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/comms_champion"
Expand Down
5 changes: 2 additions & 3 deletions ports/commsdsl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
vcpkg_fail_port_install(ON_TARGET "uwp")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO commschamp/commsdsl
REF v3.6
SHA512 80fab2e567191a468a079dd9964a651293d8e7996141a973e77d4bdfaa96bfc346156f50ce484be1dc2b3d9e661cccce0e712c70876f7b322bc459f81a328496
REF v3.6.1
SHA512 e511aeac7659744dd5a30bd1bff3ee011aa4a3371df9ecb8befbd774b6b7951192fcd3bd21837a864d71126987321b66f0063f9e1ba2d59f9dd283334c363e89
HEAD_REF master
)

Expand Down
5 changes: 2 additions & 3 deletions ports/commsdsl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "commsdsl",
"version-string": "3.6.0",
"port-version": 1,
"version-semver": "3.6.1",
"description": "DSL schemas parser and code generator for CommsChampion Ecosystem",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/commsdsl",
"supports": "!uwp",
"supports": "!uwp & !static",
"dependencies": [
"boost-algorithm",
"boost-filesystem",
Expand Down
8 changes: 4 additions & 4 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1317,16 +1317,16 @@
"port-version": 1
},
"comms": {
"baseline": "3.1.3",
"port-version": 1
"baseline": "3.1.4",
"port-version": 0
},
"comms-ublox": {
"baseline": "0.20.0",
"port-version": 1
},
"commsdsl": {
"baseline": "3.6.0",
"port-version": 1
"baseline": "3.6.1",
"port-version": 0
},
"concurrentqueue": {
"baseline": "1.0.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/comms.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fb4f92eb981baa5bc5b85e2362c513848af83c52",
"version-semver": "3.1.4",
"port-version": 0
},
{
"git-tree": "f767daddd556d8848fe375b07293c5df62a3bd9b",
"version-string": "3.1.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/commsdsl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "014e972b792fdc47a14d60c1f8a54949f75a9495",
"version-semver": "3.6.1",
"port-version": 0
},
{
"git-tree": "7e27fe7eb3c6be733037eeceefbb7c1805974e30",
"version-string": "3.6.0",
Expand Down