git: f96d43f530b9 - main - editors/vile: update to 9.8v

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Mon, 20 Dec 2021 05:41:54 UTC
The branch main has been updated by tagattie:

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

commit f96d43f530b9d0f311bc55cec4009455f13a8a10
Author:     Thomas E. Dickey <dickey@invisible-island.net>
AuthorDate: 2021-12-20 05:29:24 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2021-12-20 05:41:37 +0000

    editors/vile: update to 9.8v
    
    While here, remove CONFLICTS_INSTALL. In 9.8v, the sources include
    updated makefiles which make the two ports nonconflicting. That is
    done by using sed-scripts within the makefiles to rename files owned
    by xvile (along with some updates to the latter's plist file).
    
    Changelog: https://invisible-island.net/vile/CHANGES.html#v9_8v
    
    PR:             260382
    Reported by:    Thomas E. Dickey <dickey@invisible-island.net> (maintainer)
---
 editors/vile/Makefile              |  7 ++-----
 editors/vile/distinfo              |  6 +++---
 editors/vile/files/patch-configure | 11 -----------
 3 files changed, 5 insertions(+), 19 deletions(-)

diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 406ac2119b81..16bda43ef60e 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -1,10 +1,9 @@
 # Created by: pgf
 
 PORTNAME=	vile
-PORTVERSION=	9.8u
+PORTVERSION=	9.8v
 CATEGORIES=	editors
-MASTER_SITES=	ftp://dickey.his.com/vile/current/ \
-		ftp://ftp.invisible-island.net/vile/current/ \
+MASTER_SITES=	ftp://ftp.invisible-island.net/pub/vile/current/ \
 		https://invisible-mirror.net/archives/vile/current/
 
 PATCH_SITES=	${MASTER_SITES:S,vile/current/,vile/patches/,g}
@@ -25,8 +24,6 @@ CONFIGURE_ENV=	cf_cv_crypt_works=yes
 MAKEFILE=	makefile
 INSTALL_TARGET=	install install-doc install-html
 
-CONFLICTS_INSTALL=	xvile
-
 OPTIONS_DEFINE=		DOCS FILTERS ICONV PERL
 OPTIONS_SUB=		yes
 
diff --git a/editors/vile/distinfo b/editors/vile/distinfo
index d715b66f6acd..2365cf3b20f4 100644
--- a/editors/vile/distinfo
+++ b/editors/vile/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589844782
-SHA256 (vile-9.8u.tgz) = 31a82833fe4fef5a60043bcc3278d1a875a1028b1b2577c9e0fa3a179cff165e
-SIZE (vile-9.8u.tgz) = 2375989
+TIMESTAMP = 1639846551
+SHA256 (vile-9.8v.tgz) = 240edec7bbf3d9df48b3042754bf9854d9a233d371d50bba236ec0edd708eed5
+SIZE (vile-9.8v.tgz) = 2405398
diff --git a/editors/vile/files/patch-configure b/editors/vile/files/patch-configure
deleted file mode 100644
index 2629cabfd82b..000000000000
--- a/editors/vile/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig	2020-03-29 21:46:05 UTC
-+++ configure
-@@ -32100,7 +32100,7 @@ if test "x$CLANG_COMPILER" = "xyes"
- then
- 	{ echo "$as_me:32101: WARNING: clang only pretends to honor gcc -rdynamic option" >&5
- echo "$as_me: WARNING: clang only pretends to honor gcc -rdynamic option" >&2;}
--	cf_cv_gcc_opt_rdynamic=no
-+	# cf_cv_gcc_opt_rdynamic=no
- else
- 
- echo "$as_me:32106: checking if $CC has -rdynamic option" >&5