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

Collapse All | Expand All

(-)Makefile (-2 / +8 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	dsblogoutmgr
3
PORTNAME=	dsblogoutmgr
4
PORTVERSION=	1.2
4
PORTVERSION=	1.3
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
MASTER_SITES=	http://freeshell.de/~mk/download/
6
MASTER_SITES=	http://freeshell.de/~mk/download/
7
7
Lines 11-19 Link Here
11
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		qt:5 tar:tgz qmake
14
USES=		gl qmake qt:5 tar:tgz
15
15
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_QT=		buildtools_build core gui linguisttools_build widgets
17
USE_QT=		buildtools_build core gui linguisttools_build widgets
18
18
19
OPTIONS_DEFINE=	METALOCK
20
21
METALOCK_DESC=	Use metalock for locking the screen
22
23
METALOCK_RUN_DEPENDS=	metalock:x11/metalock
24
19
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1516601676
1
TIMESTAMP = 1545084141
2
SHA256 (dsblogoutmgr-1.2.tgz) = ce2c3ce48b2def397d06c8f1f14786b40442fa6644c55ba9119264715b6d00b5
2
SHA256 (dsblogoutmgr-1.3.tgz) = b712f7efeb0195f02a1b55547fe4a9e8bf192e4ad61d5202d6e256f4c2914816
3
SIZE (dsblogoutmgr-1.2.tgz) = 16753
3
SIZE (dsblogoutmgr-1.3.tgz) = 18031

Return to bug 234109