diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-03 13:19:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-03 13:19:49 +0000 |
commit | bdf2a53bfd3588f085373a09a34b6cfa6878b151 (patch) | |
tree | 0fa0aba12689055322e53efc729fc817fe7d1b3f /devel/py-game | |
parent | 7b9274b786d596c39d06de13fb33329c8e44d646 (diff) | |
download | ports-bdf2a53bfd3588f085373a09a34b6cfa6878b151.tar.gz ports-bdf2a53bfd3588f085373a09a34b6cfa6878b151.zip |
Notes
Diffstat (limited to 'devel/py-game')
-rw-r--r-- | devel/py-game/Makefile | 2 | ||||
-rw-r--r-- | devel/py-game/distinfo | 2 | ||||
-rw-r--r-- | devel/py-game/files/patch-config_unix.py | 14 | ||||
-rw-r--r-- | devel/py-game/pkg-plist | 8 |
4 files changed, 24 insertions, 2 deletions
diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile index 9fbbd77bee22..79b7199415b4 100644 --- a/devel/py-game/Makefile +++ b/devel/py-game/Makefile @@ -6,7 +6,7 @@ # PORTNAME= py-game -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= devel python MASTER_SITES= http://pygame.seul.org/ftp/ DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION} diff --git a/devel/py-game/distinfo b/devel/py-game/distinfo index f1514f1557fb..ef10998674cd 100644 --- a/devel/py-game/distinfo +++ b/devel/py-game/distinfo @@ -1 +1 @@ -MD5 (pygame-1.1.tar.gz) = 698a4622aa10fcbb53821effdf1eff53 +MD5 (pygame-1.2.tar.gz) = 8b7aa16f9dbee0c8cdc064a28bd9b3d3 diff --git a/devel/py-game/files/patch-config_unix.py b/devel/py-game/files/patch-config_unix.py new file mode 100644 index 000000000000..dc31d853c444 --- /dev/null +++ b/devel/py-game/files/patch-config_unix.py @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- config_unix.py 2001/09/03 13:07:39 1.1 ++++ config_unix.py 2001/09/03 13:10:16 +@@ -41,7 +41,7 @@ + + sdl_lib_name = 'SDL' + if sys.platform.find('bsd') != -1: +- sdl_lib_name = 'SDL-1.2' ++ sdl_lib_name = 'SDL-1.1' + + DEPS = [ + Dependency('SDL', 'SDL.h', 'lib'+sdl_lib_name+'.so', sdl_lib_name), diff --git a/devel/py-game/pkg-plist b/devel/py-game/pkg-plist index 7eef55dc3ef1..0995c584fee5 100644 --- a/devel/py-game/pkg-plist +++ b/devel/py-game/pkg-plist @@ -25,6 +25,7 @@ lib/%%PYTHON_VERSION%%/site-packages/pygame/locals.pyc lib/%%PYTHON_VERSION%%/site-packages/pygame/mixer.so lib/%%PYTHON_VERSION%%/site-packages/pygame/mixer_music.so lib/%%PYTHON_VERSION%%/site-packages/pygame/mouse.so +lib/%%PYTHON_VERSION%%/site-packages/pygame/movie.so lib/%%PYTHON_VERSION%%/site-packages/pygame/rect.so lib/%%PYTHON_VERSION%%/site-packages/pygame/rwobject.so lib/%%PYTHON_VERSION%%/site-packages/pygame/surface.so @@ -38,10 +39,16 @@ lib/%%PYTHON_VERSION%%/site-packages/pygame/version.pyc %%PORTDOCS%%share/doc/py-game/fullinstall.txt %%PORTDOCS%%share/doc/py-game/index.html %%PORTDOCS%%share/doc/py-game/init.txt +%%PORTDOCS%%share/doc/py-game/logos.html +%%PORTDOCS%%share/doc/py-game/pygame_logo.gif +%%PORTDOCS%%share/doc/py-game/pygame_powered.gif +%%PORTDOCS%%share/doc/py-game/pygame_small.gif +%%PORTDOCS%%share/doc/py-game/pygame_tiny.gif %%PORTDOCS%%share/doc/py-game/ref/CD.html %%PORTDOCS%%share/doc/py-game/ref/Channel.html %%PORTDOCS%%share/doc/py-game/ref/Font.html %%PORTDOCS%%share/doc/py-game/ref/Joystick.html +%%PORTDOCS%%share/doc/py-game/ref/Movie.html %%PORTDOCS%%share/doc/py-game/ref/Rect.html %%PORTDOCS%%share/doc/py-game/ref/Sound.html %%PORTDOCS%%share/doc/py-game/ref/Surface.html @@ -60,6 +67,7 @@ lib/%%PYTHON_VERSION%%/site-packages/pygame/version.pyc %%PORTDOCS%%share/doc/py-game/ref/pygame_mixer.html %%PORTDOCS%%share/doc/py-game/ref/pygame_mixer_music.html %%PORTDOCS%%share/doc/py-game/ref/pygame_mouse.html +%%PORTDOCS%%share/doc/py-game/ref/pygame_movie.html %%PORTDOCS%%share/doc/py-game/ref/pygame_surfarray.html %%PORTDOCS%%share/doc/py-game/ref/pygame_time.html %%PORTDOCS%%share/doc/py-game/ref/pygame_transform.html |