aboutsummaryrefslogtreecommitdiffstats
path: root/games/ceferino
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2006-02-01 20:08:00 +0800
committerbarner <barner@FreeBSD.org>2006-02-01 20:08:00 +0800
commit61923b00944467a878358fc927be98120f93901c (patch)
treef3de6a7776bbf6c84a8531902fa892a3239166a5 /games/ceferino
parentcd4b7673e56956d1b47bef4a3aa979e7c14d3677 (diff)
downloadfreebsd-ports-61923b00944467a878358fc927be98120f93901c.tar.gz
freebsd-ports-61923b00944467a878358fc927be98120f93901c.tar.zst
freebsd-ports-61923b00944467a878358fc927be98120f93901c.zip
- Update to 0.97.5
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) PR: ports/92517
Diffstat (limited to 'games/ceferino')
-rw-r--r--games/ceferino/Makefile2
-rw-r--r--games/ceferino/distinfo6
-rw-r--r--games/ceferino/files/patch-src_nivel.cc26
3 files changed, 4 insertions, 30 deletions
diff --git a/games/ceferino/Makefile b/games/ceferino/Makefile
index a2f58f36a513..f73a9290da70 100644
--- a/games/ceferino/Makefile
+++ b/games/ceferino/Makefile
@@ -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 --git a/games/ceferino/distinfo b/games/ceferino/distinfo
index c2926931ad06..f0df65404e4c 100644
--- a/games/ceferino/distinfo
+++ b/games/ceferino/distinfo
@@ -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 --git a/games/ceferino/files/patch-src_nivel.cc b/games/ceferino/files/patch-src_nivel.cc
deleted file mode 100644
index 39bf5a35f8a9..000000000000
--- a/games/ceferino/files/patch-src_nivel.cc
+++ /dev/null
@@ -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);
- }
-