[ace] no absolute paths (#21289)

This commit is contained in:
autoantwort 2021-11-11 22:36:51 +01:00 committed by GitHub
parent 31bc57ef9e
commit 1d459e2c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 2 deletions

View File

@ -431,6 +431,9 @@ elseif(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX)
# Handle copyright
file(INSTALL ${ACE_ROOT}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/ace/bin/MakeProjectCreator")
file(REMOVE "${CURRENT_PACKAGES_DIR}/share/ace/ace-devel.sh")
endif()
vcpkg_fixup_pkgconfig()

View File

@ -1,7 +1,7 @@
{
"name": "ace",
"version": "7.0.3",
"port-version": 2,
"port-version": 3,
"description": "The ADAPTIVE Communication Environment",
"homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
"features": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c58c295074b4a00a80b4e684f9a876ed369cdd49",
"version": "7.0.3",
"port-version": 3
},
{
"git-tree": "67c57059b237310a1907da692fc75acb3d8d2726",
"version": "7.0.3",

View File

@ -18,7 +18,7 @@
},
"ace": {
"baseline": "7.0.3",
"port-version": 2
"port-version": 3
},
"activemq-cpp": {
"baseline": "3.9.5",