From user@blg.akavia.ru  Tue May 27 11:25:30 2008
Return-Path: <user@blg.akavia.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 304CE106567F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 May 2008 11:25:30 +0000 (UTC)
	(envelope-from user@blg.akavia.ru)
Received: from blg.akavia.ru (blg.akavia.ru [62.33.174.250])
	by mx1.freebsd.org (Postfix) with ESMTP id 4F54A8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 May 2008 11:25:27 +0000 (UTC)
	(envelope-from user@blg.akavia.ru)
Received: from blg.akavia.ru (localhost [127.0.0.1])
	by blg.akavia.ru (8.14.2/8.14.2) with ESMTP id m4RBPH2Z019003;
	Tue, 27 May 2008 21:25:17 +1000 (YAKST)
	(envelope-from user@blg.akavia.ru)
Received: (from root@localhost)
	by blg.akavia.ru (8.14.2/8.14.2/Submit) id m4RBPEhN019002;
	Tue, 27 May 2008 21:25:14 +1000 (YAKST)
	(envelope-from user)
Message-Id: <200805271125.m4RBPEhN019002@blg.akavia.ru>
Date: Tue, 27 May 2008 21:25:14 +1000 (YAKST)
From: Alexander Logvinov <ports@logvinov.com>
Reply-To: Alexander Logvinov <ports@logvinov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: thomas@bsdunix.ch
Subject: [PATCH] games/foobillard: update to 3.0a
X-Send-Pr-Version: 3.113
X-GNATS-Notify: thomas@bsdunix.ch

>Number:         124029
>Category:       ports
>Synopsis:       [PATCH] games/foobillard: update to 3.0a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 27 11:30:00 UTC 2008
>Closed-Date:    Tue Jun 03 08:21:11 UTC 2008
>Last-Modified:  Tue Jun  3 10:10:07 UTC 2008
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:

>Description:

  Update to 3.0a
    
>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/games/foobillard/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	19 Apr 2008 17:49:01 -0000	1.20
+++ Makefile	27 May 2008 11:21:13 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	foobillard
-PORTVERSION=	2.9
-PORTREVISION=	7
+PORTVERSION=	3.0a
 CATEGORIES=	games
 MASTER_SITES=	http://foobillard.sunsite.dk/dnl/
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/games/foobillard/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	22 Jan 2006 11:18:08 -0000	1.6
+++ distinfo	27 May 2008 11:21:13 -0000
@@ -1,3 +1,3 @@
-MD5 (foobillard-2.9.tar.gz) = b8b10d7d3ade07a9e0c497165beadbca
-SHA256 (foobillard-2.9.tar.gz) = 4d1919f38ed0816366d330aca3ffaa7a8575491f98f3230e36f9a594b1691ab1
-SIZE (foobillard-2.9.tar.gz) = 1136620
+MD5 (foobillard-3.0a.tar.gz) = c2d92edeaaf8bfb18aa26f1c79931b7d
+SHA256 (foobillard-3.0a.tar.gz) = d05807077bdba32c4ca1d369344ac983675dc859cb7b192fca4196f23b89b137
+SIZE (foobillard-3.0a.tar.gz) = 1138477
Index: files/patch-sys_stuff.c
===================================================================
RCS file: /home/pcvs/ports/games/foobillard/files/patch-sys_stuff.c,v
retrieving revision 1.2
diff -u -r1.2 patch-sys_stuff.c
--- files/patch-sys_stuff.c	16 Nov 2003 18:56:32 -0000	1.2
+++ files/patch-sys_stuff.c	27 May 2008 11:21:13 -0000
@@ -1,11 +1,13 @@
---- src/sys_stuff.c.orig	Sat Nov 15 21:24:23 2003
-+++ src/sys_stuff.c	Sat Nov 15 21:25:20 2003
-@@ -5,7 +5,7 @@
+--- src/sys_stuff.c.orig	2008-05-27 21:00:17.000000000 +1000
++++ src/sys_stuff.c	2008-05-27 21:00:25.000000000 +1000
+@@ -7,8 +7,8 @@
  #ifndef USE_SDL
  #include <GL/glut.h>
  #else
 -#include <SDL/SDL.h>
+-#include <SDL/SDL_syswm.h>
 +#include <SDL.h>
++#include <SDL_syswm.h>
  #include <GL/gl.h>
  #include <GL/glu.h>
  #endif
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue May 27 11:30:07 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: thomas@bsdunix.ch
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/124029: [PATCH] games/foobillard: update to 3.0a
Date: Tue, 27 May 2008 11:30:06 UT

 Maintainer of games/foobillard,
 
 Please note that PR ports/124029 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124029
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Thomas Vogt <thomas@bsdunix.ch>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124029: [PATCH] games/foobillard: update to 3.0a
Date: Tue, 3 Jun 2008 04:25:34 +0200

 Hello
 
 Am 27.05.2008 um 13:30 schrieb Edwin Groothuis:
 > Maintainer of games/foobillard,
 >
 > Please note that PR ports/124029 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124029
 
 Please commit it. Looks ok and works for me. Thank you for the patch.
 
 Regards,
 Thomas Vogt
 
 
 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Tue Jun 3 02:50:42 UTC 2008 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124029 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jun 3 08:21:10 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124029: commit references a PR
Date: Tue,  3 Jun 2008 08:21:03 +0000 (UTC)

 miwi        2008-06-03 08:20:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/foobillard     Makefile distinfo 
     games/foobillard/files patch-sys_stuff.c 
   Log:
   - Update to 3.0a
   
   PR:             124029
   Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
   
   Revision  Changes    Path
   1.21      +1 -2      ports/games/foobillard/Makefile
   1.7       +3 -3      ports/games/foobillard/distinfo
   1.3       +5 -3      ports/games/foobillard/files/patch-sys_stuff.c
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124029: commit references a PR
Date: Tue,  3 Jun 2008 10:05:18 +0000 (UTC)

 miwi        2008-06-03 08:20:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/foobillard     Makefile distinfo 
     games/foobillard/files patch-sys_stuff.c 
   Log:
   - Update to 3.0a
   
   PR:             124029
   Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
   
   Revision  Changes    Path
   1.21      +1 -2      ports/games/foobillard/Makefile
   1.7       +3 -3      ports/games/foobillard/distinfo
   1.3       +5 -3      ports/games/foobillard/files/patch-sys_stuff.c
 _______________________________________________
 cvs-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-ports
 To unsubscribe, send any mail to "cvs-ports-unsubscribe@freebsd.org"
 
 
 _______________________________________________
 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:
