aboutsummaryrefslogtreecommitdiffstats
path: root/games/xlifegame
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-09-24 18:53:31 +0800
committerkrion <krion@FreeBSD.org>2003-09-24 18:53:31 +0800
commit5dbf6d623f3d42ecbb031517d78f6a883a270b74 (patch)
tree72ec5924186ef74829651de59fb65e761c6b8118 /games/xlifegame
parent77f6589502c20d80953cf04484b333cf3e35721b (diff)
downloadfreebsd-ports-gnome-5dbf6d623f3d42ecbb031517d78f6a883a270b74.tar.gz
freebsd-ports-gnome-5dbf6d623f3d42ecbb031517d78f6a883a270b74.tar.zst
freebsd-ports-gnome-5dbf6d623f3d42ecbb031517d78f6a883a270b74.zip
- Change MASTER_SITES
- Change MAINTAINER e-mail address - Update version from 1.13 to 1.13.1 PR: 57132 Submitted by: maintainer
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);