Hi, The following diff update editors/vile to latest version (9.8t) from 2018-11-12.
ChangeLog: https://invisible-island.net/vile/CHANGES.html#index-v9_8t Thanks. -- Sebastien Marie Index: Makefile =================================================================== RCS file: /cvs/ports/editors/vile/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 12 Apr 2016 21:25:22 -0000 1.1.1.1 +++ Makefile 18 Mar 2019 07:46:47 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.1.1.1 2016/04/12 21:25:22 sthen Exp $ COMMENT= VI Editor Like Emacs -DISTNAME= vile-9.8q +DISTNAME= vile-9.8t CATEGORIES= editors HOMEPAGE= http://invisible-island.net/vile/ Index: distinfo =================================================================== RCS file: /cvs/ports/editors/vile/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 12 Apr 2016 21:25:22 -0000 1.1.1.1 +++ distinfo 18 Mar 2019 07:46:59 -0000 @@ -1,2 +1,2 @@ -SHA256 (vile-9.8q.tgz) = NmsrGOol5V57m2zB0rdS8KT9xFOgoYrt1Xc/RW54Iwc= -SIZE (vile-9.8q.tgz) = 2321373 +SHA256 (vile-9.8t.tgz) = YLKIQyz9MrcUnEzWYoROJpTFq5K8RpsoLzPe1REPbe0= +SIZE (vile-9.8t.tgz) = 2352119 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/editors/vile/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 PLIST --- pkg/PLIST 12 Apr 2016 21:25:22 -0000 1.1.1.1 +++ pkg/PLIST 18 Mar 2019 07:52:04 -0000 @@ -63,6 +63,7 @@ lib/vile/ @bin lib/vile/vile-rpm-filt @bin lib/vile/vile-rtf-filt @bin lib/vile/vile-ruby-filt +@bin lib/vile/vile-rust-filt @bin lib/vile/vile-sccs-filt @bin lib/vile/vile-scheme-filt @bin lib/vile/vile-sed-filt @@ -85,6 +86,10 @@ lib/vile/ @bin lib/vile/vile-xres-filt @bin lib/vile/vile-xs-filt @bin lib/vile/vile-yacc-filt +@bin lib/vile/vile-yaml-filt +@man man/man1/vile-libdir-path.1 +@man man/man1/vile-pager.1 +@man man/man1/vile-to-html.1 @man man/man1/vile.1 share/vile/ share/vile/ada.keywords @@ -165,6 +170,7 @@ share/vile/rexx.keywords share/vile/rpm.keywords share/vile/rtf.keywords share/vile/ruby.keywords +share/vile/rust.keywords share/vile/sccs.keywords share/vile/scheme.keywords share/vile/search.rc @@ -185,6 +191,8 @@ share/vile/ti.keywords share/vile/vb.keywords share/vile/vb6.keywords share/vile/vbs.keywords +share/vile/vcproj.keywords +share/vile/vcxproj.keywords share/vile/vile.hlp share/vile/vile.keywords share/vile/vileinit.rc @@ -199,4 +207,5 @@ share/vile/xres.keywords share/vile/xs.keywords share/vile/xsl.keywords share/vile/yacc.keywords +share/vile/yaml.keywords share/vile/zsh.keywords
