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

Collapse All | Expand All

(-)b/x11/kitty/Makefile (-2 / +9 lines)
Lines 1-6 Link Here
1
PORTNAME=	kitty
1
PORTNAME=	kitty
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.24.1
3
DISTVERSION=	0.24.2
4
CATEGORIES=	x11
4
CATEGORIES=	x11
5
5
6
MAINTAINER=	alexis.praga@free.fr
6
MAINTAINER=	alexis.praga@free.fr
Lines 26-32 LIB_DEPENDS= libdbus-1.so:devel/dbus \ Link Here
26
		libwayland-cursor.so:graphics/wayland \
26
		libwayland-cursor.so:graphics/wayland \
27
		libxkbcommon.so:x11/libxkbcommon
27
		libxkbcommon.so:x11/libxkbcommon
28
28
29
USES=		compiler:c11 cpe gettext-runtime gl gmake ncurses:port pkgconfig \
29
USES=		compiler:c11 cpe gettext-runtime gl gmake pkgconfig \
30
		python:3.5+ shebangfix terminfo xorg
30
		python:3.5+ shebangfix terminfo xorg
31
USE_GITHUB=	yes
31
USE_GITHUB=	yes
32
GH_ACCOUNT=	kovidgoyal
32
GH_ACCOUNT=	kovidgoyal
Lines 60-65 _EMPTY_DIRS= kittens/choose kittens/diff kittens/unicode_input kittens kitty Link Here
60
MAKE_ENV+=	KITTY_NO_LTO=1
60
MAKE_ENV+=	KITTY_NO_LTO=1
61
.endif
61
.endif
62
62
63
# ncursesw and tinfo >= 6.1 seem to be neededd
64
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400035
65
USES+=ncurses:port
66
.else
67
USES+=ncurses
68
.endif
69
63
# For librsync, we need to set header and library path
70
# For librsync, we need to set header and library path
64
do-build:
71
do-build:
65
	(cd ${WRKSRC} && \
72
	(cd ${WRKSRC} && \
(-)b/x11/kitty/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1641939405
1
TIMESTAMP = 1644059710
2
SHA256 (kovidgoyal-kitty-v0.24.1_GH0.tar.gz) = a49b7ea7d36989fb17bd31935dc6a9a619338647c58ca1eb00400340b0d756ff
2
SHA256 (kovidgoyal-kitty-v0.24.2_GH0.tar.gz) = 6edf5cb7f4f24afe4fef7d209cb7a2bb479438a90919610b0147f48d57b34fc0
3
SIZE (kovidgoyal-kitty-v0.24.1_GH0.tar.gz) = 5828079
3
SIZE (kovidgoyal-kitty-v0.24.2_GH0.tar.gz) = 5916823

Return to bug 261732