From e14135b60287c870ea72d94754ec06d4533102cd Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 17 Apr 2004 15:34:16 +0000 Subject: - Update to 1.0.1 PR: ports/65654 Submitted by: Rudolf Polzer (maintainer) --- games/pydance/Makefile | 3 +-- games/pydance/distinfo | 4 ++-- games/pydance/files/patch-constants.py | 11 ----------- games/pydance/pkg-plist | 1 + 4 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 games/pydance/files/patch-constants.py (limited to 'games') diff --git a/games/pydance/Makefile b/games/pydance/Makefile index b9c9de3bccb5..27a97729a6a4 100644 --- a/games/pydance/Makefile +++ b/games/pydance/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pydance -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= games MASTER_SITES= http://www.icculus.org/pyddr/ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz ${SONGS} diff --git a/games/pydance/distinfo b/games/pydance/distinfo index ef1ee5159f04..154c386eda9e 100644 --- a/games/pydance/distinfo +++ b/games/pydance/distinfo @@ -1,5 +1,5 @@ -MD5 (pydance/pydance-0.9.1.tar.gz) = 71372469c6d66bce18a74a539b4fddbe -SIZE (pydance/pydance-0.9.1.tar.gz) = 5601735 +MD5 (pydance/pydance-1.0.1.tar.gz) = 9e08b9f8a2b8f75c2393378ef69241d7 +SIZE (pydance/pydance-1.0.1.tar.gz) = 5640158 MD5 (pydance/forkbomb.ogg) = 0ca7527a0b792fe0b597322d69e675d7 SIZE (pydance/forkbomb.ogg) = 1418973 MD5 (pydance/forkbomb.dance) = e62aab2b2d39adf172a74d229acedb23 diff --git a/games/pydance/files/patch-constants.py b/games/pydance/files/patch-constants.py deleted file mode 100644 index 8f3e23a5aafd..000000000000 --- a/games/pydance/files/patch-constants.py +++ /dev/null @@ -1,11 +0,0 @@ ---- constants.py.orig Wed Feb 25 20:18:19 2004 -+++ constants.py Wed Feb 25 23:21:46 2004 -@@ -13,7 +13,7 @@ - from pygame.locals import * - - VERSION = "0.9.1" --locale.setlocale(locale.LC_ALL, '') -+locale.setlocale(locale.LC_ALL, 'C') - - # Detect the name of the OS - Mac OS X is not really UNIX. - osname = None diff --git a/games/pydance/pkg-plist b/games/pydance/pkg-plist index 4bfda8c3f022..5105ea251e33 100644 --- a/games/pydance/pkg-plist +++ b/games/pydance/pkg-plist @@ -293,6 +293,7 @@ share/games/pydance/images/select-dmx.png share/games/pydance/images/select-endless.png share/games/pydance/images/select-ez2.png share/games/pydance/images/select-ez2real.png +share/games/pydance/images/select-normal.png share/games/pydance/images/select-nonstop.png share/games/pydance/images/select-panel.png share/games/pydance/images/select-para.png -- cgit