diff options
author | thierry <thierry@FreeBSD.org> | 2006-03-19 05:00:12 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-03-19 05:00:12 +0800 |
commit | f03589336f7c8b33370b490aa634828f24b9479f (patch) | |
tree | 2c42d0619033540bc30eca0fe26c79b9bc17f757 /games/glob2 | |
parent | 7a5b520f069c394858d4066f6fd6e9d2acb17ed2 (diff) | |
download | freebsd-ports-gnome-f03589336f7c8b33370b490aa634828f24b9479f.tar.gz freebsd-ports-gnome-f03589336f7c8b33370b490aa634828f24b9479f.tar.zst freebsd-ports-gnome-f03589336f7c8b33370b490aa634828f24b9479f.zip |
Update to 0.8.19 and make fetchable again.
Changelog at
<http://globulation2.org/wiki/Changes#0.8.19_.28released_20060312.29>.
eported by: pointyhat via Kris
Diffstat (limited to 'games/glob2')
-rw-r--r-- | games/glob2/Makefile | 4 | ||||
-rw-r--r-- | games/glob2/distinfo | 6 | ||||
-rw-r--r-- | games/glob2/files/patch-libgag_src_FileManager.cpp | 45 | ||||
-rw-r--r-- | games/glob2/pkg-message | 2 |
4 files changed, 6 insertions, 51 deletions
diff --git a/games/glob2/Makefile b/games/glob2/Makefile index d3fed7765fe9..7453075600ca 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -6,9 +6,9 @@ # PORTNAME= glob2 -PORTVERSION= 0.8.18 +PORTVERSION= 0.8.19 CATEGORIES= games -MASTER_SITES= http://epfl.ysagoon.com/~glob2/data/ +MASTER_SITES= http://globulation2.org/releases/${PORTVERSION}/ MAINTAINER= thierry@FreeBSD.org COMMENT= Globulation 2 - a free and innovative strategy game diff --git a/games/glob2/distinfo b/games/glob2/distinfo index b1a393e79274..061020cc74f4 100644 --- a/games/glob2/distinfo +++ b/games/glob2/distinfo @@ -1,3 +1,3 @@ -MD5 (glob2-0.8.18.tar.gz) = 7c8136d674b2bed90e91a2971d4d41ca -SHA256 (glob2-0.8.18.tar.gz) = 62baf6ae48cfd82bad82027c607218a11067debb2a639e165917df490e1f46cf -SIZE (glob2-0.8.18.tar.gz) = 9125977 +MD5 (glob2-0.8.19.tar.gz) = 28e7b58d0581d982b2a528454f487bb7 +SHA256 (glob2-0.8.19.tar.gz) = 267a3e4d05ec434514ae834d9ee163ce5aaebfb8c1c217728cc4db7ae9db18bc +SIZE (glob2-0.8.19.tar.gz) = 9405824 diff --git a/games/glob2/files/patch-libgag_src_FileManager.cpp b/games/glob2/files/patch-libgag_src_FileManager.cpp deleted file mode 100644 index 5328524c9d85..000000000000 --- a/games/glob2/files/patch-libgag_src_FileManager.cpp +++ /dev/null @@ -1,45 +0,0 @@ ---- ./libgag/src/FileManager.cpp.orig Sat Dec 10 23:25:19 2005 -+++ ./libgag/src/FileManager.cpp Sat Feb 18 09:52:32 2006 -@@ -86,13 +86,17 @@ - #endif - addDir("."); - -- #ifndef WIN32 -+ #ifndef WIN32 - #ifndef __APPLE__ - /* Find own path - * TODO: Make nicer */ -- -+ - char link[100]; -+ #ifdef __FreeBSD__ -+ char proc[]="/proc/curproc/file"; -+ #else - char proc[]="/proc/self/exe"; -+ #endif - char * pch; - - int linksize = readlink(proc, link, sizeof(link)); -@@ -102,17 +106,17 @@ - } - else - { -- assert ((int)sizeof(link) > linksize); -+ assert ((int)sizeof(link) > linksize); - link[linksize] = '\0'; - -- pch = strrchr(link,'/'); -- if ( (pch-link) > 0) -+ pch = strrchr(link,'/'); -+ if ( (pch-link) > 0) - link[pch-link] = '\0'; - else - link[1] = '\0'; - -- pch = strrchr(link,'/'); -- if ( (pch-link) > 0) -+ pch = strrchr(link,'/'); -+ if ( (pch-link) > 0) - link[pch-link] = '\0'; - - if ((linksize + 13) <= (int)sizeof(link)) diff --git a/games/glob2/pkg-message b/games/glob2/pkg-message index 73d9795f6353..e443149d28f2 100644 --- a/games/glob2/pkg-message +++ b/games/glob2/pkg-message @@ -4,4 +4,4 @@ Anyway, it will not always work, so it is suggested that you type "glob2 --help" and read about command lines arguments. Try to use -G option if you have problems with dri and glx (OpenGL), -or -m if you have problems with sound. +or -m if you have problems with sound, or -C to disable custom cursor. |