aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorchausner <15180557+chausner@users.noreply.github.com>2021-09-28 06:02:22 +0200
committerGitHub <noreply@github.com>2021-09-27 21:02:22 -0700
commit68b85004d257307bc881da10a4fe24eabaef9d6c (patch)
tree851afdbafdc75b36fd0911ce28fab9b4f070cc51 /ports
parenteb43f6fda78829d579d09a7747ab84d4e01afdef (diff)
downloadvcpkg-68b85004d257307bc881da10a4fe24eabaef9d6c.tar.gz
vcpkg-68b85004d257307bc881da10a4fe24eabaef9d6c.zip
[ring-span-lite] Update to 0.6.0 (#20363)
* Update ring-span-lite to 0.6.0 * Update CI baseline * Update ports/ring-span-lite/portfile.cmake * Update versions/r-/ring-span-lite.json Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/ring-span-lite/portfile.cmake14
-rw-r--r--ports/ring-span-lite/vcpkg.json6
2 files changed, 10 insertions, 10 deletions
diff --git a/ports/ring-span-lite/portfile.cmake b/ports/ring-span-lite/portfile.cmake
index a96a8af17..ce1e7b0b8 100644
--- a/ports/ring-span-lite/portfile.cmake
+++ b/ports/ring-span-lite/portfile.cmake
@@ -1,12 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO martinmoene/ring-span-lite
- REF v0.3.0
- SHA512 5ecbfc63b4a09cc382edc2acae41a45946c9c6a18aa48e855201366b7696df7cbf46c2de1b5aa5296ae2dde4360d5abd8efdc3e3a1c3d427fbbddadab7dcfe79
+ REF v0.6.0
+ SHA512 1C3C9560BC1F8CBDF9CDFD5593233020D8403CE707D8B129FED82080CB806E82E83CBB839BEA64D53B022A58400F817A54FFB30099A0D7D7B300E8D0103F483B
)
vcpkg_configure_cmake(
- SOURCE_PATH ${SOURCE_PATH}
+ SOURCE_PATH "${SOURCE_PATH}"
PREFER_NINJA
OPTIONS
-DRING_SPAN_LITE_OPT_BUILD_TESTS=OFF
@@ -16,14 +16,14 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(
- CONFIG_PATH lib/cmake/${PORT}
+ CONFIG_PATH "lib/cmake/${PORT}"
)
file(REMOVE_RECURSE
- ${CURRENT_PACKAGES_DIR}/debug
- ${CURRENT_PACKAGES_DIR}/lib
+ "${CURRENT_PACKAGES_DIR}/debug"
+ "${CURRENT_PACKAGES_DIR}/lib"
)
file(INSTALL
- ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright
+ "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright
)
diff --git a/ports/ring-span-lite/vcpkg.json b/ports/ring-span-lite/vcpkg.json
index 06121f351..9907d29b4 100644
--- a/ports/ring-span-lite/vcpkg.json
+++ b/ports/ring-span-lite/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "ring-span-lite",
- "version-string": "0.3.0",
- "port-version": 1,
- "description": "A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library"
+ "version": "0.6.0",
+ "description": "A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library",
+ "homepage": "https://github.com/martinmoene/ring-span-lite"
}