[58179] trunk/dports/devel/libsdl/Portfile

toby at macports.org toby at macports.org
Wed Sep 23 11:27:05 PDT 2009


Revision: 58179
          http://trac.macports.org/changeset/58179
Author:   toby at macports.org
Date:     2009-09-23 11:27:04 -0700 (Wed, 23 Sep 2009)
Log Message:
-----------
revert r58178

Revision Links:
--------------
    http://trac.macports.org/changeset/58178

Modified Paths:
--------------
    trunk/dports/devel/libsdl/Portfile

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2009-09-23 18:24:38 UTC (rev 58178)
+++ trunk/dports/devel/libsdl/Portfile	2009-09-23 18:27:04 UTC (rev 58179)
@@ -8,9 +8,8 @@
 
 name            libsdl
 set my_name     SDL
-epoch           1
-version         1.2.13
-revision        7
+version         1.2.14
+revision        1
 categories      devel multimedia
 platforms       macosx freebsd
 maintainers     nox openmaintainer
@@ -24,12 +23,13 @@
     DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.
 
 homepage        http://www.libsdl.org/
-master_sites    ${homepage}release/
+master_sites    ${homepage}tmp/
+dist_subdir     ${name}/${version}_${revision}
 distname        ${my_name}-${version}
 
-checksums       md5 c6660feea2a6834de10bc71b2f8e4d88 \
-                sha1 51fcaa3e1d5c01fd813ea08688780f86b19cf539 \
-                rmd160 ed8825fc98f4b3759cf9e5cf8357d71c50df9925
+checksums       md5     b916b29ece2c4f3618e51318003e4cc3 \
+                sha1    c15e75aafc6394f296050c8f87f87ef65c04ff2b \
+                rmd160  402abd5842b43357d04bf74c0fa0e23daa772dca
 
 depends_lib \
     port:xorg-libXext \
@@ -103,13 +103,6 @@
     }
 }
 
-platform darwin 10 {
-	# This doesn't build correctly against the 10.6 SDK due to using deprecated (10.5) and removed (10.6) API
-	macosx_deployment_target 10.5
-	configure.cppflags-append -isysroot /Developer/SDKs/MacOSX10.5.sdk
-	configure.cflags-append -isysroot /Developer/SDKs/MacOSX10.5.sdk
-}
-
 livecheck.type  regex
 livecheck.url   ${homepage}download.php
 livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090923/dd26e518/attachment-0001.html>


More information about the macports-changes mailing list