From a0fa6aeb82b3956a2f52ec455061ba1916076d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Tabin?= Date: Tue, 6 Jul 2021 23:05:52 +0200 Subject: [libzippp] Update to 4.1-1.8.0 (#18553) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cédric Tabin --- ports/libzippp/CONTROL | 3 +-- ports/libzippp/portfile.cmake | 16 ++++++++-------- versions/baseline.json | 4 ++-- versions/l-/libzippp.json | 5 +++++ 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/ports/libzippp/CONTROL b/ports/libzippp/CONTROL index 42aec5142..93964ad5f 100644 --- a/ports/libzippp/CONTROL +++ b/ports/libzippp/CONTROL @@ -1,6 +1,5 @@ Source: libzippp -Version: 4.0-1.7.3 -Port-Version: 3 +Version: 4.1-1.8.0 Homepage: https://github.com/ctabin/libzippp Description: Simple basic C++ wrapper around the libzip library. It is meant to be a portable and easy-to-use library for ZIP handling Build-Depends: zlib, libzip[core,bzip2] diff --git a/ports/libzippp/portfile.cmake b/ports/libzippp/portfile.cmake index 85a1bb368..9a011f801 100644 --- a/ports/libzippp/portfile.cmake +++ b/ports/libzippp/portfile.cmake @@ -1,16 +1,16 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ctabin/libzippp - REF 791bdc43eb18b87e3bdfa087493e3e32217e672c #v4.0-1.7.3 with CXX std version c++11 - SHA512 c6a90ecec21bb2d9e3af681c35d7eec0bee7b356fc1438004dc84be32ee7b94d047c35817d46b222237d54699ea54afa4fd3ae5deeba40dfce4fd2035a38b0e5 - HEAD_REF libzippp-v4.0-1.7.3 + REF 8299422194ce3c5be0677550ce3d6d4e15d40dd8 #v4.1-1.8.0 with CXX std version c++11 + SHA512 091c744377707899456b027a35059e048e1552e013330c68920f88f94a42904cf1a6afc7f853cf34cc9bbb3956c3c16907f089520e808520a671c59646d5e351 + HEAD_REF master PATCHES fix-find-lzma.patch ) -vcpkg_check_features( - OUT_FEATURE_OPTIONS FEATURE_OPTIONS - encryption LIBZIPPP_ENABLE_ENCRYPTION -) +vcpkg_check_features( + OUT_FEATURE_OPTIONS FEATURE_OPTIONS + FEATURES + encryption LIBZIPPP_ENABLE_ENCRYPTION) vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} @@ -34,4 +34,4 @@ endif() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) # Handle copyright -file(INSTALL ${SOURCE_PATH}/LICENCE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENCE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/versions/baseline.json b/versions/baseline.json index c8997539c..a4360fc3e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3753,8 +3753,8 @@ "port-version": 2 }, "libzippp": { - "baseline": "4.0-1.7.3", - "port-version": 3 + "baseline": "4.1-1.8.0", + "port-version": 0 }, "licensepp": { "baseline": "2020-05-19", diff --git a/versions/l-/libzippp.json b/versions/l-/libzippp.json index f82ee7173..25607575c 100644 --- a/versions/l-/libzippp.json +++ b/versions/l-/libzippp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c6ab6d33444f3671ea875f4c98bc2937b2d32ee9", + "version-string": "4.1-1.8.0", + "port-version": 0 + }, { "git-tree": "b599e7e8cf8101b7ad23965c00bca32c24de4b88", "version-string": "4.0-1.7.3", -- cgit v1.2.3