Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [new/resurrect] www/elinks
To:
ports@openbsd.org
Date:
Thu, 16 May 2024 19:01:43 +0100

Download raw body.

Thread
ok with or without tweaks for these nits:


: Index: meson.build
: 
: First two chunks: Upstream commit 2fdb04a6ab5523b94c4bd5c0062b0701686e127f
: 
: 
: --- meson.build.orig
: +++ meson.build

that would normally be done as

: First two chunks: Upstream commit 2fdb04a6ab5523b94c4bd5c0062b0701686e127f
: 
: Index: meson.build
: --- meson.build.orig
: +++ meson.build


: V =                     0.17.0
: GH_ACCOUNT =            rkd77
: GH_PROJECT =            elinks
: GH_TAGNAME =            v$V

$V isn't used elsewhere so this would be a touch neater:

: GH_ACCOUNT =            rkd77
: GH_PROJECT =            elinks
: GH_TAGNAME =            v0.17.0