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

(-)Makefile (-2 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tome4
4
PORTNAME=	tome4
5
PORTVERSION=	1.2.2
5
PORTVERSION=	1.2.3
6
PORTREVISION=	1
7
CATEGORIES=	games
6
CATEGORIES=	games
8
MASTER_SITES=	http://te4.org/dl/t-engine/ \
7
MASTER_SITES=	http://te4.org/dl/t-engine/ \
9
		SF/lifanov-ports-distfiles/${PORTNAME}/:icons
8
		SF/lifanov-ports-distfiles/${PORTNAME}/:icons
Lines 10-15 Link Here
10
DISTFILES=	t-engine4-src-${PORTVERSION}${EXTRACT_SUFX} \
9
DISTFILES=	t-engine4-src-${PORTVERSION}${EXTRACT_SUFX} \
11
		${PORTNAME}.png:icons
10
		${PORTNAME}.png:icons
12
EXTRACT_ONLY=	t-engine4-src-${PORTVERSION}${EXTRACT_SUFX}
11
EXTRACT_ONLY=	t-engine4-src-${PORTVERSION}${EXTRACT_SUFX}
12
PLIST_SUB=	PORTVERSION=${PORTVERSION}
13
13
14
MAINTAINER=	lifanov@mail.lifanov.com
14
MAINTAINER=	lifanov@mail.lifanov.com
15
COMMENT=	Epic tactical turn-based roguelike adventure
15
COMMENT=	Epic tactical turn-based roguelike adventure
(-)distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (t-engine4-src-1.2.2.tar.bz2) = 6d5706636efac1418828c4cc56b61b277848ccc2bdee0edf67ce9dbfd23c7995
1
SHA256 (t-engine4-src-1.2.3.tar.bz2) = 677b51cf7fce4af2baf0fd55dc3aa201a31a6247f4a5cb13a5833dad2db2691d
2
SIZE (t-engine4-src-1.2.2.tar.bz2) = 278797999
2
SIZE (t-engine4-src-1.2.3.tar.bz2) = 278796007
3
SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36
3
SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36
4
SIZE (tome4.png) = 37143
4
SIZE (tome4.png) = 37143
(-)pkg-plist (-5 / +5 lines)
Lines 4-13 Link Here
4
%%DATADIR%%/game/addons/tome-addon-dev.teaa
4
%%DATADIR%%/game/addons/tome-addon-dev.teaa
5
%%DATADIR%%/game/addons/tome-items-vault.teaa
5
%%DATADIR%%/game/addons/tome-items-vault.teaa
6
%%DATADIR%%/game/addons/tome-stone-wardens.teaa
6
%%DATADIR%%/game/addons/tome-stone-wardens.teaa
7
%%DATADIR%%/game/engines/te4-1.2.2.teae
7
%%DATADIR%%/game/engines/te4-%%PORTVERSION%%.teae
8
%%DATADIR%%/game/loader/init.lua
8
%%DATADIR%%/game/loader/init.lua
9
%%DATADIR%%/game/loader/pre-init.lua
9
%%DATADIR%%/game/loader/pre-init.lua
10
%%DATADIR%%/game/modules/boot-te4-1.2.2.team
10
%%DATADIR%%/game/modules/boot-te4-%%PORTVERSION%%.team
11
%%DATADIR%%/game/modules/example/class/Actor.lua
11
%%DATADIR%%/game/modules/example/class/Actor.lua
12
%%DATADIR%%/game/modules/example/class/Game.lua
12
%%DATADIR%%/game/modules/example/class/Game.lua
13
%%DATADIR%%/game/modules/example/class/Grid.lua
13
%%DATADIR%%/game/modules/example/class/Grid.lua
Lines 56-64 Link Here
56
%%DATADIR%%/game/modules/example_realtime/dialogs/Quit.lua
56
%%DATADIR%%/game/modules/example_realtime/dialogs/Quit.lua
57
%%DATADIR%%/game/modules/example_realtime/init.lua
57
%%DATADIR%%/game/modules/example_realtime/init.lua
58
%%DATADIR%%/game/modules/example_realtime/load.lua
58
%%DATADIR%%/game/modules/example_realtime/load.lua
59
%%DATADIR%%/game/modules/tome-1.2.2-gfx.team
59
%%DATADIR%%/game/modules/tome-%%PORTVERSION%%-gfx.team
60
%%DATADIR%%/game/modules/tome-1.2.2-music.team
60
%%DATADIR%%/game/modules/tome-%%PORTVERSION%%-music.team
61
%%DATADIR%%/game/modules/tome-1.2.2.team
61
%%DATADIR%%/game/modules/tome-%%PORTVERSION%%.team
62
%%DATADIR%%/game/profile-thread/Client.lua
62
%%DATADIR%%/game/profile-thread/Client.lua
63
%%DATADIR%%/game/profile-thread/UserChat.lua
63
%%DATADIR%%/game/profile-thread/UserChat.lua
64
%%DATADIR%%/game/profile-thread/init.lua
64
%%DATADIR%%/game/profile-thread/init.lua

Return to bug 191723