Skip to content

Commit

Permalink
retdec-devel: update to 20230404
Browse files Browse the repository at this point in the history
  • Loading branch information
catap authored and herbygillot committed Apr 25, 2023
1 parent 0df55ba commit 0b84720
Showing 1 changed file with 11 additions and 5 deletions.
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

0 comments on commit 0b84720

Please sign in to comment.