OK. This sort of 1-line important notice seems like the perfect use of
MESSAGE to me.
On 2019/10/26 17:28, Klemens Nanni wrote:
> A user noted that they couldn't find the executable or manual page after
> installing the package, which is understanble.
>
> Let's put out a brief line.
> OK?
>
> I'm also removing Carolyn as MAINTAINER as I haven't seen a single mail
> (response) from them since the import of vis; the used gmail address
> also autoreplies with an referal to another address.
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/editors/vis/Makefile,v
> retrieving revision 1.4
> diff -u -p -r1.4 Makefile
> --- Makefile 12 Jul 2019 20:46:07 -0000 1.4
> +++ Makefile 26 Oct 2019 15:20:51 -0000
> @@ -5,7 +5,7 @@ COMMENT = vi-like editor with sam-style
> V = 0.5
> DISTNAME = vis-v${V}
> PKGNAME = vis-${V}
> -REVISION = 0
> +REVISION = 1
>
> TEST_V = 0.3
> SUPDISTNAME = vis-test-${TEST_V}
> @@ -14,8 +14,7 @@ CATEGORIES = editors
>
> HOMEPAGE = https://github.com/martanne/vis
>
> -MAINTAINER = Klemens Nanni <[email protected]>, \
> - Carolyn Saunders <[email protected]>
> +MAINTAINER = Klemens Nanni <[email protected]>
>
> # ISC
> PERMIT_PACKAGE = Yes
> Index: pkg/MESSAGE
> ===================================================================
> RCS file: pkg/MESSAGE
> diff -N pkg/MESSAGE
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ pkg/MESSAGE 26 Oct 2019 15:25:30 -0000
> @@ -0,0 +1 @@
> +vis is renamed to vise(1) to avoid conflicts with vis(1).
>