View | Details | Raw Unified | Return to bug 244277
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	hikari
3
PORTNAME=	hikari
4
DISTVERSION=	1.0.0-alpha3
4
DISTVERSION=	1.0.0-alpha4
5
CATEGORIES=	x11-wm
5
CATEGORIES=	x11-wm
6
MASTER_SITES=	https://acmelabs.space/~raichoo/
6
MASTER_SITES=	https://acmelabs.space/~raichoo/
7
7
Lines 21-27 Link Here
21
		libwlroots.so:x11-toolkits/wlroots \
21
		libwlroots.so:x11-toolkits/wlroots \
22
		libxkbcommon.so:x11/libxkbcommon
22
		libxkbcommon.so:x11/libxkbcommon
23
23
24
USES=		compiler:c11 gnome pkgconfig xorg
24
USES=		gnome pkgconfig xorg
25
USE_GNOME=	cairo glib20 pango
25
USE_GNOME=	cairo glib20 pango
26
USE_XORG=	pixman
26
USE_XORG=	pixman
27
ALL_TARGET=	${WITH_DEBUG:Ddebug}
27
ALL_TARGET=	${WITH_DEBUG:Ddebug}
Lines 30-36 Link Here
30
PORTEXAMPLES=	${PORTNAME}.conf
30
PORTEXAMPLES=	${PORTNAME}.conf
31
31
32
OPTIONS_DEFINE=		EXAMPLES SUID X11
32
OPTIONS_DEFINE=		EXAMPLES SUID X11
33
OPTIONS_DEFAULT=	SUID
33
OPTIONS_DEFAULT=	SUID X11
34
34
35
SUID_DESC=	setuid bit on binaries (required for DRM and PAM)
35
SUID_DESC=	setuid bit on binaries (required for DRM and PAM)
36
36
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1581110939
1
TIMESTAMP = 1581773091
2
SHA256 (hikari-1.0.0-alpha3.tar.gz) = 2d634066b5d4494233d0f1d6606691096a0e68f710bab47012f3fdb9e6b2c7ae
2
SHA256 (hikari-1.0.0-alpha4.tar.gz) = 278f5d6658348c68444d12a2455bf70ff13b7321c81a65c798b4f89d650ef07c
3
SIZE (hikari-1.0.0-alpha3.tar.gz) = 63974
3
SIZE (hikari-1.0.0-alpha4.tar.gz) = 66031

Return to bug 244277