Date: Mon, 31 Dec 2018 20:18:26 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488831 - head/editors/vile Message-ID: <201812312018.wBVKIQ1d072907@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Dec 31 20:18:25 2018 New Revision: 488831 URL: https://svnweb.freebsd.org/changeset/ports/488831 Log: editors/vile: update to 9.8t PR: 234527 Submitted by: Thomas E. Dickey <dickey@invisible-island.net> (maintainer) Modified: head/editors/vile/Makefile (contents, props changed) head/editors/vile/distinfo (contents, props changed) head/editors/vile/pkg-descr (contents, props changed) head/editors/vile/pkg-plist (contents, props changed) Modified: head/editors/vile/Makefile ============================================================================== --- head/editors/vile/Makefile Mon Dec 31 20:16:50 2018 (r488830) +++ head/editors/vile/Makefile Mon Dec 31 20:18:25 2018 (r488831) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= vile -PORTVERSION= 9.8s +PORTVERSION= 9.8t CATEGORIES= editors MASTER_SITES= ftp://dickey.his.com/vile/current/ \ - ftp://invisible-island.net/vile/current/ \ - http://invisible-mirror.net/archives/vile/current/ + ftp://ftp.invisible-island.net/vile/current/ \ + https://invisible-mirror.net/archives/vile/current/ PATCH_SITES= ${MASTER_SITES:S,vile/current/,vile/patches/,g} #PATCHFILES= Modified: head/editors/vile/distinfo ============================================================================== --- head/editors/vile/distinfo Mon Dec 31 20:16:50 2018 (r488830) +++ head/editors/vile/distinfo Mon Dec 31 20:18:25 2018 (r488831) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482055290 -SHA256 (vile-9.8s.tgz) = 1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502 -SIZE (vile-9.8s.tgz) = 2328441 +TIMESTAMP = 1546252826 +SHA256 (vile-9.8t.tgz) = 60b288432cfd32b7149c4cd662844e2694c5ab92bc469b282f33ded5110f6ded +SIZE (vile-9.8t.tgz) = 2352119 Modified: head/editors/vile/pkg-descr ============================================================================== --- head/editors/vile/pkg-descr Mon Dec 31 20:16:50 2018 (r488830) +++ head/editors/vile/pkg-descr Mon Dec 31 20:18:25 2018 (r488831) @@ -15,4 +15,4 @@ notably: built-in macro language portability to all UNIX platforms, VMS, DOS, Win32, OS/2 -WWW: http://invisible-island.net/vile/ +WWW: https://invisible-island.net/vile/ Modified: head/editors/vile/pkg-plist ============================================================================== --- head/editors/vile/pkg-plist Mon Dec 31 20:16:50 2018 (r488830) +++ head/editors/vile/pkg-plist Mon Dec 31 20:18:25 2018 (r488831) @@ -62,6 +62,7 @@ lib/vile/vile-rexx-filt%%SO_EXT%% lib/vile/vile-rpm-filt%%SO_EXT%% lib/vile/vile-rtf-filt%%SO_EXT%% lib/vile/vile-ruby-filt%%SO_EXT%% +lib/vile/vile-rust-filt%%SO_EXT%% lib/vile/vile-sccs-filt%%SO_EXT%% lib/vile/vile-scheme-filt%%SO_EXT%% lib/vile/vile-sed-filt%%SO_EXT%% @@ -84,6 +85,10 @@ lib/vile/vile-xq-filt%%SO_EXT%% lib/vile/vile-xres-filt%%SO_EXT%% lib/vile/vile-xs-filt%%SO_EXT%% lib/vile/vile-yacc-filt%%SO_EXT%% +lib/vile/vile-yaml-filt%%SO_EXT%% +man/man1/vile-libdir-path.1.gz +man/man1/vile-pager.1.gz +man/man1/vile-to-html.1.gz man/man1/vile.1.gz %%PORTDOCS%%%%DOCSDIR%%/Vileserv.doc %%PORTDOCS%%%%DOCSDIR%%/config.doc @@ -207,6 +212,7 @@ man/man1/vile.1.gz %%DATADIR%%/rpm.keywords %%DATADIR%%/rtf.keywords %%DATADIR%%/ruby.keywords +%%DATADIR%%/rust.keywords %%DATADIR%%/sccs.keywords %%DATADIR%%/scheme.keywords %%DATADIR%%/search.rc @@ -227,6 +233,8 @@ man/man1/vile.1.gz %%DATADIR%%/vb.keywords %%DATADIR%%/vb6.keywords %%DATADIR%%/vbs.keywords +%%DATADIR%%/vcproj.keywords +%%DATADIR%%/vcxproj.keywords %%DATADIR%%/vile.hlp %%DATADIR%%/vile.keywords %%DATADIR%%/vileinit.rc @@ -241,4 +249,5 @@ man/man1/vile.1.gz %%DATADIR%%/xs.keywords %%DATADIR%%/xsl.keywords %%DATADIR%%/yacc.keywords +%%DATADIR%%/yaml.keywords %%DATADIR%%/zsh.keywords
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812312018.wBVKIQ1d072907>