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

Collapse All | Expand All

(-)accessibility/sct/Makefile (-4 / +5 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	sct
3
PORTNAME=	sct
4
PORTVERSION=	0.1.0
4
PORTVERSION=	0.2.1
5
CATEGORIES=	accessibility
5
CATEGORIES=	accessibility
6
6
7
MAINTAINER=	0mp@FreeBSD.org
7
MAINTAINER=	0mp@FreeBSD.org
Lines 8-13 Link Here
8
COMMENT=	Utility to change screen temperature
8
COMMENT=	Utility to change screen temperature
9
9
10
LICENSE=	UNLICENSE
10
LICENSE=	UNLICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
12
12
USE_GITHUB=	yes
13
USE_GITHUB=	yes
13
GH_ACCOUNT=	0mp
14
GH_ACCOUNT=	0mp
Lines 14-22 Link Here
14
15
15
USE_XORG=	x11 xrandr
16
USE_XORG=	x11 xrandr
16
17
17
PLIST_FILES=	bin/sct
18
PLIST_FILES=	bin/sct \
19
		man/man1/sct.1.gz
18
20
19
post-install:
21
INSTALL_TARGET=	install-strip
20
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sct
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)accessibility/sct/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1516135722
1
TIMESTAMP = 1519997618
2
SHA256 (0mp-sct-0.1.0_GH0.tar.gz) = 982bae0448daff0b41eabe492b8b33223e2dad010e861fd6f09e8d9d0d7ca6c1
2
SHA256 (0mp-sct-0.2.1_GH0.tar.gz) = dc10f115d55c6979d81213870dab2d92c3941e314eef14ede0561d6b0569e87f
3
SIZE (0mp-sct-0.1.0_GH0.tar.gz) = 2167
3
SIZE (0mp-sct-0.2.1_GH0.tar.gz) = 2775

Return to bug 226297