Hi ports --

Attached is a simple update to editors/vile. It is exactly the same as what semarie@ posted back in March. [0]
Changelog: https://invisible-island.net/vile/CHANGES.html#index-v9_8t

So I'll either take oks or he can consider this an ok from me.

~Brian

[0] https://marc.info/?l=openbsd-ports&m=155289692305401&w=2
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/vile/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile	17 Jul 2019 14:49:22 -0000	1.3
+++ Makefile	6 Dec 2019 15:11:55 -0000
@@ -1,10 +1,9 @@
 # $OpenBSD: Makefile,v 1.3 2019/07/17 14:49:22 danj Exp $
 
 COMMENT=		VI Editor Like Emacs
-DISTNAME=		vile-9.8q
+DISTNAME=		vile-9.8t
 CATEGORIES=		editors
 HOMEPAGE=		http://invisible-island.net/vile/
-REVISION=		0
 
 # GPLv2
 PERMIT_PACKAGE=	Yes
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	6 Dec 2019 15:11:55 -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	6 Dec 2019 15:11:55 -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

Reply via email to