Skip to content

Commit

Permalink
[cppgraphqlgen] Update to 3.5.0 release (#15701)
Browse files Browse the repository at this point in the history
* [cppgraphqlgen] Update to 3.5.0 release

* Run vcpkg x-add-version cppgraphqlgen

* Replace deprecated function in portfile.cmake

* Regenerate hash after sync/bootstrap

* [cppgraphqlgen] Switch to manifest and change version schema to semver

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
  • Loading branch information
wravery and ras0219-msft committed Jan 20, 2021
1 parent 460f409 commit 45fc558
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
4 changes: 2 additions & 2 deletions port_versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1353,8 +1353,8 @@
"port-version": 0
},
"cppgraphqlgen": {
"baseline": "2020-12-07",
"port-version": 1
"baseline": "3.5.0",
"port-version": 0
},
"cppitertools": {
"baseline": "2.0",
Expand Down
5 changes: 5 additions & 0 deletions port_versions/c-/cppgraphqlgen.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "96ba69c23cf51b45ff8fe1206a3c134b11eed8b7",
"version-semver": "3.5.0",
"port-version": 0
},
{
"git-tree": "2aab4f37ff7fc5961bfd7b91197c03d7ceb13a4a",
"version-string": "2020-12-07",
Expand Down
6 changes: 0 additions & 6 deletions ports/cppgraphqlgen/CONTROL

This file was deleted.

8 changes: 5 additions & 3 deletions ports/cppgraphqlgen/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/cppgraphqlgen
REF fb4a589c84c102d867e7bfb03884d40f7776315b
SHA512 88fedd83b49ae25f2165cff8e3a5e3e46ed853312658924f08b3192c790e92583dc8b8f7a88f39ec17798bd7d986143a78633a89d3867400539c4d315015e29b
REF v3.5.0
SHA512 88f5dde9093899e506d12eabfb8016fe277f12c6b121d5804a0f233bce727a80cad27616295a86807e2f48d14ffdd61bb1697c9c61e4dad025f88f4900ca1453
HEAD_REF main
)

Expand All @@ -26,7 +26,9 @@ vcpkg_install_cmake()

vcpkg_fixup_cmake_targets()

vcpkg_copy_tool_dependencies(${CURRENT_PACKAGES_DIR}/tools/cppgraphqlgen)
vcpkg_copy_tools(
TOOL_NAMES schemagen
SEARCH_DIR ${CURRENT_PACKAGES_DIR}/tools/cppgraphqlgen)

vcpkg_copy_pdbs()

Expand Down
11 changes: 11 additions & 0 deletions ports/cppgraphqlgen/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "cppgraphqlgen",
"version-semver": "3.5.0",
"description": "C++ GraphQL schema service generator",
"homepage": "https://github.com/microsoft/cppgraphqlgen",
"dependencies": [
"boost-program-options",
"pegtl",
"rapidjson"
]
}

0 comments on commit 45fc558

Please sign in to comment.