From amdmi3@amdmi3.ru  Mon Dec 17 06:50:42 2007
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9ACDF16A418
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Dec 2007 06:50:42 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from cp65.agava.net (cp65.agava.net [89.108.66.215])
	by mx1.freebsd.org (Postfix) with ESMTP id 3528F13C47E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Dec 2007 06:50:42 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.63 (FreeBSD))
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1J49pB-000PXQ-TJ
	for FreeBSD-gnats-submit@freebsd.org; Mon, 17 Dec 2007 09:51:37 +0300
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 68D5B72A4
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Dec 2007 09:50:50 +0300 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 6BA8E17023; Mon, 17 Dec 2007 09:50:43 +0300 (MSK)
Message-Id: <20071217065043.6BA8E17023@hades.panopticon>
Date: Mon, 17 Dec 2007 09:50:43 +0300 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
Reply-To: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] games/kobodeluxe: update to 0.4.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         118764
>Category:       ports
>Synopsis:       [MAINTAINER] games/kobodeluxe: update to 0.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 17 07:00:01 UTC 2007
>Closed-Date:    Tue Dec 18 18:52:50 UTC 2007
>Last-Modified:  Tue Dec 18 19:00:14 UTC 2007
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-BETA4 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-BETA4 FreeBSD 7.0-BETA4 #1: Sat Dec 15 21:44:40 MSK 2007 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
* Update to 0.4.1
>How-To-Repeat:
>Fix:

--- kobodeluxe.patch begins here ---
diff -ruN kobodeluxe.orig/Makefile kobodeluxe/Makefile
--- kobodeluxe.orig/Makefile	2007-12-11 23:48:27.000000000 +0300
+++ kobodeluxe/Makefile	2007-12-17 08:15:55.000000000 +0300
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	kobodeluxe
-DISTVERSION=	0.4pre10
-PORTREVISION=	1
+DISTVERSION=	0.4.1
 CATEGORIES=	games
 MASTER_SITES=	http://olofson.net/kobodl/download/ \
 		http://www.amdmi3.ru/distfiles/
@@ -16,15 +15,19 @@
 MAINTAINER=	amdmi3@amdmi3.ru
 COMMENT=	An SDL port of the scrolling game XKobo
 
+USE_BZIP2=	yes
 USE_SDL=	image sdl
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
+			--sharedstatedir=${SCOREDIR}
 
 MAN6=		kobodl.6
 
 SCOREDIR=	/var/games/${PORTNAME}
 PLIST_SUB=	SCOREDIR="${SCOREDIR}"
 
+DATADIR=	${PREFIX}/share/kobo-deluxe
+
 OPTIONS=	OPENGL "OpenGL rendering layer (experimental)" off
 
 .include <bsd.port.pre.mk>
diff -ruN kobodeluxe.orig/distinfo kobodeluxe/distinfo
--- kobodeluxe.orig/distinfo	2007-12-11 23:48:27.000000000 +0300
+++ kobodeluxe/distinfo	2007-12-11 23:51:06.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (KoboDeluxe-0.4pre10.tar.gz) = 6c075837ae680bf5490c1fc4279dcc8b
-SHA256 (KoboDeluxe-0.4pre10.tar.gz) = b68d5977e9ef447285002a1d4eac0b3319c9f7f6f261028d6a7dfd0bcebe513a
-SIZE (KoboDeluxe-0.4pre10.tar.gz) = 800650
+MD5 (KoboDeluxe-0.4.1.tar.bz2) = 49a36c1cef7ec1acee4ab67a2468fd85
+SHA256 (KoboDeluxe-0.4.1.tar.bz2) = ccb25febf6ab3ffbf93fb0bb3ff3f778735a97328d75420fb4c06cac544aaa57
+SIZE (KoboDeluxe-0.4.1.tar.bz2) = 802115
diff -ruN kobodeluxe.orig/files/patch-gamestate.h kobodeluxe/files/patch-gamestate.h
--- kobodeluxe.orig/files/patch-gamestate.h	2007-12-11 23:48:27.000000000 +0300
+++ kobodeluxe/files/patch-gamestate.h	1970-01-01 03:00:00.000000000 +0300
@@ -1,11 +0,0 @@
---- gamestate.h.orig	Sun Apr 28 05:48:59 2002
-+++ gamestate.h	Sat Sep 30 23:58:17 2006
-@@ -24,6 +24,8 @@
- 
- #include "window.h"
- 
-+class gamestatemanager_t;
-+
- class gamestate_t
- {
- 	friend class gamestatemanager_t;
diff -ruN kobodeluxe.orig/pkg-plist kobodeluxe/pkg-plist
--- kobodeluxe.orig/pkg-plist	2007-12-11 23:48:27.000000000 +0300
+++ kobodeluxe/pkg-plist	2007-12-17 09:49:39.000000000 +0300
@@ -1,55 +1,55 @@
 bin/kobodl
-%%DATADIR%%/gfx/bigship.pcx
+%%DATADIR%%/gfx/bigship.png
+%%DATADIR%%/gfx/bolt.png
 %%DATADIR%%/gfx/brushes.png
-%%DATADIR%%/gfx/bullets.pcx
+%%DATADIR%%/gfx/bullets.png
 %%DATADIR%%/gfx/counter.png
+%%DATADIR%%/gfx/deluxe.png
+%%DATADIR%%/gfx/explo1b.png
+%%DATADIR%%/gfx/explo2b.png
+%%DATADIR%%/gfx/focusfx.png
 %%DATADIR%%/gfx/font2b.png
 %%DATADIR%%/gfx/font3b.png
 %%DATADIR%%/gfx/font4b.png
+%%DATADIR%%/gfx/hitnoise.png
 %%DATADIR%%/gfx/loading.png
-%%DATADIR%%/gfx/logo3.png
-%%DATADIR%%/gfx/noise.pcx
+%%DATADIR%%/gfx/logo.png
+%%DATADIR%%/gfx/logomask.png
+%%DATADIR%%/gfx/microfont.png
+%%DATADIR%%/gfx/noise.png
 %%DATADIR%%/gfx/screen.png
-%%DATADIR%%/gfx/sprites.pcx
-%%DATADIR%%/gfx/tiles.pcx
-%%DATADIR%%/gfx/tube1.png
-%%DATADIR%%/gfx/tube2.png
+%%DATADIR%%/gfx/sprites.png
+%%DATADIR%%/gfx/tiles.png
 %%DATADIR%%/sfx/aguitar1.agw
-%%DATADIR%%/sfx/ballad1.agw
-%%DATADIR%%/sfx/ballad1.mid
-%%DATADIR%%/sfx/bassdrum3.agw
 %%DATADIR%%/sfx/bassdrum5.agw
 %%DATADIR%%/sfx/beam.raw
 %%DATADIR%%/sfx/bomb.raw
-%%DATADIR%%/sfx/bongo1.agw
 %%DATADIR%%/sfx/brass2.agw
+%%DATADIR%%/sfx/breakdown1.agw
 %%DATADIR%%/sfx/bubble.raw
 %%DATADIR%%/sfx/bzzzt1.agw
 %%DATADIR%%/sfx/claps1.agw
 %%DATADIR%%/sfx/edge2.agw
-%%DATADIR%%/sfx/elecbass2.agw
 %%DATADIR%%/sfx/enemym.raw
 %%DATADIR%%/sfx/expl.raw
 %%DATADIR%%/sfx/expl2.raw
-%%DATADIR%%/sfx/expl3.raw
-%%DATADIR%%/sfx/fine.raw
 %%DATADIR%%/sfx/gameover1.agw
 %%DATADIR%%/sfx/hardsync1.agw
 %%DATADIR%%/sfx/kobosfx.h
 %%DATADIR%%/sfx/launch.agw
 %%DATADIR%%/sfx/launch2.agw
-%%DATADIR%%/sfx/marimba2.agw
 %%DATADIR%%/sfx/metallic.raw
+%%DATADIR%%/sfx/missile1.agw
 %%DATADIR%%/sfx/music.agw
-%%DATADIR%%/sfx/noiseburst1.agw
+%%DATADIR%%/sfx/music_c.agw
 %%DATADIR%%/sfx/noiseburst2.agw
 %%DATADIR%%/sfx/oneup.raw
-%%DATADIR%%/sfx/phattpad1.agw
 %%DATADIR%%/sfx/phattpad2.agw
 %%DATADIR%%/sfx/ready1.agw
 %%DATADIR%%/sfx/ring.raw
+%%DATADIR%%/sfx/save_waves.agw
 %%DATADIR%%/sfx/sfx.agw
-%%DATADIR%%/sfx/shot.raw
+%%DATADIR%%/sfx/sfx_c.agw
 %%DATADIR%%/sfx/sine.agw
 %%DATADIR%%/sfx/snare1.agw
 %%DATADIR%%/sfx/synbass1.agw
@@ -58,8 +58,9 @@
 %%DATADIR%%/sfx/thunder1.agw
 %%DATADIR%%/sfx/trance1.agw
 %%DATADIR%%/sfx/trance1.mid
-@exec install -d -o root -g games -m 775 %%SCOREDIR%%
-@unexec rmdir %%SCOREDIR%% 2>/dev/null || true
+%%DATADIR%%/sfx/trance1_c.agw
 @dirrm %%DATADIR%%/sfx
 @dirrm %%DATADIR%%/gfx
 @dirrm %%DATADIR%%
+@exec install -d -o root -g games -m 775 %%SCOREDIR%%
+@dirrmtry %%SCOREDIR%%
--- kobodeluxe.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Dec 17 07:00:14 UTC 2007 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118764 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Dec 18 18:52:49 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118764 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118764: commit references a PR
Date: Tue, 18 Dec 2007 18:52:46 +0000 (UTC)

 miwi        2007-12-18 18:52:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/kobodeluxe     Makefile distinfo pkg-plist 
   Removed files:
     games/kobodeluxe/files patch-gamestate.h 
   Log:
   - Update to 0.2.1
   
   PR:             118764
   Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
   
   Revision  Changes    Path
   1.19      +6 -3      ports/games/kobodeluxe/Makefile
   1.6       +3 -3      ports/games/kobodeluxe/distinfo
   1.2       +0 -11     ports/games/kobodeluxe/files/patch-gamestate.h (dead)
   1.4       +22 -21    ports/games/kobodeluxe/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
