diff options
| author | Daniil Goncharov <neargye@gmail.com> | 2019-10-22 03:24:13 +0500 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-10-21 15:24:13 -0700 |
| commit | 491bc64669f3dc7d60222ada91129ba99097be33 (patch) | |
| tree | 6caf51cc72ba11a4e128bfe4f60aa1280882b182 | |
| parent | ac92a1c8cff75a46c1087110a00769d72ad31400 (diff) | |
| download | vcpkg-491bc64669f3dc7d60222ada91129ba99097be33.tar.gz vcpkg-491bc64669f3dc7d60222ada91129ba99097be33.zip | |
update nameof to v0.9.2 (#8671)
| -rw-r--r-- | ports/nameof/CONTROL | 4 | ||||
| -rw-r--r-- | ports/nameof/portfile.cmake | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ports/nameof/CONTROL b/ports/nameof/CONTROL index cd28ec91d..b6eee1d64 100644 --- a/ports/nameof/CONTROL +++ b/ports/nameof/CONTROL @@ -1,4 +1,4 @@ Source: nameof
-Version: 0.9.1
-Description: Nameof operator for modern C++
+Version: 0.9.2
+Description: Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum.
Homepage: https://github.com/Neargye/nameof
diff --git a/ports/nameof/portfile.cmake b/ports/nameof/portfile.cmake index cb905daf3..d2136d49a 100644 --- a/ports/nameof/portfile.cmake +++ b/ports/nameof/portfile.cmake @@ -5,8 +5,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Neargye/nameof
- REF v0.9.1
- SHA512 58da89b161f5f3036b78971e4a669dd1efac3eb53499fd2469a568c4623b52679dcfd7ea4f8ed582910e88a137754b1662ff4fe7beb08278f2d3de6af1a1dba6
+ REF v0.9.2
+ SHA512 b83167daf13e1e4f174d723a8aaeb13cb386eb7bd5a74ebf4cdc34c78f5deb537c11d8b5204df26c827de11e10bd9006854c1f898e1fcf6526ad0e41aff6987b
HEAD_REF master
)
@@ -20,12 +20,12 @@ vcpkg_configure_cmake( vcpkg_install_cmake()
-vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})
+vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/nameof)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
# Handle copyright
-configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
+configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/nameof/copyright COPYONLY)
# CMake integration test
-vcpkg_test_cmake(PACKAGE_NAME ${PORT})
+vcpkg_test_cmake(PACKAGE_NAME nameof)
|
