aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorMoritz Beutel <mbeutel@users.noreply.github.com>2021-04-02 22:19:24 +0200
committerGitHub <noreply@github.com>2021-04-02 13:19:24 -0700
commit0a251caefd77da030782748898950832b3dcf9b6 (patch)
treefcd628ea3e1fa1c07db9fe6a43d92475cbc6cfd1 /ports
parent69f5165163f68536c10ec24be8e988c3817a9c06 (diff)
downloadvcpkg-0a251caefd77da030782748898950832b3dcf9b6.tar.gz
vcpkg-0a251caefd77da030782748898950832b3dcf9b6.zip
[gsl-lite] Update to 0.38.0 (#16984)
* [gsl-lite] Update to 0.38.0 * [gsl-lite] Update version registry * Re-run "vcpkg x-add-version"
Diffstat (limited to 'ports')
-rw-r--r--ports/gsl-lite/CONTROL4
-rw-r--r--ports/gsl-lite/portfile.cmake6
-rw-r--r--ports/gsl-lite/vcpkg.json6
3 files changed, 9 insertions, 7 deletions
diff --git a/ports/gsl-lite/CONTROL b/ports/gsl-lite/CONTROL
deleted file mode 100644
index 65c6fb37c..000000000
--- a/ports/gsl-lite/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: gsl-lite
-Version: 0.37.0
-Description: A single-file header-only implementation of ISO C++ Guidelines Support Library (GSL) for C++98, C++11 and later.
-Homepage: https://github.com/gsl-lite/gsl-lite/
diff --git a/ports/gsl-lite/portfile.cmake b/ports/gsl-lite/portfile.cmake
index 5239c7109..04b7f99da 100644
--- a/ports/gsl-lite/portfile.cmake
+++ b/ports/gsl-lite/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO gsl-lite/gsl-lite
- REF 4b796627ad0fa42640f5fdb96f23c4a0d9ee084f
- SHA512 c0943824149b17c66947160bd83f3b14b821ba14bba02247546bd98d2b2809fae611e7841000fbe3be8f675cd076585f12ede05366fd1f9ba96a1067ac63ef43
+ REF f829848572e68102f9012b75ebc5d79a653f9d8c
+ SHA512 db9b72ef04c928f0b23be0c9603dca8ce317762a44247b1fc8538d2c9701ced43f8fefad4516298040860598d0f3ea26990de6f52e2835a479c68ab561f3b1d3
HEAD_REF master
)
@@ -16,7 +16,7 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/gsl-lite")
file(WRITE ${CURRENT_PACKAGES_DIR}/include/gsl-lite.hpp "#ifndef GSL_LITE_HPP_VCPKG_COMPAT_HEADER_INCLUDED
#define GSL_LITE_HPP_VCPKG_COMPAT_HEADER_INCLUDED
-#pragma message(\"The header <gsl-lite.hpp> is deprecated and provided only for compatibility; please include <gsl/gsl-lite.hpp> instead.\")
+#pragma message(\"The header <gsl-lite.hpp> is deprecated and provided by Vcpkg for compatibility only; please include <gsl/gsl-lite.hpp> instead.\")
#include <gsl/gsl-lite.hpp>
#endif // GSL_LITE_HPP_VCPKG_COMPAT_HEADER_INCLUDED")
diff --git a/ports/gsl-lite/vcpkg.json b/ports/gsl-lite/vcpkg.json
new file mode 100644
index 000000000..89c79b3ce
--- /dev/null
+++ b/ports/gsl-lite/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "gsl-lite",
+ "version": "0.38.0",
+ "description": "A single-file header-only implementation of ISO C++ Guidelines Support Library (GSL) for C++98, C++11 and later.",
+ "homepage": "https://github.com/gsl-lite/gsl-lite/"
+}