[36235] trunk/dports/python/py-game
jmr at macports.org
jmr at macports.org
Wed Apr 23 02:18:41 PDT 2008
Revision: 36235
http://trac.macosforge.org/projects/macports/changeset/36235
Author: jmr at macports.org
Date: 2008-04-23 02:18:40 -0700 (Wed, 23 Apr 2008)
Log Message:
-----------
py-game: bump version to 1.8.0, with Leopard support via py-pyobjc2
Modified Paths:
--------------
trunk/dports/python/py-game/Portfile
Removed Paths:
-------------
trunk/dports/python/py-game/files/
Modified: trunk/dports/python/py-game/Portfile
===================================================================
--- trunk/dports/python/py-game/Portfile 2008-04-23 08:50:18 UTC (rev 36234)
+++ trunk/dports/python/py-game/Portfile 2008-04-23 09:18:40 UTC (rev 36235)
@@ -5,7 +5,7 @@
PortGroup python24 1.0
name py-game
-version 1.7.1
+version 1.8.0
categories python devel multimedia graphics
maintainers nomaintainer
description Python modules for writing games
@@ -15,27 +15,26 @@
games and multimedia programs in the python language. \
Pygame is highly portable and runs on nearly every \
platform and operating system.
-homepage http://www.pygame.org
-master_sites ${homepage}/ftp/
+homepage http://www.pygame.org/
+master_sites ${homepage}ftp/
distname pygame-${version}release
-checksums md5 05d86d1af446f79411359400951053b7
+checksums md5 8d9cca47d356db2ada07865aa066dceb \
+ sha1 00ef4695efc7a666017862ae4cffc316902dd99b \
+ rmd160 6df6f88deea5a1ef19933e6a0696e102843b293c
-depends_lib port:libsdl \
+depends_lib-append port:libsdl \
port:libsdl_mixer \
port:libsdl_image \
port:libsdl_ttf \
port:smpeg \
- port:py-numeric
+ port:py-numeric \
+ port:py-pyobjc
-depends_run port:py-pyobjc
+platform darwin 9 {
+ depends_lib-delete port:py-pyobjc
+ depends_lib-append port:py-pyobjc2 port:py-pyobjc2-cocoa
+}
-patchfiles patch-config_darwin.py \
- patch-display.c
-
-use_configure yes
-
-configure.cmd LOCALBASE=${prefix} ${python.bin} config.py
-
post-destroot {
file delete -force ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080423/0546813d/attachment.html
More information about the macports-changes
mailing list