diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-16 01:30:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-16 01:30:10 +0000 |
commit | 40d71ab167b45b679546e37ed0b6729cebe65470 (patch) | |
tree | d6a636f609486ebbc7b200567ebf9fb09bee74d6 /games | |
parent | f076116ae59a98647fb50cca115ffb452a18da2d (diff) | |
download | pkgsrc-40d71ab167b45b679546e37ed0b6729cebe65470.tar.gz |
Update to 3.4, provided by Jeff Rizzo in pkg/11564
Changes since 3.2: Ramsch variation, improved computer help & players,
german man page, improved IRC mode and some other changes.
Diffstat (limited to 'games')
-rw-r--r-- | games/xskat/Makefile | 5 | ||||
-rw-r--r-- | games/xskat/files/md5 | 4 | ||||
-rw-r--r-- | games/xskat/files/patch-sum | 4 | ||||
-rw-r--r-- | games/xskat/patches/patch-aa | 17 | ||||
-rw-r--r-- | games/xskat/pkg/PLIST | 3 |
5 files changed, 14 insertions, 19 deletions
diff --git a/games/xskat/Makefile b/games/xskat/Makefile index 2e44d573d63..232b8d6549d 100644 --- a/games/xskat/Makefile +++ b/games/xskat/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2000/01/27 17:07:28 pooka Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/16 01:30:10 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1998/12/22 16:07:01 tg Exp # -DISTNAME= xskat-3.2 -WRKSRC= ${WRKDIR}/xskat +DISTNAME= xskat-3.4 CATEGORIES= games MASTER_SITES= http://www.gulu.net/xskat/ diff --git a/games/xskat/files/md5 b/games/xskat/files/md5 index 18649c7aa92..feb01d77dca 100644 --- a/games/xskat/files/md5 +++ b/games/xskat/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/01/27 17:07:29 pooka Exp $ +$NetBSD: md5,v 1.3 2000/12/16 01:30:12 wiz Exp $ -MD5 (xskat-3.2.tar.gz) = d8a7681642473148974109d23c86870e +MD5 (xskat-3.4.tar.gz) = 678de9e339669791e2e46f1294f78aaf diff --git a/games/xskat/files/patch-sum b/games/xskat/files/patch-sum index 62db24b684f..38fab8c42c0 100644 --- a/games/xskat/files/patch-sum +++ b/games/xskat/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.1 2000/01/27 17:07:29 pooka Exp $ +$NetBSD: patch-sum,v 1.2 2000/12/16 01:30:12 wiz Exp $ -MD5 (patch-aa) = 8cf2fdf2936fe2abd0acbf09cf4e809d +MD5 (patch-aa) = 1a658dd44bfe780c690ad549b55e65e3 diff --git a/games/xskat/patches/patch-aa b/games/xskat/patches/patch-aa index 56aa19e106d..2f3f082e004 100644 --- a/games/xskat/patches/patch-aa +++ b/games/xskat/patches/patch-aa @@ -1,15 +1,10 @@ -$NetBSD: patch-aa,v 1.1 2000/01/27 17:07:30 pooka Exp $ +$NetBSD: patch-aa,v 1.2 2000/12/16 01:30:13 wiz Exp $ ---- Imakefile.orig Sat May 29 22:35:59 1999 -+++ Imakefile Thu Jan 27 18:30:52 2000 -@@ -7,10 +7,10 @@ - Use it at your own risk; there is NO WARRANTY. - */ - --DEFL=-DDEFAULT_LANGUAGE=\"german\" --/*DEFL=-DDEFAULT_LANGUAGE=\"english\"*/ -+/*DEFL=-DDEFAULT_LANGUAGE=\"german\"*/ -+DEFL=-DDEFAULT_LANGUAGE=\"english\" +--- Imakefile.orig Sat Dec 16 02:24:30 2000 ++++ Imakefile +@@ -21,7 +21,7 @@ + /*DEFL=-DDEFAULT_LANGUAGE=\"german\"*/ + DEFL=-DDEFAULT_LANGUAGE=\"english\" -DEFI=-DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" +DEFI=-DDEFAULT_IRC_SERVER=\"${IRC_SERVER}\" diff --git a/games/xskat/pkg/PLIST b/games/xskat/pkg/PLIST index 4bf965e9529..8a90f84084c 100644 --- a/games/xskat/pkg/PLIST +++ b/games/xskat/pkg/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/07 00:36:33 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/12/16 01:30:14 wiz Exp $ bin/xskat man/cat1/xskat.0 +man/cat1/xskat-de.0 |