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

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=		stendhal
4
PORTNAME=		stendhal
5
PORTVERSION=		1.16
5
PORTVERSION=		1.17
6
DISTVERSIONSUFFIX=	-src
6
DISTVERSIONSUFFIX=	-src
7
CATEGORIES=		games java
7
CATEGORIES=		games java
8
MASTER_SITES=		SF/arianne/${PORTNAME}/${PORTVERSION}/
8
MASTER_SITES=		SF/arianne/${PORTNAME}/${PORTVERSION}/
Lines 21-27 Link Here
21
USES=			shebangfix
21
USES=			shebangfix
22
22
23
OPTIONS_MULTI=		COMPONENTS
23
OPTIONS_MULTI=		COMPONENTS
24
OPTIONS_MULTI_COMPONENTS= \
24
OPTIONS_MULTI_COMPONENTS=	\
25
			CLIENT SERVER
25
			CLIENT SERVER
26
OPTIONS_DEFAULT=	CLIENT
26
OPTIONS_DEFAULT=	CLIENT
27
27
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (stendhal-1.16-src.tar.gz) = 1d2702f4074a356926e2c4fe07f4d620192663e469f5c42e366815e4efac1f8a
1
SHA256 (stendhal-1.17-src.tar.gz) = 7ca020f71a55d27deea1f26c02733316e8c6900fb21445e7815776e109e6e10e
2
SIZE (stendhal-1.16-src.tar.gz) = 67320865
2
SIZE (stendhal-1.17-src.tar.gz) = 105292169
(-)pkg-plist (-2 lines)
Lines 21-27 Link Here
21
share/stendhal/lib/LICENSES.txt
21
share/stendhal/lib/LICENSES.txt
22
share/stendhal/lib/NOTICE.txt
22
share/stendhal/lib/NOTICE.txt
23
@dir share/stendhal/log
23
@dir share/stendhal/log
24
25
%%CLIENT%%bin/stendhal
24
%%CLIENT%%bin/stendhal
26
%%CLIENT%%man/man1/stendhal.1.gz
25
%%CLIENT%%man/man1/stendhal.1.gz
27
%%CLIENT%%share/pixmaps/stendhal.png
26
%%CLIENT%%share/pixmaps/stendhal.png
Lines 33-39 Link Here
33
%%CLIENT%%share/stendhal/lib/stendhal-music-data.jar
32
%%CLIENT%%share/stendhal/lib/stendhal-music-data.jar
34
%%CLIENT%%share/stendhal/lib/stendhal-sound-data.jar
33
%%CLIENT%%share/stendhal/lib/stendhal-sound-data.jar
35
%%CLIENT%%share/stendhal/lib/stendhal.jar
34
%%CLIENT%%share/stendhal/lib/stendhal.jar
36
37
%%SERVER%%bin/stendhal-server
35
%%SERVER%%bin/stendhal-server
38
%%SERVER%%man/man1/stendhal-server.1.gz
36
%%SERVER%%man/man1/stendhal-server.1.gz
39
%%SERVER%%share/stendhal/data/conf/admins.txt
37
%%SERVER%%share/stendhal/data/conf/admins.txt

Return to bug 201701