1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Update to 3.0a

PR:		124029
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
This commit is contained in:
Martin Wilke 2008-06-03 08:20:59 +00:00
parent 4e486db9b3
commit 02236a7b99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214216
3 changed files with 9 additions and 8 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= foobillard
PORTVERSION= 2.9
PORTREVISION= 7
PORTVERSION= 3.0a
CATEGORIES= games
MASTER_SITES= http://foobillard.sunsite.dk/dnl/

View File

@ -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

View File

@ -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