[mailio] Version 0.21.0 (#23696)

* Version 0.21.0

Solves #23695

* Version 0.21.0

Solves #23695

Correct port format
x-add-version called

* Correct sha
This commit is contained in:
David 2022-03-22 03:42:02 +01:00 committed by GitHub
parent e4a05031c5
commit 1fff5b32a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 7 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO karastojko/mailio
REF 1872f29d88a52f06cd96b611673b2e46c6b9832b # version_0-20-0
SHA512 1686e49ed2c7163c33f88c820633e772986ecfea5696b78a44b370f44051190b14a1ddcd055bce2a9104324c80e8045cf0441c085eb6f272261da7e80bc4fdb5
REF cc887a7808d9c55e07c8a7503c7ae2e2d7485120 # version_0-21-0
SHA512 7125bfe4274e1e126e335b2e4b5743ef54d5dc0b6fd83f0c10e7578b57924d3e398af6b3865fdee3de587e2e2d7c33d95dbe017b1966649e68cf52f2dd268ee5
HEAD_REF master
)
@ -12,7 +12,6 @@ vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DMAILIO_BUILD_SHARED_LIBRARY=${BUILD_SHARED}
-DMAILIO_BUILD_DOCUMENTATION=OFF
-DMAILIO_BUILD_EXAMPLES=OFF
)
@ -21,4 +20,5 @@ vcpkg_cmake_install()
vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,7 +1,6 @@
{
"name": "mailio",
"version": "0.20.0",
"port-version": 2,
"version": "0.21.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",

View File

@ -4329,8 +4329,8 @@
"port-version": 8
},
"mailio": {
"baseline": "0.20.0",
"port-version": 2
"baseline": "0.21.0",
"port-version": 0
},
"mapbox-geojson-cpp": {
"baseline": "0.5.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cd8eea3c3ba5b6d465f5c799861571294c795d50",
"version": "0.21.0",
"port-version": 0
},
{
"git-tree": "452f51edc1d79104f3cf968477176d155666cb46",
"version": "0.20.0",