diff options
Diffstat (limited to 'editors/rehex/Makefile')
-rw-r--r-- | editors/rehex/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile index fef148152a76..f9e2b9a8f204 100644 --- a/editors/rehex/Makefile +++ b/editors/rehex/Makefile @@ -1,6 +1,5 @@ PORTNAME= rehex -DISTVERSION= 0.62.1 -PORTREVISION= 1 +DISTVERSION= 0.63.2 CATEGORIES= editors MAINTAINER= fuz@FreeBSD.org @@ -10,10 +9,7 @@ WWW= https://github.com/solemnwarning/rehex LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -DEPRECATED= Depends on expired security/botan2 -EXPIRATION_DATE=2025-06-21 - -LIB_DEPENDS= libbotan-2.so:security/botan2 \ +LIB_DEPENDS= libbotan-3.so:security/botan3 \ libcapstone.so:devel/capstone \ libharfbuzz.so:print/harfbuzz \ libiconv.so:converters/libiconv \ |