Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 18:02:56 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 783aac34f15b - main - editors/xvile: update to 9.8z
Message-ID:  <202401291802.40TI2uMI056343@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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

commit 783aac34f15b1c0c0494b6588f1bb1f7d720a3ac
Author:     Thomas E. Dickey <dickey@invisible-island.net>
AuthorDate: 2024-01-28 17:38:37 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2024-01-29 18:02:45 +0000

    editors/xvile: update to 9.8z
    
    PRhangeLog: https://invisible-island.net/vile/CHANGES.html
    
     * modify configure script to check validity of $IMAKE_LOADFLAGS
     * modify curses driver to work around configurations of ncurses where the
       SIGWINCH handler has been disabled.
     * modify vl_get_encoding() to allow for nl_langinfo(CODESET) returning an empty
       string, recover from this error using checks on the locale variable (report
       by David Snyder).
     * updated wcwidth.c, from xterm #389
     * modify spec-file to work around a bug in make 4.4.1
     * reduce compiler-warnings in configure script checks.
     * disallow newline in quoted string in ini filter.
     * adjust dlsym lookup to account for special case of define_key, to avoid
       conflict with ncurses.
     * fix mandoc warnings in vile.1
     * fix a use-after-free in parse_nondirective() due to free() in the
       actual_color() function of key-filt.c
     * change VIDEO_TEXT type to "unsigned", allowing display of Unicode values past
       BMP for drivers which support this.
     * modify curses configuration to handle ncurses KEY_RESIZE (prompted by
       discussion with Sebastian Neuper).
     * fix typo in cross-compile check in CF_KILLPG macro (Debian #1029956)
     * update config.guess, config.sub
    
    Reported by:    dickey@invisible-island.net (maintainer)
---
 editors/xvile/Makefile | 2 +-
 editors/xvile/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 5aea30fddaa3..82bb7982f593 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	vile
-PORTVERSION=	9.8y
+PORTVERSION=	9.8z
 CATEGORIES=	editors
 MASTER_SITES=	https://invisible-island.net/archives/vile/current/ \
 		https://invisible-mirror.net/archives/vile/current/
diff --git a/editors/xvile/distinfo b/editors/xvile/distinfo
index b375c608bee3..86fede35df65 100644
--- a/editors/xvile/distinfo
+++ b/editors/xvile/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674777020
-SHA256 (vile-9.8y.tgz) = 1b67f1ef34f5f2075722ab46184bb149735e8538fa912fc07c985c92f78fe381
-SIZE (vile-9.8y.tgz) = 2477410
+TIMESTAMP = 1706218305
+SHA256 (vile-9.8z.tgz) = 0b3286c327b70a939f21992d22e42b5c1f8a6e953bd9ab9afa624ea2719272f7
+SIZE (vile-9.8z.tgz) = 2491799



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401291802.40TI2uMI056343>