diff options
author | wiz <wiz@pkgsrc.org> | 2003-02-25 07:06:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-02-25 07:06:12 +0000 |
commit | d7f34295ebdf02f673e4d475d2d5d1edb5085f4a (patch) | |
tree | 406801d7e11d401e26eccbf8e4e136dff6c85138 /games/pysol/Makefile | |
parent | 6fc694477631caa148bc392a6d83e3ef87bdc573 (diff) | |
download | pkgsrc-d7f34295ebdf02f673e4d475d2d5d1edb5085f4a.tar.gz |
Update to 4.81, provided by Soren Jacobsen in PR 19510.
Changes in 4.81 (24 Jun 2002, 202 games)
* adapted for new pysol-sound-server 3.00
- fixed some Python 2.2 problems with Spider-type games
+ stay tuned for Pysol 5 with *lots* of improvements :-)
Changes in 4.80 (28 Nov 2001, 202 games)
* support Python 2.2
Changes in 4.73 (28 Sep 2001, 202 games)
- fixed rules of Irmgard
Diffstat (limited to 'games/pysol/Makefile')
-rw-r--r-- | games/pysol/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index e2e34223520..63f6e6d3524 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2002/10/24 20:55:41 drochner Exp $ -# FreeBSD Id: ports/games/pysol/Makefile,v 1.20 1999/12/08 11:01:01 tg Exp +# $NetBSD: Makefile,v 1.14 2003/02/25 07:06:12 wiz Exp $ +# -DISTNAME= pysol-4.72 +DISTNAME= pysol-4.81 CATEGORIES= games -MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/ +MASTER_SITES= http://www.oberhumer.com/opensource/pysol/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX} EXTRACT_SUFX= .tar.bz2 |