From owner-svn-ports-all@freebsd.org Mon Dec 31 20:18:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EB99143EF56; Mon, 31 Dec 2018 20:18:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 067DA83A4E; Mon, 31 Dec 2018 20:18:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED743F8DF; Mon, 31 Dec 2018 20:18:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBVKIQV1072911; Mon, 31 Dec 2018 20:18:26 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBVKIQ1d072907; Mon, 31 Dec 2018 20:18:26 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812312018.wBVKIQ1d072907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 31 Dec 2018 20:18:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488831 - head/editors/vile X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/editors/vile X-SVN-Commit-Revision: 488831 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 067DA83A4E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2018 20:18:27 -0000 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 (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