Skip to content
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

retdec-devel: update to 20230404 #18401

Merged
merged 1 commit into from
Apr 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions devel/retdec/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ if {${name} eq ${subport}} {
subport retdec-devel {
conflicts $name

github.setup avast retdec 53e55b4b26e9b843787f0e06d867441e32b1604e
version 20221208
github.setup avast retdec 5821bbe735262187bd5d48930d0eda8b7b48bba8
version 20230404
revision 0
epoch 1

checksums-append \
${distname}${extract.suffix} \
rmd160 3f0d02db6e5a7c6adda86a268ce1a535ec8ae9c1 \
sha256 46db5ce52ce2928d07276f41ef3510fe4667f70477b95dacfc637617fb910a1a \
size 27197302
rmd160 b8de5e6483fb24890826025326bfddd8916f5646 \
sha256 163c9e5889a354ddf9eaef51e40474728c0c8f163ca2da83f97fbacbbeef8bbe \
size 27197443
}

master_sites-append https://github.com/capstone-engine/capstone/archive/refs/tags:capstone \
Expand All @@ -126,6 +126,12 @@ distfiles-append ${capstone_version}${extract.suffix}:capstone \
${yaramod_version}${extract.suffix}:yaramod \
${support_pkg_version}.tar.xz:support_pkg

# extract.rename won't work with multiple files, emulate it
# See: https://trac.macports.org/ticket/66993
post-extract {
move {*}[glob ${workpath}/${github.author}-${github.project}-*] ${worksrcpath}
}

# Verify that cmake.deps has expected checksums
post-extract {
set fail no
Expand Down