Commits

Zero King authored and Aljaž Srebrnič committed 8db3cdb1c38
radare2: update to 3.0.1
No tags

devel/radare2/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup github 1.0
5 5
6 -github.setup radare radare2 3.0.0
6 +github.setup radare radare2 3.0.1
7 7 categories devel
8 8 platforms darwin
9 9 license LGPL-3+
10 10 maintainers {g5pw @g5pw} openmaintainer
11 11 description Opensource tools to disasm, debug, analyze and manipulate binary files.
12 12 long_description ${name} provides ${description}.
13 13 homepage http://radare.org
14 14
15 15 depends_build port:pkgconfig
16 16
17 17 depends_lib port:capstone \
18 18 port:zlib \
19 19 port:libzip
20 20
21 -checksums rmd160 e80cf629340a6b4f922f8e85c8702bd2c54e06f0 \
22 - sha256 9b4050af70614753e3d58e6e628d9727b45c8e2efbabe51d3a614ea93df8ce13 \
23 - size 6638607
21 +checksums rmd160 27cb5fb71e236c7146026ed39e29212dee1a1c25 \
22 + sha256 4d215393ce2150397ba8fecfb88068167b8f643ec149d0bf1b7dd8e5d0a657c0 \
23 + size 6641301
24 24
25 25 configure.args-append \
26 26 --with-syscapstone \
27 27 --with-syszip \
28 28 --with-compiler=clang
29 29
30 30 build.env-append HOST_CC=${configure.cc}
31 31
32 32
33 33 variant openssl description {Use OpenSSL library} {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut