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

(-)b/games/crossfire-client/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
1
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
2
2
3
PORTNAME=	crossfire-client
3
PORTNAME=	crossfire-client
4
PORTVERSION=	1.75.0
4
PORTVERSION=	1.75.1
5
CATEGORIES=	games
5
CATEGORIES=	games
6
MASTER_SITES=	SF/crossfire/${PORTNAME}/${PORTVERSION}
6
MASTER_SITES=	SF/crossfire/${PORTNAME}/${PORTVERSION}
7
7
(-)b/games/crossfire-client/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1610585580
1
TIMESTAMP = 1629402842
2
SHA256 (crossfire-client-1.75.0.tar.gz) = f9e320650292e0dae1236c1d14396bf5818428ee5ea23865a9849d203e4368a7
2
SHA256 (crossfire-client-1.75.1.tar.gz) = 9f00342b518f74898afc9ea101e6d3ad030118523dbc6995aa04ce9a4c2c83b7
3
SIZE (crossfire-client-1.75.0.tar.gz) = 1087171
3
SIZE (crossfire-client-1.75.1.tar.gz) = 1276383
(-)a/games/crossfire-client/files/patch-gtk-v2_src_image.c (-11 lines)
Removed Link Here
1
--- gtk-v2/src/image.c.orig	2021-08-18 00:18:54 UTC
2
+++ gtk-v2/src/image.c
3
@@ -164,7 +164,7 @@ static void create_map_image(guint8 *data, PixmapInfo 
4
             *p = (g << 8) | (g << 16) | (g << 24) | *(l + 3);
5
         }
6
 
7
-        for (i=0; i < width * ny; i+= 4) {
8
+        for (i=0; i < width * height; i+= 4) {
9
             guint32 *tmp;
10
 
11
             /*
(-)b/games/crossfire-client/pkg-plist (-5 lines)
Lines 28-34 share/applications/crossfire-client.desktop Link Here
28
%%DATADIR%%/sounds/gong.wav
28
%%DATADIR%%/sounds/gong.wav
29
%%DATADIR%%/sounds/knife.ogg
29
%%DATADIR%%/sounds/knife.ogg
30
%%DATADIR%%/sounds/lightning1.wav
30
%%DATADIR%%/sounds/lightning1.wav
31
%%DATADIR%%/sounds/magic-thorns-2.ogg
32
%%DATADIR%%/sounds/magic.wav
31
%%DATADIR%%/sounds/magic.wav
33
%%DATADIR%%/sounds/miss-1.ogg
32
%%DATADIR%%/sounds/miss-1.ogg
34
%%DATADIR%%/sounds/ouch1.wav
33
%%DATADIR%%/sounds/ouch1.wav
Lines 39-47 share/applications/crossfire-client.desktop Link Here
39
%%DATADIR%%/sounds/sounds.conf
38
%%DATADIR%%/sounds/sounds.conf
40
%%DATADIR%%/sounds/squish.wav
39
%%DATADIR%%/sounds/squish.wav
41
%%DATADIR%%/sounds/step_lth1.ogg
40
%%DATADIR%%/sounds/step_lth1.ogg
42
%%DATADIR%%/sounds/step_lth2.ogg
43
%%DATADIR%%/sounds/step_lth3.ogg
44
%%DATADIR%%/sounds/step_lth4.ogg
45
%%DATADIR%%/sounds/su-fanf.wav
41
%%DATADIR%%/sounds/su-fanf.wav
46
%%DATADIR%%/sounds/swish.wav
42
%%DATADIR%%/sounds/swish.wav
47
%%DATADIR%%/sounds/sword-1.ogg
43
%%DATADIR%%/sounds/sword-1.ogg
48
- 

Return to bug 257953