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

(-)/usr/ports/games/ceferino-new/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ceferino
8
PORTNAME=	ceferino
9
PORTVERSION=	0.97
9
PORTVERSION=	0.97.5
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://www.losersjuegos.com.ar/juegos/ceferino/descargas/
11
MASTER_SITES=	http://www.losersjuegos.com.ar/juegos/ceferino/descargas/
12
12
(-)/usr/ports/games/ceferino-new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ceferino-0.97.tar.gz) = 6479cd63c90ddf725ec1ad215a03d4f8
1
MD5 (ceferino-0.97.5.tar.gz) = e6e29163dec8e0685833fdc01e00898a
2
SHA256 (ceferino-0.97.tar.gz) = e10b7ea2d85db03197824ad6b48d2efd50b3c51ca0a0b7ef4c89d70bc5c754bc
2
SHA256 (ceferino-0.97.5.tar.gz) = 50b79ccbb251751ed169b5b854681c7c8c65523205ce2abc2bcd1f19b63b1d80
3
SIZE (ceferino-0.97.tar.gz) = 2091309
3
SIZE (ceferino-0.97.5.tar.gz) = 2367074
(-)/usr/ports/games/ceferino-new/files/patch-src_nivel.cc (-26 lines)
Lines 1-26 Link Here
1
--- src/nivel.cc	Sat Jan 28 19:31:44 2006
2
+++ src/nivel.cc	Sat Jan 28 19:32:49 2006
3
@@ -166,7 +166,7 @@
4
 	char tmp[1024];
5
 
6
 #ifdef WIN32
7
-	strcpy(tmp, SRC_DIR "/niveles/base.map");
8
+	strcpy(tmp, SRC_DIR "/levels/base.map");
9
 #else
10
 	strcpy(tmp, getenv("HOME"));
11
 	strcat(tmp, "/");
12
@@ -175,12 +175,12 @@
13
 	arch = fopen(tmp, "rb");
14
 
15
 	if (!arch)
16
-		arch = fopen (DATADIR "/niveles/base.map", "rb");
17
+		arch = fopen (DATADIR "/levels/base.map", "rb");
18
 
19
 	if (!arch)
20
 	{
21
 		printf(_("Can't open the file '%s'"), DATADIR\
22
-				"/niveles/base.map'\n");
23
+				"/levels/base.map'\n");
24
 		exit(-1);
25
 	}
26
 

Return to bug 92517