summaryrefslogtreecommitdiff
path: root/games/glob2
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-06-12 14:27:52 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-06-12 14:27:52 +0000
commit7bacb06ee38d77cc20320a67561f48d7cf65ac23 (patch)
treea872d82ed041b997ad42c18c7437805764e65e74 /games/glob2
parentAdd EXTRACT_ONLY (diff)
Upgrade to Alpha 6.
Notes
Notes: svn path=/head/; revision=111341
Diffstat (limited to 'games/glob2')
-rw-r--r--games/glob2/Makefile2
-rw-r--r--games/glob2/distinfo4
-rw-r--r--games/glob2/files/patch-configure20
-rw-r--r--games/glob2/files/patch-src::Player.cpp11
4 files changed, 3 insertions, 34 deletions
diff --git a/games/glob2/Makefile b/games/glob2/Makefile
index a03e40b69671..2049f2293d5e 100644
--- a/games/glob2/Makefile
+++ b/games/glob2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= glob2
-PORTVERSION= 0.8.5
+PORTVERSION= 0.8.6
CATEGORIES= games
MASTER_SITES= http://www.ysagoon.com/glob2/data/
diff --git a/games/glob2/distinfo b/games/glob2/distinfo
index 8839fa0d45d2..d359e67f8745 100644
--- a/games/glob2/distinfo
+++ b/games/glob2/distinfo
@@ -1,2 +1,2 @@
-MD5 (glob2-0.8.5.tar.gz) = 2f304a15609880550e8972f8f2c75c8d
-SIZE (glob2-0.8.5.tar.gz) = 3989770
+MD5 (glob2-0.8.6.tar.gz) = f21d9c8ca7c743c5d5e947d8d639acd9
+SIZE (glob2-0.8.6.tar.gz) = 4047199
diff --git a/games/glob2/files/patch-configure b/games/glob2/files/patch-configure
deleted file mode 100644
index 8ec0aaaf91b5..000000000000
--- a/games/glob2/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Tue Mar 30 19:40:13 2004
-+++ configure Thu Apr 22 22:04:32 2004
-@@ -4096,7 +4096,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lSDL_image $LIBS"
-+LIBS="-lSDL_image $SDL_LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -4167,7 +4167,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lSDL_net $LIBS"
-+LIBS="-lSDL_net $SDL_LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
diff --git a/games/glob2/files/patch-src::Player.cpp b/games/glob2/files/patch-src::Player.cpp
deleted file mode 100644
index 8e2138e73d34..000000000000
--- a/games/glob2/files/patch-src::Player.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Player.cpp.orig Sun Mar 21 18:16:45 2004
-+++ ./src/Player.cpp Wed Apr 21 23:11:01 2004
-@@ -252,7 +252,7 @@
- // (we could uses two differents check sums, but the framework would be heavier)
- //cs^=netPort;
-
-- int l=strnlen(name, 32);
-+ int l=strlen(name);
- for (int i=0; i<l; i++)
- cs^=name[i];
-