Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Apr 2026 14:23:46 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b4e1d2a01095 - main - editors/rehex: update to 0.64.0
Message-ID:  <69d51372.3d0cc.4f17c2d5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b4e1d2a010958fef33e8c39698cbfe996f4d8516

commit b4e1d2a010958fef33e8c39698cbfe996f4d8516
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-04-06 13:08:50 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-04-07 14:22:48 +0000

    editors/rehex: update to 0.64.0
    
     - Now supports lua 5.5, which we don't package yet.
       Switch to lua 5.4 as a compromise.
    
    Changelog: https://github.com/solemnwarning/rehex/releases/tag/0.64.0
---
 editors/rehex/Makefile | 5 ++---
 editors/rehex/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile
index a9ee58f6b130..c863afee3b1e 100644
--- a/editors/rehex/Makefile
+++ b/editors/rehex/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	rehex
-DISTVERSION=	0.63.4
-PORTREVISION=	1
+DISTVERSION=	0.64.0
 CATEGORIES=	editors
 
 MAINTAINER=	fuz@FreeBSD.org
@@ -17,7 +16,7 @@ LIB_DEPENDS=	libbotan-3.so:security/botan3 \
 		libjansson.so:devel/jansson \
 		libunistring.so:devel/libunistring
 
-USES=		compiler:c++11-lang gmake gnome lua:53 perl5 pkgconfig
+USES=		compiler:c++11-lang gmake gnome lua:54 perl5 pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	solemnwarning
 USE_GNOME=	atk cairo gdkpixbuf glib20 gtk30 pango
diff --git a/editors/rehex/distinfo b/editors/rehex/distinfo
index 769fdf2cb493..c302a09f3e9c 100644
--- a/editors/rehex/distinfo
+++ b/editors/rehex/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763915683
-SHA256 (solemnwarning-rehex-0.63.4_GH0.tar.gz) = ddddd21525e9a07e05b961773e535add9fa606a03e79ab675a471ed09a228a8a
-SIZE (solemnwarning-rehex-0.63.4_GH0.tar.gz) = 5049620
+TIMESTAMP = 1775480234
+SHA256 (solemnwarning-rehex-0.64.0_GH0.tar.gz) = 46b2869a49abbee4151d7df079c56a5eacd4ce845118db1a0c2729c74a0c1bae
+SIZE (solemnwarning-rehex-0.64.0_GH0.tar.gz) = 5107298


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d51372.3d0cc.4f17c2d5>