Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2006 00:07:06 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/92517: [MAINTAINER] games/ceferino: update to 0.97.5
Message-ID:  <200601300007.k0U0768v000157@www.freebsd.org>
Resent-Message-ID: <200601300010.k0U0A23u051656@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92517
>Category:       ports
>Synopsis:       [MAINTAINER] games/ceferino: update to 0.97.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 30 00:10:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Jan 26 23:34:58 PET 2006     
>Description:
- Update to 0.97.5

Removed file(s):
- files/patch-src_nivel.cc    
>How-To-Repeat:
              
>Fix:
--- ceferino-0.97.5.patch begins here ---
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);
- 	}
- 
--- ceferino-0.97.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601300007.k0U0768v000157>