1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 1.2.

This commit is contained in:
Maxim Sobolev 2001-09-03 13:19:49 +00:00
parent 7b9274b786
commit bdf2a53bfd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47361
4 changed files with 24 additions and 2 deletions

View File

@ -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}

View File

@ -1 +1 @@
MD5 (pygame-1.1.tar.gz) = 698a4622aa10fcbb53821effdf1eff53
MD5 (pygame-1.2.tar.gz) = 8b7aa16f9dbee0c8cdc064a28bd9b3d3

View File

@ -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),

View File

@ -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