1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 1.3.

This commit is contained in:
Maxim Sobolev 2001-12-19 12:58:28 +00:00
parent 60b2d682d2
commit df3f356e9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51835
4 changed files with 21 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= py-game
PORTVERSION= 1.2
PORTVERSION= 1.3
CATEGORIES= devel python
MASTER_SITES= http://pygame.seul.org/ftp/
DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION}

View File

@ -1 +1 @@
MD5 (pygame-1.2.tar.gz) = 8b7aa16f9dbee0c8cdc064a28bd9b3d3
MD5 (pygame-1.3.tar.gz) = c6da3e5a4c44a7b126d3ff5fd713e71f

View File

@ -1,9 +1,9 @@
$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 @@
--- config_unix.py.orig Sat Nov 3 19:27:56 2001
+++ config_unix.py Wed Dec 19 14:49:24 2001
@@ -43,7 +43,7 @@
sdl_lib_name = 'SDL'
if sys.platform.find('bsd') != -1:
@ -12,3 +12,12 @@ $FreeBSD$
DEPS = [
Dependency('SDL', 'SDL.h', 'lib'+sdl_lib_name+'.so', sdl_lib_name),
@@ -74,7 +74,7 @@
print 'Hunting dependencies...'
if localbase:
- incdirs = [localbase + '/include/SDL']
+ incdirs = [localbase + '/include/SDL11', localbase + '/include/smpeg']
libdirs = [localbase + '/lib']
else:
incdirs = []

View File

@ -28,6 +28,8 @@ 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/sprite.py
lib/%%PYTHON_VERSION%%/site-packages/pygame/sprite.pyc
lib/%%PYTHON_VERSION%%/site-packages/pygame/surface.so
lib/%%PYTHON_VERSION%%/site-packages/pygame/surfarray.so
lib/%%PYTHON_VERSION%%/site-packages/pygame/surflock.so
@ -46,6 +48,7 @@ lib/%%PYTHON_VERSION%%/site-packages/pygame/version.pyc
%%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/Clock.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
@ -68,6 +71,7 @@ lib/%%PYTHON_VERSION%%/site-packages/pygame/version.pyc
%%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_sprite.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
@ -75,6 +79,8 @@ lib/%%PYTHON_VERSION%%/site-packages/pygame/version.pyc
%%PORTDOCS%%share/doc/py-game/tut/ChimpLineByLine.html
%%PORTDOCS%%share/doc/py-game/tut/DisplayModes.html
%%PORTDOCS%%share/doc/py-game/tut/Executable.html
%%PORTDOCS%%share/doc/py-game/tut/MoveIt.html
%%PORTDOCS%%share/doc/py-game/tut/SpriteIntro.html
%%PORTDOCS%%share/doc/py-game/tut/SurfarrayIntro.html
%%PORTDOCS%%share/doc/py-game/tut/allblack.jpg
%%PORTDOCS%%share/doc/py-game/tut/chimp.py.html
@ -119,12 +125,12 @@ lib/%%PYTHON_VERSION%%/site-packages/pygame/version.pyc
%%PORTDOCS%%share/examples/py-game/fonty.py
%%PORTDOCS%%share/examples/py-game/glcube.py
%%PORTDOCS%%share/examples/py-game/liquid.py
%%PORTDOCS%%share/examples/py-game/moveit.py
%%PORTDOCS%%share/examples/py-game/oldalien.py
%%PORTDOCS%%share/examples/py-game/sdllogos.zip
%%PORTDOCS%%share/examples/py-game/sound.py
%%PORTDOCS%%share/examples/py-game/stars.py
%%PORTDOCS%%share/examples/py-game/vgrade.py
%%PORTDOCS%%share/examples/py-game/winaliens.pyw
%%PORTDOCS%%share/examples/py-game/zipshow.py
%%PORTDOCS%%@dirrm share/examples/py-game/data
%%PORTDOCS%%@dirrm share/examples/py-game