Index | Thread | Search

From:
Klemens Nanni <kn@openbsd.org>
Subject:
Re: [update] editors/vis 0.8 -> 0.9
To:
Johannes Thyssen Tishman <johannes@thyssentishman.com>, ports@openbsd.org
Cc:
James Cook <falsifian@falsifian.org>
Date:
Tue, 14 May 2024 18:46:25 +0000

Download raw body.

Thread
  • Klemens Nanni:

    [update] editors/vis 0.8 -> 0.9

  • 05.05.2024 14:48, Johannes Thyssen Tishman пишет:
    > Below is an updated diff with the changes I mentioned earlier (removal
    > of the post-extract rule).
    > 
    > 
    > Index: Makefile
    > ===================================================================
    > RCS file: /cvs/ports/editors/vis/Makefile,v
    > retrieving revision 1.18
    > diff -u -p -r1.18 Makefile
    > --- Makefile	5 Oct 2023 12:10:41 -0000	1.18
    > +++ Makefile	5 May 2024 11:35:48 -0000
    > @@ -1,8 +1,7 @@
    >   COMMENT =		vi-like editor with sam-style structural regex support
    >   
    > -V =			0.8
    > +V =			0.9
    >   DISTNAME =		vis-${V}
    > -REVISION =		1
    >   
    >   TEST_V =		0.5
    >   TEST_DISTNAME =		vis-test-${TEST_V}
    
    No need for {,TEST_}{V,DISTNAME} or HOMEPAGE anymore with DIST_TUPLE.
    
    Thank you both, I've committed an update with all that, updated patch
    description, full test dependencies and SHELL bits.
    
    Having anything set in your shell environment where 'make test' is run
    does not guarantee that this makes it through to whatever make(1) ends
    up doing.
    
    
    
  • Klemens Nanni:

    [update] editors/vis 0.8 -> 0.9