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

(-)/usr/ports/games/openttd/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	openttd
8
PORTNAME=	openttd
9
PORTVERSION=	1.0.3
9
PORTVERSION=	1.0.4
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://gb.binaries.openttd.org/binaries/releases/${PORTVERSION}/ \
11
MASTER_SITES=	http://gb.binaries.openttd.org/binaries/releases/${PORTVERSION}/ \
12
		#SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
12
		#SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
Lines 36-42 Link Here
36
.if defined(WITH_DEDICATED_SERVER_ONLY)
36
.if defined(WITH_DEDICATED_SERVER_ONLY)
37
CONFIGURE_ARGS+=	--enable-dedicated
37
CONFIGURE_ARGS+=	--enable-dedicated
38
# Aid it to find lzo2 headers; client build gets it via sdl-config
38
# Aid it to find lzo2 headers; client build gets it via sdl-config
39
CONFIGURE_ENV=	CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include"
39
CXXFLAGS+="${CXXFLAGS} -I${LOCALBASE}/include"
40
.else
40
.else
41
LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2 \
41
LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2 \
42
		fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
42
		fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
(-)/usr/ports/games/openttd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (openttd-1.0.3-source.tar.bz2) = cff60c624913a491ed3c91474e845722
1
MD5 (openttd-1.0.4-source.tar.bz2) = e11e81bee589c04abd3cc4f3fafcb2b1
2
SHA256 (openttd-1.0.3-source.tar.bz2) = f52f2381c678de024d26ee465c8203323eb3484300c4dc182c0d68c439ee8c57
2
SHA256 (openttd-1.0.4-source.tar.bz2) = 2c6b1c314f6d5e2d72543cad78769d47837d59b69c98c4356d0076498db6426c
3
SIZE (openttd-1.0.3-source.tar.bz2) = 5395672
3
SIZE (openttd-1.0.4-source.tar.bz2) = 5684460

Return to bug 151090