aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-libressl
diff options
context:
space:
mode:
authorMichael Heyman <mheyman@gmail.com>2020-11-05 21:21:17 -0500
committerGitHub <noreply@github.com>2020-11-05 18:21:17 -0800
commitbf7f7a1162bf704f2b1a3047caf923bd0d5db0b3 (patch)
tree8055a136e86b9ecbbb3f2cb3f353dbe4387542f5 /ports/oatpp-libressl
parent5eae413e9ca1936dc94b643929a30d7660ab9593 (diff)
downloadvcpkg-bf7f7a1162bf704f2b1a3047caf923bd0d5db0b3.tar.gz
vcpkg-bf7f7a1162bf704f2b1a3047caf923bd0d5db0b3.zip
[oatpp] Add new port and vcpkg.json (#14341)
Diffstat (limited to 'ports/oatpp-libressl')
-rw-r--r--ports/oatpp-libressl/CONTROL6
-rw-r--r--ports/oatpp-libressl/portfile.cmake2
-rw-r--r--ports/oatpp-libressl/vcpkg.json11
3 files changed, 12 insertions, 7 deletions
diff --git a/ports/oatpp-libressl/CONTROL b/ports/oatpp-libressl/CONTROL
deleted file mode 100644
index 9fdfada64..000000000
--- a/ports/oatpp-libressl/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: oatpp-libressl
-Version: 1.2.0
-Port-Version: 1
-Build-Depends: libressl, oatpp
-Description: Oat++ libressl module providing secure server and client connection providers
-Homepage: https://github.com/oatpp/oatpp-libressl
diff --git a/ports/oatpp-libressl/portfile.cmake b/ports/oatpp-libressl/portfile.cmake
index 23f70de88..b44def0f4 100644
--- a/ports/oatpp-libressl/portfile.cmake
+++ b/ports/oatpp-libressl/portfile.cmake
@@ -7,7 +7,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO oatpp/oatpp-libressl
REF cd2e9a515131e5e7dc043c591e952e12cd63db2c # 1.2.0
- SHA512 f6400e3d3976de1ab0d220f4c7bd84cbeafa6263671511a7ac113f855ad6a63470cab0571320d37ccd55a768ef9f3ca61adfa9066aadfd61bd00f5020c90777c
+ SHA512 e6d208edddff5373c07887b76fc808733bd363c340e740047ae90317874b73a5ef71e5cbbb0f9b1b48632c7a78709858a5ff0de81bc39207961e3642c0104010
HEAD_REF master
PATCHES "libress-submodule-downgrade-required-libressl-version.patch"
)
diff --git a/ports/oatpp-libressl/vcpkg.json b/ports/oatpp-libressl/vcpkg.json
new file mode 100644
index 000000000..132a18006
--- /dev/null
+++ b/ports/oatpp-libressl/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "oatpp-libressl",
+ "version-string": "1.2.0",
+ "port-version": 1,
+ "description": "Oat++ libressl module providing secure server and client connection providers.",
+ "homepage": "https://github.com/oatpp/oatpp-libressl",
+ "dependencies": [
+ "libressl",
+ "oatpp"
+ ]
+}