diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 10:53:31 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 10:53:31 +0000 |
commit | 6a2b7f69c57e751a00bb75eb2fb06fa7fa420737 (patch) | |
tree | 79c9da64790e6d1b00430271f6594df8b13fe449 /games/xlifegame | |
parent | 88dec4726d8b5d761b7ba23af62ff3b88694a2b5 (diff) | |
download | ports-6a2b7f69c57e751a00bb75eb2fb06fa7fa420737.tar.gz ports-6a2b7f69c57e751a00bb75eb2fb06fa7fa420737.zip |
- Change MASTER_SITES
- Change MAINTAINER e-mail address
- Update version from 1.13 to 1.13.1
PR: 57132
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=89183
Diffstat (limited to 'games/xlifegame')
-rw-r--r-- | games/xlifegame/Makefile | 6 | ||||
-rw-r--r-- | games/xlifegame/distinfo | 2 | ||||
-rw-r--r-- | games/xlifegame/files/patch-xlifegame.h | 11 |
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); |