editors/xvile: Update to 9.8t
While here, give maintainership to submitter PR: 234528 Submitted by: Thomas E. Dickey <dickey@invisible-island.net>
This commit is contained in:
parent
c3c476e8fa
commit
79c61da128
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488817
@ -2,17 +2,17 @@
|
||||
# $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/
|
||||
PKGNAMEPREFIX= x
|
||||
|
||||
PATCH_SITES= ${MASTER_SITES:S,vile/current/,vile/patches/,g}
|
||||
PATCHFILES= # none
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= dickey@invisible-island.net
|
||||
COMMENT= VI Like Emacs -- X11 version
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1482057532
|
||||
SHA256 (vile-9.8s.tgz) = 1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502
|
||||
SIZE (vile-9.8s.tgz) = 2328441
|
||||
TIMESTAMP = 1546254826
|
||||
SHA256 (vile-9.8t.tgz) = 60b288432cfd32b7149c4cd662844e2694c5ab92bc469b282f33ded5110f6ded
|
||||
SIZE (vile-9.8t.tgz) = 2352119
|
||||
|
@ -20,4 +20,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/
|
||||
|
@ -68,6 +68,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%%
|
||||
@ -90,7 +91,11 @@ 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/xvile.1.gz
|
||||
man/man1/xvile-libdir-path.1.gz
|
||||
man/man1/xvile-pager.1.gz
|
||||
man/man1/xvile-to-html.1.gz
|
||||
share/applications/lxvile.desktop
|
||||
share/applications/uxvile.desktop
|
||||
share/applications/xvile.desktop
|
||||
@ -181,6 +186,10 @@ share/pixmaps/vile.xpm
|
||||
%%DATADIR%%/palettes.rc
|
||||
%%DATADIR%%/pas.keywords
|
||||
%%DATADIR%%/pc.keywords
|
||||
%%DATADIR%%/rust.keywords
|
||||
%%DATADIR%%/vcproj.keywords
|
||||
%%DATADIR%%/vcxproj.keywords
|
||||
%%DATADIR%%/yaml.keywords
|
||||
%%PERL%%%%DATADIR%%/perl/Breadcrumbs.pm
|
||||
%%PERL%%%%DATADIR%%/perl/CaptHook.pm
|
||||
%%PERL%%%%DATADIR%%/perl/Glob2re.pm
|
||||
|
Loading…
Reference in New Issue
Block a user