[acl] no absolute paths (#28926)

This commit is contained in:
autoantwort 2023-01-16 21:39:50 +01:00 committed by GitHub
parent f882be041a
commit fe214355d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -20,4 +20,6 @@ vcpkg_install_make()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_fixup_pkgconfig()
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/doc/COPYING.LGPL")

View File

@ -1,6 +1,7 @@
{
"name": "acl",
"version-semver": "2.3.1",
"port-version": 1,
"description": "Commands for Manipulating POSIX Access Control Lists",
"homepage": "https://savannah.nongnu.org/projects/acl",
"license": "LGPL-2.1-or-later",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4c930bf34406e76819ad7b83ff26536e64ad09f0",
"version-semver": "2.3.1",
"port-version": 1
},
{
"git-tree": "011933c793e7b1a34c8fbc1722cb594be61fff47",
"version-semver": "2.3.1",

View File

@ -26,7 +26,7 @@
},
"acl": {
"baseline": "2.3.1",
"port-version": 0
"port-version": 1
},
"activemq-cpp": {
"baseline": "3.9.5",