diff options
| author | myd7349 <myd7349@gmail.com> | 2019-05-13 15:13:18 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-05-13 00:13:18 -0700 |
| commit | df4e69f24f9db5a88b767e4b8c324d1d2ab256f9 (patch) | |
| tree | 24afd444e3addbf3d7afef82d291bf0c328a827f | |
| parent | f2f31240a0d9fe4592242bf8f92c85bf805fc8e8 (diff) | |
| download | vcpkg-df4e69f24f9db5a88b767e4b8c324d1d2ab256f9.tar.gz vcpkg-df4e69f24f9db5a88b767e4b8c324d1d2ab256f9.zip | |
[oniguruma] Update to 6.9.2 (#6401)
| -rw-r--r-- | ports/oniguruma/CONTROL | 2 | ||||
| -rw-r--r-- | ports/oniguruma/portfile.cmake | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ports/oniguruma/CONTROL b/ports/oniguruma/CONTROL index bf7a481ab..1780b4505 100644 --- a/ports/oniguruma/CONTROL +++ b/ports/oniguruma/CONTROL @@ -1,5 +1,5 @@ Source: oniguruma
-Version: 2019-02-26
+Version: 6.9.2
Description: Modern and flexible regular expressions library
Feature: non-posix
diff --git a/ports/oniguruma/portfile.cmake b/ports/oniguruma/portfile.cmake index 40652b590..586bfbe07 100644 --- a/ports/oniguruma/portfile.cmake +++ b/ports/oniguruma/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kkos/oniguruma
- REF 502b1f416746ed8700498229bbfceb180e400fbc
- SHA512 0faf12f415de59716d8faa4d3dc026874c3bd6a3624f75f2a184843025294eb885d57164ae6dcb916cba5c7d1a4da4bcb0dc23fce3ceae5b34b7320e8f0e2c02
+ REF v6.9.2
+ SHA512 b5578560f469c2e123280159a23a0e59045bf2452fd3efe09393c5e99ecc6323f965d2189a4e7e6e3a108c1d02b9b041f3fe991cd8ab64f7289003a5a07b4434
HEAD_REF master
)
@@ -23,6 +23,8 @@ vcpkg_configure_cmake( vcpkg_install_cmake()
+vcpkg_copy_pdbs()
+
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})
file(REMOVE_RECURSE
@@ -47,4 +49,4 @@ endif() configure_file(${SOURCE_PATH}/COPYING ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
# CMake integration test
-#vcpkg_test_cmake(PACKAGE_NAME ${PORT})
+vcpkg_test_cmake(PACKAGE_NAME ${PORT})
|
