summaryrefslogtreecommitdiff
path: root/games/xlifegame
diff options
context:
space:
mode:
Diffstat (limited to 'games/xlifegame')
-rw-r--r--games/xlifegame/Makefile6
-rw-r--r--games/xlifegame/distinfo2
-rw-r--r--games/xlifegame/files/patch-xlifegame.h11
3 files changed, 4 insertions, 15 deletions
diff --git a/games/xlifegame/Makefile b/games/xlifegame/Makefile
index 0fecb7377867..5b551e0d6ed0 100644
--- a/games/xlifegame/Makefile
+++ b/games/xlifegame/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= xlifegame
-PORTVERSION= 1.13
+PORTVERSION= 1.13.1
CATEGORIES= games
-MASTER_SITES= http://puma.cis.ibaraki.ac.jp/pub/X11/
+MASTER_SITES= http://www55.tok2.com/home/hym/pub/X11/
-MAINTAINER= hym@cocoa.freemail.ne.jp
+MAINTAINER= gibbon@cocoa.freemail.ne.jp
COMMENT= A life game for X
USE_IMAKE= yes
diff --git a/games/xlifegame/distinfo b/games/xlifegame/distinfo
index 5097a5356743..57238e94bbe1 100644
--- a/games/xlifegame/distinfo
+++ b/games/xlifegame/distinfo
@@ -1 +1 @@
-MD5 (xlifegame-1.13.tar.gz) = 49093da812ae7bd7863c4bc8b6c35aef
+MD5 (xlifegame-1.13.1.tar.gz) = 1e7e45e057d11720fecc637e1fe7febb
diff --git a/games/xlifegame/files/patch-xlifegame.h b/games/xlifegame/files/patch-xlifegame.h
deleted file mode 100644
index ec21a62dac0f..000000000000
--- a/games/xlifegame/files/patch-xlifegame.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- xlifegame.h.orig Sat Oct 19 16:21:33 2002
-+++ xlifegame.h Sat Oct 19 16:21:52 2002
-@@ -46,7 +46,7 @@
- OptionError(char *option)
- {
- printf(" X Life Game version %s \n by Takeshi Hiyama\n",XLIFEGAME_VERSION);
-- if(strncmp(option, "-h"))
-+ if(strncmp(option, "-h", 3))
- printf("\nxlife: bad command line option \"%s\"\n", option);
- printf("usage: xlife [-display <displayname>] [-wait microseconds (default 10000)]\n [-x width (default 60)] [-y height (default 60)] [-h]\n");
- exit(1);