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

(-)Makefile (-5 / +5 lines)
Lines 1-19 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	chessx
3
PORTNAME=	chessx
4
PORTVERSION=	1.4.6
4
PORTVERSION=	1.5.0
5
PORTREVISION=	1
6
CATEGORIES=	games
5
CATEGORIES=	games
7
MASTER_SITES=	SF
6
MASTER_SITES=	SF
8
7
9
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	phascolarctos@protonmail.ch
10
COMMENT=	Qt 5 chess database application
9
COMMENT=	Qt 5 chess database application
11
10
12
LICENSE=	GPLv2+
11
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
14
13
15
USES=		compiler:c++11-lang desktop-file-utils qmake:outsource qt:5 \
14
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5 \
16
		shared-mime-info tar:tgz
15
		tar:tgz xorg
16
USE_GL=		gl
17
USE_QT=		buildtools_build concurrent core gui linguisttools_build multimedia \
17
USE_QT=		buildtools_build concurrent core gui linguisttools_build multimedia \
18
		network opengl printsupport svg widgets xml
18
		network opengl printsupport svg widgets xml
19
19
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1532163987
1
TIMESTAMP = 1568648340
2
SHA256 (chessx-1.4.6.tgz) = ad951910a3bd53f5655f9e85101e7969b536078473e09a2a7dded6ef171a68ed
2
SHA256 (chessx-1.5.0.tgz) = d130ad3220821da9ea19e7228222a5528fabca3ca06bc41b4d7f702454f63827
3
SIZE (chessx-1.4.6.tgz) = 4223076
3
SIZE (chessx-1.5.0.tgz) = 7251973

Return to bug 240681