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

(-)games/stonesoup/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/games/stonesoup/Makefile 343603 2014-02-10 08:37:23Z culot $
2
# $FreeBSD: head/games/stonesoup/Makefile 343603 2014-02-10 08:37:23Z culot $
3
3
4
PORTNAME=	stonesoup
4
PORTNAME=	stonesoup
5
PORTVERSION=	0.13.1
5
PORTVERSION=	0.13.2
6
CATEGORIES=	games
6
CATEGORIES=	games
7
MASTER_SITES=	SF/crawl-ref/Stone%20Soup/${PORTVERSION}
7
MASTER_SITES=	SF/crawl-ref/Stone%20Soup/${PORTVERSION}
8
DISTNAME=	stone_soup-${PORTVERSION}-nodeps
8
DISTNAME=	stone_soup-${PORTVERSION}-nodeps
Lines 15-21 Link Here
15
15
16
USE_SQLITE=	yes
16
USE_SQLITE=	yes
17
USE_XZ=		yes
17
USE_XZ=		yes
18
USES=		bison gmake perl5 pkgconfig
18
USES=		bison gmake perl5 pkgconfig compiler
19
USE_LUA=	5.1
19
USE_LUA=	5.1
20
USE_PERL5=	build
20
USE_PERL5=	build
21
21
Lines 79-85 Link Here
79
79
80
.include <bsd.port.pre.mk>
80
.include <bsd.port.pre.mk>
81
81
82
.if ${OSVERSION} >= 1000100
82
.if ${COMPILER_TYPE} == clang
83
CFLAGS+=	-std=c++0x
83
CFLAGS+=	-std=c++0x
84
.endif
84
.endif
85
85
(-)games/stonesoup/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (stone_soup-0.13.1-nodeps.tar.xz) = 9e32ca7e48bc3e12ce6bc8d963b01a0bce3f5826c6ca1d60947867f5602921e8
1
SHA256 (stone_soup-0.13.2-nodeps.tar.xz) = 279ff5f27fdff6f970f97cb2aaebe8915c0b407f781d48275de87571cb356eea
2
SIZE (stone_soup-0.13.1-nodeps.tar.xz) = 9456356
2
SIZE (stone_soup-0.13.2-nodeps.tar.xz) = 9512924

Return to bug 188324