diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 406ac2119b81..16bda43ef60e 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,56 +1,53 @@ # 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} #PATCHFILES= MAINTAINER= dickey@invisible-island.net COMMENT= VI Like Emacs -- console version LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= reflex:textproc/reflex USES= ncurses pkgconfig shebangfix tar:tgz SHEBANG_FILES= perl/vileget GNU_CONFIGURE= yes 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 FILTERS_DESC= Loadable filters FILTERS_CONFIGURE_WITH= loadable-filters ICONV_USES= iconv ICONV_CONFIGURE_ON= --with-iconv ${ICONV_CONFIGURE_ARG} ICONV_CONFIGURE_OFF= --without-iconv --without-locale PERL_USES= perl5 PERL_CONFIGURE_WITH= perl .include .if ${PORT_OPTIONS:MFILTERS} PLIST_SUB+= SO_EXT=".so" .else PLIST_SUB+= SO_EXT="" .endif post-patch: @${REINPLACE_CMD} -e \ 's|$$(datadir)/doc|@datadir@/doc/vile| ; \ s|$$(datadir)/html|$$(docdir)/html| ; \ s|\($$(DOCDIR)\) \($$(MANDIR)\)|\1 $$(HTMLDIR) \2|' \ ${WRKSRC}/makefile.in .include 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