Ping. Ashton Fagg <[email protected]> writes:
> Attached is an update for editors/vile. From 9.8t to 9.8u. > > Changelog can be viewed here: > https://invisible-island.net/vile/CHANGES.html#index-v9_8u > > Builds, tests, fakes, packages and installs successfully on > amd64. Appears to be working. > > Thanks.
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 5028d61a91f..4d25b3993ce 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.5 2020/03/12 14:22:22 sthen Exp $ COMMENT= VI Editor Like Emacs -DISTNAME= vile-9.8t +DISTNAME= vile-9.8u CATEGORIES= editors HOMEPAGE= https://invisible-island.net/vile/ diff --git a/editors/vile/distinfo b/editors/vile/distinfo index 193765fc740..b8e910401fa 100644 --- a/editors/vile/distinfo +++ b/editors/vile/distinfo @@ -1,2 +1,2 @@ -SHA256 (vile-9.8t.tgz) = YLKIQyz9MrcUnEzWYoROJpTFq5K8RpsoLzPe1REPbe0= -SIZE (vile-9.8t.tgz) = 2352119 +SHA256 (vile-9.8u.tgz) = MagoM/5P71pgBDvMMnjRqHWhAosbJXfJ4Po6F5z/Fl4= +SIZE (vile-9.8u.tgz) = 2375989 diff --git a/editors/vile/pkg/PLIST b/editors/vile/pkg/PLIST index ff03b36cb5b..ac0905c87d9 100644 --- a/editors/vile/pkg/PLIST +++ b/editors/vile/pkg/PLIST @@ -49,9 +49,11 @@ lib/vile/ @bin lib/vile/vile-mcrl-filt @bin lib/vile/vile-midl-filt @bin lib/vile/vile-mms-filt +@bin lib/vile/vile-nmake-filt @bin lib/vile/vile-nr-filt @bin lib/vile/vile-pas-filt @bin lib/vile/vile-perl-filt +@bin lib/vile/vile-perl6-filt @bin lib/vile/vile-php-filt @bin lib/vile/vile-pot-filt @bin lib/vile/vile-ps-filt @@ -77,6 +79,7 @@ lib/vile/ @bin lib/vile/vile-tcl-filt @bin lib/vile/vile-texi-filt @bin lib/vile/vile-ti-filt +@bin lib/vile/vile-tpu-filt @bin lib/vile/vile-txt-filt @bin lib/vile/vile-vile-filt @bin lib/vile/vile-vlog-filt @@ -126,6 +129,7 @@ share/vile/est.keywords share/vile/fdl.keywords share/vile/filters.rc share/vile/gnugpg.rc +share/vile/go.keywords share/vile/hs.keywords share/vile/html.keywords share/vile/imake.keywords @@ -149,6 +153,7 @@ share/vile/mcrl.keywords share/vile/midl.keywords share/vile/modes.rc share/vile/mvn.keywords +share/vile/nmake.keywords share/vile/nr.keywords share/vile/nsis.keywords share/vile/objc.keywords @@ -156,6 +161,7 @@ share/vile/palettes.rc share/vile/pas.keywords share/vile/pc.keywords share/vile/perl.keywords +share/vile/perl6.keywords share/vile/php.keywords share/vile/pictmode.rc share/vile/pot.keywords @@ -188,6 +194,8 @@ share/vile/tcl.keywords share/vile/tex.keywords share/vile/texi.keywords share/vile/ti.keywords +share/vile/tpu.keywords +share/vile/ts.keywords share/vile/vb.keywords share/vile/vb6.keywords share/vile/vbs.keywords
