View | Details | Raw Unified | Return to bug 234528 | Differences between
and this patch

Collapse All | Expand All

(-)xvile-9.8t/Makefile (-4 / +4 lines)
Lines 2-18 Link Here
2
# $FreeBSD: tags/RELEASE_12_0_0/editors/xvile/Makefile 428846 2016-12-18 11:47:09Z olivierd $
2
# $FreeBSD: tags/RELEASE_12_0_0/editors/xvile/Makefile 428846 2016-12-18 11:47:09Z olivierd $
3
3
4
PORTNAME=	vile
4
PORTNAME=	vile
5
PORTVERSION=	9.8s
5
PORTVERSION=	9.8t
6
CATEGORIES=	editors
6
CATEGORIES=	editors
7
MASTER_SITES=	ftp://dickey.his.com/vile/current/ \
7
MASTER_SITES=	ftp://dickey.his.com/vile/current/ \
8
		ftp://invisible-island.net/vile/current/ \
8
		ftp://ftp.invisible-island.net/vile/current/ \
9
		http://invisible-mirror.net/archives/vile/current/
9
		https://invisible-mirror.net/archives/vile/current/
10
PKGNAMEPREFIX=	x
10
PKGNAMEPREFIX=	x
11
11
12
PATCH_SITES=	${MASTER_SITES:S,vile/current/,vile/patches/,g}
12
PATCH_SITES=	${MASTER_SITES:S,vile/current/,vile/patches/,g}
13
PATCHFILES=	# none
13
PATCHFILES=	# none
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	dickey@invisible-island.net
16
COMMENT=	VI Like Emacs -- X11 version
16
COMMENT=	VI Like Emacs -- X11 version
17
17
18
LICENSE=	GPLv2
18
LICENSE=	GPLv2
(-)xvile-9.8t/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1482057532
1
TIMESTAMP = 1546254826
2
SHA256 (vile-9.8s.tgz) = 1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502
2
SHA256 (vile-9.8t.tgz) = 60b288432cfd32b7149c4cd662844e2694c5ab92bc469b282f33ded5110f6ded
3
SIZE (vile-9.8s.tgz) = 2328441
3
SIZE (vile-9.8t.tgz) = 2352119
(-)xvile-9.8t/pkg-descr (-1 / +1 lines)
Lines 20-23 Link Here
20
	built-in macro language
20
	built-in macro language
21
	portability to all UNIX platforms, VMS, DOS, Win32, OS/2
21
	portability to all UNIX platforms, VMS, DOS, Win32, OS/2
22
22
23
WWW: http://invisible-island.net/vile/
23
WWW: https://invisible-island.net/vile/
(-)xvile-9.8t/pkg-plist (+9 lines)
Lines 68-73 Link Here
68
lib/vile/vile-rpm-filt%%SO_EXT%%
68
lib/vile/vile-rpm-filt%%SO_EXT%%
69
lib/vile/vile-rtf-filt%%SO_EXT%%
69
lib/vile/vile-rtf-filt%%SO_EXT%%
70
lib/vile/vile-ruby-filt%%SO_EXT%%
70
lib/vile/vile-ruby-filt%%SO_EXT%%
71
lib/vile/vile-rust-filt%%SO_EXT%%
71
lib/vile/vile-sccs-filt%%SO_EXT%%
72
lib/vile/vile-sccs-filt%%SO_EXT%%
72
lib/vile/vile-scheme-filt%%SO_EXT%%
73
lib/vile/vile-scheme-filt%%SO_EXT%%
73
lib/vile/vile-sed-filt%%SO_EXT%%
74
lib/vile/vile-sed-filt%%SO_EXT%%
Lines 90-96 Link Here
90
lib/vile/vile-xres-filt%%SO_EXT%%
91
lib/vile/vile-xres-filt%%SO_EXT%%
91
lib/vile/vile-xs-filt%%SO_EXT%%
92
lib/vile/vile-xs-filt%%SO_EXT%%
92
lib/vile/vile-yacc-filt%%SO_EXT%%
93
lib/vile/vile-yacc-filt%%SO_EXT%%
94
lib/vile/vile-yaml-filt%%SO_EXT%%
93
man/man1/xvile.1.gz
95
man/man1/xvile.1.gz
96
man/man1/xvile-libdir-path.1.gz
97
man/man1/xvile-pager.1.gz
98
man/man1/xvile-to-html.1.gz
94
share/applications/lxvile.desktop
99
share/applications/lxvile.desktop
95
share/applications/uxvile.desktop
100
share/applications/uxvile.desktop
96
share/applications/xvile.desktop
101
share/applications/xvile.desktop
Lines 181-186 Link Here
181
%%DATADIR%%/palettes.rc
186
%%DATADIR%%/palettes.rc
182
%%DATADIR%%/pas.keywords
187
%%DATADIR%%/pas.keywords
183
%%DATADIR%%/pc.keywords
188
%%DATADIR%%/pc.keywords
189
%%DATADIR%%/rust.keywords
190
%%DATADIR%%/vcproj.keywords
191
%%DATADIR%%/vcxproj.keywords
192
%%DATADIR%%/yaml.keywords
184
%%PERL%%%%DATADIR%%/perl/Breadcrumbs.pm
193
%%PERL%%%%DATADIR%%/perl/Breadcrumbs.pm
185
%%PERL%%%%DATADIR%%/perl/CaptHook.pm
194
%%PERL%%%%DATADIR%%/perl/CaptHook.pm
186
%%PERL%%%%DATADIR%%/perl/Glob2re.pm
195
%%PERL%%%%DATADIR%%/perl/Glob2re.pm

Return to bug 234528