diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-12-26 10:59:56 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-12-26 10:59:56 +0000 |
commit | 5f8eaa38f2d2fc7912dc0a3d2094e964e1ac790e (patch) | |
tree | 22e72431a64a233c0e6800721088afb1bf470eec | |
parent | 5eb0a3969211691f9d0af2f62240e1e041c31bfd (diff) | |
download | ports-5f8eaa38f2d2fc7912dc0a3d2094e964e1ac790e.tar.gz ports-5f8eaa38f2d2fc7912dc0a3d2094e964e1ac790e.zip |
editors/rehex: update the port to version 0.4.0 and relinquish control.
-rw-r--r-- | editors/rehex/Makefile | 7 | ||||
-rw-r--r-- | editors/rehex/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile index 0ec2f1c1c677..7ab51ba7c884 100644 --- a/editors/rehex/Makefile +++ b/editors/rehex/Makefile @@ -1,16 +1,17 @@ # Created by: Alexey Dokuchaev <danfe@FreeBSD.org> PORTNAME= rehex -PORTVERSION= 0.3.92 +PORTVERSION= 0.4.0 CATEGORIES= editors -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hex editor for reverse engineering LICENSE= GPLv2 LIB_DEPENDS= libcapstone.so:devel/capstone4 \ - libjansson.so:devel/jansson + libjansson.so:devel/jansson \ + libunistring.so:devel/libunistring USES= compiler:c++11-lang gmake gnome lua:53 pkgconfig USE_WX= 3.0+ diff --git a/editors/rehex/distinfo b/editors/rehex/distinfo index b73e4319fe52..ad5494405679 100644 --- a/editors/rehex/distinfo +++ b/editors/rehex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629834311 -SHA256 (solemnwarning-rehex-0.3.92_GH0.tar.gz) = 08dbea973754e21e580f54f51d65f74ebbd10b300cdbaf8ad19e3540a4e51596 -SIZE (solemnwarning-rehex-0.3.92_GH0.tar.gz) = 3307148 +TIMESTAMP = 1640021362 +SHA256 (solemnwarning-rehex-0.4.0_GH0.tar.gz) = d40e5d4408f687e0d700986c7fc097964eefad7aea6f03331676488fa5e1ccb0 +SIZE (solemnwarning-rehex-0.4.0_GH0.tar.gz) = 3344822 |