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

Collapse All | Expand All

(-)Makefile (-5 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libvterm
4
PORTNAME=	libvterm
5
PORTVERSION=	git20161218
5
DISTVERSION=	0.1.1
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://www.leonerd.org.uk/code/${PORTNAME}/
7
8
8
MAINTAINER=	dem.procopiou@gmail.com
9
MAINTAINER=	dem.procopiou@gmail.com
9
COMMENT=	Implementation of a VT220/xterm/ECMA-48 terminal emulator
10
COMMENT=	Implementation of a VT220/xterm/ECMA-48 terminal emulator
Lines 11-20 Link Here
11
LICENSE=	MIT
12
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	neovim
16
GH_TAGNAME=	224b8dc
17
18
USES=		gmake libtool:build pathfix perl5
15
USES=		gmake libtool:build pathfix perl5
19
PATHFIX_MAKEFILEIN=	Makefile
16
PATHFIX_MAKEFILEIN=	Makefile
20
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1486211176
1
TIMESTAMP = 1569002140
2
SHA256 (neovim-libvterm-git20161218-224b8dc_GH0.tar.gz) = e52605bba2813efb32a948b02694860238d60ff4147eacc7389cf78963666406
2
SHA256 (libvterm-0.1.1.tar.gz) = 9bb88e7c67ea0ac5a0f8d1df3f432d3865e5ff36a778e9a2b34a58aba857b5d8
3
SIZE (neovim-libvterm-git20161218-224b8dc_GH0.tar.gz) = 67257
3
SIZE (libvterm-0.1.1.tar.gz) = 69044
(-)pkg-plist (-1 / +1 lines)
Lines 6-10 Link Here
6
lib/libvterm.a
6
lib/libvterm.a
7
lib/libvterm.so
7
lib/libvterm.so
8
lib/libvterm.so.0
8
lib/libvterm.so.0
9
lib/libvterm.so.0.0.0
9
lib/libvterm.so.0.0.1
10
libdata/pkgconfig/vterm.pc
10
libdata/pkgconfig/vterm.pc

Return to bug 240698