aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2021-09-08 17:51:54 +0300
committerGitHub <noreply@github.com>2021-09-08 07:51:54 -0700
commit7df5a3efefd31a3fa6fe8bb9023eb18dc5b5620e (patch)
tree3dfd2625761765abf1852fcad96ae4bf71240928 /ports
parent4304bada11ef6077b21f308193ecf3c1f4477f7a (diff)
downloadvcpkg-7df5a3efefd31a3fa6fe8bb9023eb18dc5b5620e.tar.gz
vcpkg-7df5a3efefd31a3fa6fe8bb9023eb18dc5b5620e.zip
[so5extra] Update to 1.4.1.1 (#20004)
* so5extra updated to the latest version. * Fix for so5extra's manifest format. * so5extra version added to baseline. * Accepting suggestion for so5extra's manifest. * Update for so5extra version in baseline.
Diffstat (limited to 'ports')
-rw-r--r--ports/so5extra/CONTROL5
-rw-r--r--ports/so5extra/portfile.cmake4
-rw-r--r--ports/so5extra/vcpkg.json10
3 files changed, 12 insertions, 7 deletions
diff --git a/ports/so5extra/CONTROL b/ports/so5extra/CONTROL
deleted file mode 100644
index db1624a83..000000000
--- a/ports/so5extra/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: so5extra
-Version: 1.4.1
-Homepage: https://github.com/Stiffstream/so5extra
-Description: A set of additional tools for SObjectizer framework.
-Build-Depends: sobjectizer
diff --git a/ports/so5extra/portfile.cmake b/ports/so5extra/portfile.cmake
index c48ca98d9..7ff8f47b6 100644
--- a/ports/so5extra/portfile.cmake
+++ b/ports/so5extra/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/so5extra
- REF e03e025b08921c76a650656019a04cf7500620be # v.1.4.1
- SHA512 0ee7b98d713cf5c8789f3275f96e7e92b33cb8d3c44fd98752c11cab07914cb3b104ccaf346e714afd43e115ef854dccb4d04ea37d9063b20947aa0d514dac52
+ REF 20f4c83ecde1509fbaf337dcf40f2f49dcf2690d # v.1.4.1.1
+ SHA512 a3df042b60afc4c57361b5b3c21f4b7c077f1b0ab7a4d33fda14cc915f10b22a42ef0acbb1c7c8b356ce31ee84f24391164120642faf96235549204c83b40294
)
vcpkg_configure_cmake(
diff --git a/ports/so5extra/vcpkg.json b/ports/so5extra/vcpkg.json
new file mode 100644
index 000000000..0d172497c
--- /dev/null
+++ b/ports/so5extra/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "so5extra",
+ "version": "1.4.1.1",
+ "description": "A set of additional tools for SObjectizer framework.",
+ "homepage": "https://github.com/Stiffstream/so5extra",
+ "license": "BSD-3-Clause",
+ "dependencies": [
+ "sobjectizer"
+ ]
+}