Index | Thread | Search

From:
Volker Schlecht <openbsd-ports@schlecht.dev>
Subject:
Re: [maintainer update] editors/helix 24.07
To:
Laurent Cheylus <foxy@free.fr>
Cc:
Ports <ports@openbsd.org>
Date:
Tue, 16 Jul 2024 19:40:22 +0200

Download raw body.

Thread
Committed, thanks.

What do you think of the attached change? That makes update-patches easier
because we aren't substituting in `make patch`...

cheers,
Volker

On 2024-07-16 13:33, Laurent Cheylus wrote:
>Hi,
>
>update for editors/helix to the latest version 24.07.
>
>- update Makefile, distinfo and crates.inc
>- update pkg/PLIST via make fake/make update-plist
>
>Build and tests OK on current/amd64 with Rust 1.79.0.
>
>Tests welcome and please commit if OK.
>
>Laurent


Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/helix/Makefile,v
diff -u -p -r1.9 Makefile
--- Makefile	16 Jul 2024 15:31:48 -0000	1.9
+++ Makefile	16 Jul 2024 17:38:14 -0000
@@ -2,6 +2,7 @@ COMMENT =	modal text editor
 
 VER =		24.07
 DISTNAME =	helix-${VER}
+REVISION =	0
 
 CATEGORIES =	editors
 
@@ -33,7 +34,7 @@ SEPARATE_BUILD =        Yes
 pre-extract:
 	@mkdir -p ${WRKDIST}
 
-post-patch:
+pre-configure:
 	grep -F -Rls '%%DATADIR%%' ${WRKSRC} | xargs sed -i \
 		's,%%DATADIR%%,${PREFIX}/share/helix,'