git: d1a05b2535b3 - main - editors/rehex: update to 0.60.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jul 2023 22:59:58 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1a05b2535b3cb2caa482c8ebf165390cf8a045e commit d1a05b2535b3cb2caa482c8ebf165390cf8a045e Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-07-29 05:01:17 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-07-30 22:59:10 +0000 editors/rehex: update to 0.60.1 Changelog: https://github.com/solemnwarning/rehex/releases/tag/0.60.1 --- editors/rehex/Makefile | 3 +-- editors/rehex/distinfo | 6 +++--- editors/rehex/pkg-plist | 4 ++++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile index f776f4ce2a5f..6a78f84ee7d0 100644 --- a/editors/rehex/Makefile +++ b/editors/rehex/Makefile @@ -1,6 +1,5 @@ PORTNAME= rehex -DISTVERSION= 0.5.4 -PORTREVISION= 1 +DISTVERSION= 0.60.1 CATEGORIES= editors MAINTAINER= fuz@FreeBSD.org diff --git a/editors/rehex/distinfo b/editors/rehex/distinfo index 6b04f8e88e7f..459e7eec4e45 100644 --- a/editors/rehex/distinfo +++ b/editors/rehex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666642652 -SHA256 (solemnwarning-rehex-0.5.4_GH0.tar.gz) = add28655e422d1daa4eb8995a124d4c44bff2c15ddc9ff1149bb0b273f9494f2 -SIZE (solemnwarning-rehex-0.5.4_GH0.tar.gz) = 3933319 +TIMESTAMP = 1690606335 +SHA256 (solemnwarning-rehex-0.60.1_GH0.tar.gz) = 642af3472b5453ad411bdedfc9091c1ba7df32828b644b439acffd69b11eb59b +SIZE (solemnwarning-rehex-0.60.1_GH0.tar.gz) = 4143321 diff --git a/editors/rehex/pkg-plist b/editors/rehex/pkg-plist index 10bac9f29275..dbca3d715260 100644 --- a/editors/rehex/pkg-plist +++ b/editors/rehex/pkg-plist @@ -1,11 +1,15 @@ bin/rehex lib/rehex/binary-template/executor.lua +lib/rehex/binary-template/executor/arrayindexvalue.lua lib/rehex/binary-template/executor/arrayvalue.lua lib/rehex/binary-template/executor/filearrayvalue.lua lib/rehex/binary-template/executor/filevalue.lua lib/rehex/binary-template/executor/immediatevalue.lua lib/rehex/binary-template/executor/plainvalue.lua lib/rehex/binary-template/executor/structvalue.lua +lib/rehex/binary-template/executor/typemapper.lua +lib/rehex/binary-template/executor/util.lua +lib/rehex/binary-template/executor/varallocator.lua lib/rehex/binary-template/lulpeg/lulpeg.lua lib/rehex/binary-template/parser.lua lib/rehex/binary-template/plugin.lua