[libssh2] no absolute paths (#23773)

This commit is contained in:
autoantwort 2022-03-28 21:57:34 +02:00 committed by GitHub
parent b68a5e9bb3
commit 7e755c2ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -44,5 +44,6 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/man")
vcpkg_fixup_pkgconfig()
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,7 +1,7 @@
{
"name": "libssh2",
"version": "1.10.0",
"port-version": 2,
"port-version": 3,
"description": "libssh2 is a client-side C library implementing the SSH2 protocol.",
"homepage": "https://www.libssh2.org",
"license": "BSD-3-Clause",

View File

@ -4018,7 +4018,7 @@
},
"libssh2": {
"baseline": "1.10.0",
"port-version": 2
"port-version": 3
},
"libstemmer": {
"baseline": "2017-9",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d1a340be6b7c2a25f42cf4de44c836a577477bfc",
"version": "1.10.0",
"port-version": 3
},
{
"git-tree": "944feb4094c60226c2526be764fed688bb8b334f",
"version": "1.10.0",