diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2024-02-15 12:49:37 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-02-22 12:31:04 +0000 |
commit | 0403ee7cc51f88794a46ce6f6b5563de1c32b3cb (patch) | |
tree | feb9e25e76a80fb4f1edfe70ee0607258f59fa03 | |
parent | da891aee0ea6b852c6a76d393b767d13f2313826 (diff) | |
download | ports-0403ee7cc51f88794a46ce6f6b5563de1c32b3cb.tar.gz ports-0403ee7cc51f88794a46ce6f6b5563de1c32b3cb.zip |
editors/rehex: update to 0.61.0
- switch to capstone 5, which seems to work fine with this port
Changelog: https://github.com/solemnwarning/rehex/releases/tag/0.61.0
-rw-r--r-- | editors/rehex/Makefile | 6 | ||||
-rw-r--r-- | editors/rehex/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile index 128b87495753..4ae1c639ba49 100644 --- a/editors/rehex/Makefile +++ b/editors/rehex/Makefile @@ -1,6 +1,5 @@ PORTNAME= rehex -DISTVERSION= 0.60.1 -PORTREVISION= 2 +DISTVERSION= 0.61.0 CATEGORIES= editors MAINTAINER= fuz@FreeBSD.org @@ -10,7 +9,8 @@ WWW= https://github.com/solemnwarning/rehex LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libcapstone.so:devel/capstone4 \ +LIB_DEPENDS= libbotan-2.so:security/botan2 \ + libcapstone.so:devel/capstone \ libharfbuzz.so:print/harfbuzz \ libiconv.so:converters/libiconv \ libjansson.so:devel/jansson \ diff --git a/editors/rehex/distinfo b/editors/rehex/distinfo index 459e7eec4e45..e8a0960e6403 100644 --- a/editors/rehex/distinfo +++ b/editors/rehex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690606335 -SHA256 (solemnwarning-rehex-0.60.1_GH0.tar.gz) = 642af3472b5453ad411bdedfc9091c1ba7df32828b644b439acffd69b11eb59b -SIZE (solemnwarning-rehex-0.60.1_GH0.tar.gz) = 4143321 +TIMESTAMP = 1708000402 +SHA256 (solemnwarning-rehex-0.61.0_GH0.tar.gz) = f48204c018a3f75bb563dabf0b757fda0dbb1104099c7edefb41b9a75478f5da +SIZE (solemnwarning-rehex-0.61.0_GH0.tar.gz) = 4350309 |