From 4783c36f8c04f584ec4d232958afae9d32bc61d5 Mon Sep 17 00:00:00 2001 From: ras0219 <533828+ras0219@users.noreply.github.com> Date: Wed, 13 Jan 2021 14:41:23 -0800 Subject: [boost][many ports] Reformat manifest files in preparation for #15424 (#15616) Co-authored-by: Robert Schumacher --- ports/boost-preprocessor/CONTROL | 6 ------ ports/boost-preprocessor/vcpkg.json | 9 +++++++++ 2 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 ports/boost-preprocessor/CONTROL create mode 100644 ports/boost-preprocessor/vcpkg.json (limited to 'ports/boost-preprocessor') diff --git a/ports/boost-preprocessor/CONTROL b/ports/boost-preprocessor/CONTROL deleted file mode 100644 index 8c147b09e..000000000 --- a/ports/boost-preprocessor/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -# Automatically generated by scripts/boost/generate-ports.ps1 -Source: boost-preprocessor -Version: 1.75.0 -Build-Depends: boost-vcpkg-helpers -Homepage: https://github.com/boostorg/preprocessor -Description: Boost preprocessor module diff --git a/ports/boost-preprocessor/vcpkg.json b/ports/boost-preprocessor/vcpkg.json new file mode 100644 index 000000000..a78c26e75 --- /dev/null +++ b/ports/boost-preprocessor/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "boost-preprocessor", + "version-string": "1.75.0", + "description": "Boost preprocessor module", + "homepage": "https://github.com/boostorg/preprocessor", + "dependencies": [ + "boost-vcpkg-helpers" + ] +} -- cgit v1.2.3