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

Collapse All | Expand All

(-)gemrb/Makefile (-2 / +3 lines)
Lines 2-10 Link Here
2
# $FreeBSD: games/gemrb/Makefile 327730 2013-09-20 17:36:33Z bapt $
2
# $FreeBSD: games/gemrb/Makefile 327730 2013-09-20 17:36:33Z bapt $
3
3
4
PORTNAME=	gemrb
4
PORTNAME=	gemrb
5
PORTVERSION=	0.8.0
5
PORTVERSION=	0.8.0.1
6
CATEGORIES=	games emulators
6
CATEGORIES=	games emulators
7
MASTER_SITES=	SF/${PORTNAME}/GemRB%20Sources/GemRB%20${PORTVERSION}%20Sources
7
MASTER_SITES=	SF/${PORTNAME}/GemRB%20Sources/GemRB%20${PORTVERSION:.1=}%20Sources
8
8
9
MAINTAINER=	beyert@cs.ucr.edu
9
MAINTAINER=	beyert@cs.ucr.edu
10
COMMENT=	GemRB (Game engine made with preRendered Background)
10
COMMENT=	GemRB (Game engine made with preRendered Background)
Lines 23-28 Link Here
23
CFLAGS+=	-L${LOCALBASE}/lib -I${LOCALBASE}/include
23
CFLAGS+=	-L${LOCALBASE}/lib -I${LOCALBASE}/include
24
CMAKE_C_FLAGS=	${CFLAGS}
24
CMAKE_C_FLAGS=	${CFLAGS}
25
CMAKE_ARGS=	-DDOC_DIR="${DOCSDIR}" -DMAN_DIR="${MAN6PREFIX}/man/man6/" -DDISABLE_WERROR=1 -DINSOURCEBUILD=1
25
CMAKE_ARGS=	-DDOC_DIR="${DOCSDIR}" -DMAN_DIR="${MAN6PREFIX}/man/man6/" -DDISABLE_WERROR=1 -DINSOURCEBUILD=1
26
INSTALLS_ICONS=	yes
26
27
27
NO_STAGE=	yes
28
NO_STAGE=	yes
28
.include <bsd.port.options.mk>
29
.include <bsd.port.options.mk>
(-)gemrb/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gemrb-0.8.0.tar.gz) = 085af5d20e5ac4d587b3f26bb3878a0a5478e3ef8b317c4907d298c3aae1de29
1
SHA256 (gemrb-0.8.0.1.tar.gz) = 4d4fb00b09789c6de7e0959e7d7a1ccf6fc2aa6d0c86c4a6b35c45a2e9f5316d
2
SIZE (gemrb-0.8.0.tar.gz) = 12231959
2
SIZE (gemrb-0.8.0.1.tar.gz) = 12303524

Return to bug 184077