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

Collapse All | Expand All

(-)Makefile (-7 / +13 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	wesnoth
8
PORTNAME=	wesnoth
9
PORTVERSION=	1.9.7
9
PORTVERSION=	1.9.9
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
12
		http://files.wesnoth.org/
12
		http://files.wesnoth.org/
Lines 15-24 Link Here
15
MAINTAINER=	philip@FreeBSD.org
15
MAINTAINER=	philip@FreeBSD.org
16
COMMENT=	A fantasy turn-based strategy game
16
COMMENT=	A fantasy turn-based strategy game
17
17
18
EXTRACT_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/x11-fonts/junicode:extract
18
LIB_DEPENDS=	boost_thread.4:${PORTSDIR}/devel/boost-libs
19
LIB_DEPENDS=	boost_thread.4:${PORTSDIR}/devel/boost-libs
19
RUN_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/x11-fonts/junicode:extract
20
21
BROKEN=		incomplete plist
22
20
23
LICENSE=	GPLv2 GPLv3
21
LICENSE=	GPLv2 GPLv3
24
LICENSE_COMB=	dual
22
LICENSE_COMB=	dual
Lines 27-33 Link Here
27
CONFLICTS=	wesnoth-[0-9]*
25
CONFLICTS=	wesnoth-[0-9]*
28
26
29
USE_SDL=	image mixer net ttf
27
USE_SDL=	image mixer net ttf
30
USE_GNOME=	pango
28
USE_GNOME=	pango desktopfileutils
31
MAKE_JOBS_SAFE=	yes
29
MAKE_JOBS_SAFE=	yes
32
USE_BZIP2=	yes
30
USE_BZIP2=	yes
33
USE_CMAKE=	yes
31
USE_CMAKE=	yes
Lines 97-105 Link Here
97
.else
95
.else
98
CMAKE_ARGS+=	-DENABLE_NLS=on -DLOCALEDIR=${PREFIX}/share/locale
96
CMAKE_ARGS+=	-DENABLE_NLS=on -DLOCALEDIR=${PREFIX}/share/locale
99
USE_GETTEXT=	yes
97
USE_GETTEXT=	yes
100
MANLANG=	"" cs de en_GB et fi fr gl hu id it ja lt pl pt_BR sk \
98
MANLANG=	"" cs de en_GB et fr gl hu id lt pl sk \
101
		sr sr@ijekavian sr@ijekavianlatin sr@latin zh_CN zh_TW
99
		zh_CN zh_TW
102
_MANPAGES+=	${PREFIX}/man/es/man6/wesnothd.6 \
100
_MANPAGES+=	${PREFIX}/man/es/man6/wesnothd.6 \
101
		${PREFIX}/man/fi/man6/wesnothd.6 \
102
		${PREFIX}/man/it/man6/wesnothd.6 \
103
		${PREFIX}/man/ja/man6/wesnothd.6 \
104
		${PREFIX}/man/pt_BR/man6/wesnothd.6 \
105
		${PREFIX}/man/sr/man6/wesnothd.6 \
106
		${PREFIX}/man/sr@ijekavian/man6/wesnothd.6 \
107
		${PREFIX}/man/sr@ijekavianlatin/man6/wesnothd.6 \
108
		${PREFIX}/man/sr@latin/man6/wesnothd.6 \
103
		${PREFIX}/man/tr/man6/wesnothd.6
109
		${PREFIX}/man/tr/man6/wesnothd.6
104
PLIST_SUB+=	NLS=""
110
PLIST_SUB+=	NLS=""
105
.endif
111
.endif
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (wesnoth-1.9.7.tar.bz2) = ced4a5f88d650a97e547dfec153c89da04c565b2d705ef0920dbc000338f4492
1
SHA256 (wesnoth-1.9.9.tar.bz2) = 271cc410d43d56e3f5ee10252a2e1b434c8b42322df619a1d979dbf486d9ab71
2
SIZE (wesnoth-1.9.7.tar.bz2) = 338021134
2
SIZE (wesnoth-1.9.9.tar.bz2) = 340588943
(-)pkg-plist (+2 lines)
Lines 2-7 Link Here
2
%%TOOLS%%bin/cutter
2
%%TOOLS%%bin/cutter
3
%%TOOLS%%bin/exploder
3
%%TOOLS%%bin/exploder
4
bin/wesnoth
4
bin/wesnoth
5
bin/schema_generator
6
bin/schema_validator
5
%%PYTHON%%%%TOOLS%%bin/wesnoth_addon_manager
7
%%PYTHON%%%%TOOLS%%bin/wesnoth_addon_manager
6
%%TESTS%%bin/wesnoth_test
8
%%TESTS%%bin/wesnoth_test
7
%%SERVER%%bin/wesnothd
9
%%SERVER%%bin/wesnothd

Return to bug 160798