mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
[mailio] update to 0.24.0 (#42192)
This commit is contained in:
parent
cba35fb775
commit
173b88bef8
5 changed files with 8 additions and 26 deletions
|
@ -1,22 +0,0 @@
|
|||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index e3b30fd..3828816 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -59,7 +59,7 @@ if(WIN32)
|
||||
set(Boost_USE_STATIC_LIBS ON)
|
||||
endif(WIN32)
|
||||
|
||||
-find_package(Boost REQUIRED COMPONENTS system date_time regex unit_test_framework)
|
||||
+find_package(Boost REQUIRED COMPONENTS system date_time regex)
|
||||
find_package(OpenSSL)
|
||||
set(CMAKE_THREAD_PREFER_PTHREAD)
|
||||
# "Use of both the imported target as well as this switch is highly recommended for new code."
|
||||
@@ -123,7 +123,7 @@ if (MAILIO_BUILD_SHARED_LIBRARY)
|
||||
else()
|
||||
set(LIBRARY_TYPE "STATIC")
|
||||
endif()
|
||||
-add_library(${PROJECT_NAME} ${LIBRARY_TYPE} ${project_sources} ${project_headers})
|
||||
+add_library(${PROJECT_NAME} ${project_sources} ${project_headers})
|
||||
|
||||
|
||||
# pkg-config support
|
|
@ -2,9 +2,8 @@ vcpkg_from_github(
|
|||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO karastojko/mailio
|
||||
REF "${VERSION}"
|
||||
SHA512 e1eee9f5b80dab16017af475b8c13f8278fa3d73e1c446e507dc122cb3df5b984b41c04d753e36cf848dd15029524f95cf48e050cee265c8933b0be1ea500a5d
|
||||
SHA512 f343ac56f4235bb4ab164630be78d1db112d5ad853dc9a41b55fee5b9755bc8215cc4a6e5d1dd65099b538d792e75d782932173533398d9e48b691a8e9f3182c
|
||||
HEAD_REF master
|
||||
PATCHES fix-library-type-and-remove-boost-test-deps.patch
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mailio",
|
||||
"version": "0.23.0",
|
||||
"version": "0.24.0",
|
||||
"maintainers": "Tomislav Karastojković <contact@alepho.com>",
|
||||
"description": "mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on the standard C++ 17 and Boost library.",
|
||||
"homepage": "https://github.com/karastojko/mailio",
|
||||
|
|
|
@ -5749,7 +5749,7 @@
|
|||
"port-version": 13
|
||||
},
|
||||
"mailio": {
|
||||
"baseline": "0.23.0",
|
||||
"baseline": "0.24.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"makeid": {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "31b400883d6bb65d46977f1c544e9cb72bb46241",
|
||||
"version": "0.24.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "33d20bc50f33f690863c4b8cce28d16123762ab7",
|
||||
"version": "0.23.0",
|
||||
|
|
Loading…
Reference in a new issue