diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-12 14:27:52 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-12 14:27:52 +0000 |
commit | 7bacb06ee38d77cc20320a67561f48d7cf65ac23 (patch) | |
tree | a872d82ed041b997ad42c18c7437805764e65e74 /games/glob2 | |
parent | deb33b1a27debe2aaef6ccd1545ecc229f876924 (diff) | |
download | ports-7bacb06ee38d77cc20320a67561f48d7cf65ac23.tar.gz ports-7bacb06ee38d77cc20320a67561f48d7cf65ac23.zip |
Notes
Diffstat (limited to 'games/glob2')
-rw-r--r-- | games/glob2/Makefile | 2 | ||||
-rw-r--r-- | games/glob2/distinfo | 4 | ||||
-rw-r--r-- | games/glob2/files/patch-configure | 20 | ||||
-rw-r--r-- | games/glob2/files/patch-src::Player.cpp | 11 |
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]; - |