diff -ruN --exclude=CVS /usr/ports/games/ceferino/Makefile /usr/ports/games/ceferino-new/Makefile --- /usr/ports/games/ceferino/Makefile Sun Jan 29 08:55:55 2006 +++ /usr/ports/games/ceferino-new/Makefile Sun Jan 29 18:59:00 2006 @@ -6,7 +6,7 @@ # PORTNAME= ceferino -PORTVERSION= 0.97 +PORTVERSION= 0.97.5 CATEGORIES= games MASTER_SITES= http://www.losersjuegos.com.ar/juegos/ceferino/descargas/ diff -ruN --exclude=CVS /usr/ports/games/ceferino/distinfo /usr/ports/games/ceferino-new/distinfo --- /usr/ports/games/ceferino/distinfo Sun Jan 29 08:55:55 2006 +++ /usr/ports/games/ceferino-new/distinfo Sun Jan 29 18:59:48 2006 @@ -1,3 +1,3 @@ -MD5 (ceferino-0.97.tar.gz) = 6479cd63c90ddf725ec1ad215a03d4f8 -SHA256 (ceferino-0.97.tar.gz) = e10b7ea2d85db03197824ad6b48d2efd50b3c51ca0a0b7ef4c89d70bc5c754bc -SIZE (ceferino-0.97.tar.gz) = 2091309 +MD5 (ceferino-0.97.5.tar.gz) = e6e29163dec8e0685833fdc01e00898a +SHA256 (ceferino-0.97.5.tar.gz) = 50b79ccbb251751ed169b5b854681c7c8c65523205ce2abc2bcd1f19b63b1d80 +SIZE (ceferino-0.97.5.tar.gz) = 2367074 diff -ruN --exclude=CVS /usr/ports/games/ceferino/files/patch-src_nivel.cc /usr/ports/games/ceferino-new/files/patch-src_nivel.cc --- /usr/ports/games/ceferino/files/patch-src_nivel.cc Sun Jan 29 06:49:22 2006 +++ /usr/ports/games/ceferino-new/files/patch-src_nivel.cc Wed Dec 31 19:00:00 1969 @@ -1,26 +0,0 @@ ---- src/nivel.cc Sat Jan 28 19:31:44 2006 -+++ src/nivel.cc Sat Jan 28 19:32:49 2006 -@@ -166,7 +166,7 @@ - char tmp[1024]; - - #ifdef WIN32 -- strcpy(tmp, SRC_DIR "/niveles/base.map"); -+ strcpy(tmp, SRC_DIR "/levels/base.map"); - #else - strcpy(tmp, getenv("HOME")); - strcat(tmp, "/"); -@@ -175,12 +175,12 @@ - arch = fopen(tmp, "rb"); - - if (!arch) -- arch = fopen (DATADIR "/niveles/base.map", "rb"); -+ arch = fopen (DATADIR "/levels/base.map", "rb"); - - if (!arch) - { - printf(_("Can't open the file '%s'"), DATADIR\ -- "/niveles/base.map'\n"); -+ "/levels/base.map'\n"); - exit(-1); - } -