From 4814f1851a3d6b75363b2eb1de5dd2efde8fda88 Mon Sep 17 00:00:00 2001 From: Bill Avery Date: Thu, 17 Dec 2020 15:47:17 -0800 Subject: [PATCH 1/2] [pegtl] Update to release version 3.1.0 --- ports/pegtl/CONTROL | 2 +- ports/pegtl/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/pegtl/CONTROL b/ports/pegtl/CONTROL index 4fdc23ea38b9c6..5330daf1aa546e 100644 --- a/ports/pegtl/CONTROL +++ b/ports/pegtl/CONTROL @@ -1,4 +1,4 @@ Source: pegtl -Version: 2020-12-07 +Version: 3.1.0 Description: The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency C++ header-only parser combinator library for creating parsers according to a Parsing Expression Grammar (PEG). Homepage: https://github.com/taocpp/PEGTL diff --git a/ports/pegtl/portfile.cmake b/ports/pegtl/portfile.cmake index cde2031469b9ba..871c09493fe1cc 100644 --- a/ports/pegtl/portfile.cmake +++ b/ports/pegtl/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO taocpp/pegtl - REF 93b53c80058b2632a7260ab10ef2a06abcc0fc7f - SHA512 83b198465bca60b95c670aa72681aed0448025b506c6f6a196446608eb47ee9d8828c51ac8735caa2b2ec1e53d6a13bd6ad287a4abb8690a570036b90918907a + REF 3.1.0 + SHA512 b142d60fab4e3ba39cefbf3569add33400f759e4539714f1164cd10ea869e312b2cd8bfa23dca9f012f8ae8574c84263f471950d6480d42c61be0057b67d4dfc HEAD_REF master ) From 3b9929aff4b25b4fc2d0fe833c5de2ea03e0c844 Mon Sep 17 00:00:00 2001 From: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Date: Fri, 18 Dec 2020 10:54:13 +0800 Subject: [PATCH 2/2] Update portfile.cmake --- ports/pegtl/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/pegtl/portfile.cmake b/ports/pegtl/portfile.cmake index 871c09493fe1cc..470ca9930cb9d5 100644 --- a/ports/pegtl/portfile.cmake +++ b/ports/pegtl/portfile.cmake @@ -23,4 +23,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH share/pegtl/cmake) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug) # Handle copyright -file(RENAME ${CURRENT_PACKAGES_DIR}/share/pegtl/LICENSE ${CURRENT_PACKAGES_DIR}/share/pegtl/copyright) +file(RENAME ${CURRENT_PACKAGES_DIR}/share/pegtl/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)