-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[json-dto] Update to v0.2.9; Switch repo; Fix license installation #9057
Conversation
/azp run |
ports/json-dto/portfile.cmake
Outdated
@@ -26,3 +26,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib ${CURRENT_PACKAGES_DIR}/debug) | |||
# Handle copyright | |||
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/json-dto) | |||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/json-dto/LICENSE ${CURRENT_PACKAGES_DIR}/share/json-dto/copyright) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also update 'Handle copyright' with following function:
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright )
ports/json-dto/portfile.cmake
Outdated
REF v.0.2.8 | ||
SHA512 50a2d8d31f4cf67bdf84a58bae5f95642f4be571e8e052a48830be119d5e3c4ddbb19c5ac97fc0f8383c9958d64ec9be4ce23019c1da4f2cbf4b8ddbf23f5ad7 | ||
REPO stiffstream/json_dto | ||
REF v.0.2.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update 'REF v.0.2.9' to 'REF 088c1fefb259267874ad9f9260f0bc1d564ddd7c # v.0.2.9'? since the commit id is more stable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've applied proposed changes and updated json-dto to the latest version.
Fixes to portfile proposed by PhoebeHui.
Thanks for the update, @eao197! This can be merged as soon as CI goes through. Also for anyone looking at this in the future, the new GitHub repo is official AFAICT |
json_dto library updated to the latest version.