diff --git a/ports/crow/CONTROL b/ports/crow/CONTROL deleted file mode 100644 index 96efb27bf16fea..00000000000000 --- a/ports/crow/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: crow -Version: 0.1-1 -Homepage: https://github.com/ipkn/crow -Description: Very fast and easy to use C++ micro web framework diff --git a/ports/crow/portfile.cmake b/ports/crow/portfile.cmake index 7c3f48ded84015..880ead8ee351f9 100644 --- a/ports/crow/portfile.cmake +++ b/ports/crow/portfile.cmake @@ -1,10 +1,10 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH - REPO ipkn/crow - REF v0.1 - SHA512 5a97c5b8cda3ffe79001aa382d4391eddde30027401bbb1d9c85c70ea715f556d3659f5eac0b9d9192c19d13718f19ad6bdf49d67bef03b21e75300d60e7d02a + REPO CrowCpp/crow + REF 696fbb104369ee948b00274a5e7e677c405f460e #0.2 + SHA512 9d925c229e6380555293909b941465b5419e6311e56d64da28e46bb4cdf9bdffd4adbbb37314a88f7abf4d2337e5baf26a5b107fedee4895e057eba1648c8b9c HEAD_REF master ) file(INSTALL ${SOURCE_PATH}/include/ DESTINATION ${CURRENT_PACKAGES_DIR}/include) -file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/crow RENAME copyright) +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/crow/vcpkg.json b/ports/crow/vcpkg.json new file mode 100644 index 00000000000000..5d575d7173a372 --- /dev/null +++ b/ports/crow/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "crow", + "version": "0.2", + "description": "Very fast and easy to use C++ micro web framework", + "homepage": "https://github.com/CrowCpp/crow" +} diff --git a/versions/baseline.json b/versions/baseline.json index 89747c78d5b34c..ebe1b2ae65f6f9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1469,7 +1469,7 @@ "port-version": 0 }, "crow": { - "baseline": "0.1-1", + "baseline": "0.2", "port-version": 0 }, "cryptopp": { diff --git a/versions/c-/crow.json b/versions/c-/crow.json index dcbe0b3be7d310..91322832919bdc 100644 --- a/versions/c-/crow.json +++ b/versions/c-/crow.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8af7b33a4f59eec6613b9d8e55f9aac403bb7490", + "version": "0.2", + "port-version": 0 + }, { "git-tree": "5759b9679960c34a0e663f83ad32ba2e1320e2d5", "version-string": "0.1-1",