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

ryandesign at macports.org ryandesign at macports.org
Wed Sep 23 11:24:43 PDT 2009


Revision: 58178
          http://trac.macports.org/changeset/58178
Author:   ryandesign at macports.org
Date:     2009-09-23 11:24:38 -0700 (Wed, 23 Sep 2009)
Log Message:
-----------
libsdl: revert r58082 and r58114 and increase epoch, downgrading back to 1.2.13. 1.2.14 has not been released yet and the available tarball keeps changing daily. This fixes #21544 and reopens #20235.

Revision Links:
--------------
    http://trac.macports.org/changeset/58082
    http://trac.macports.org/changeset/58114

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

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2009-09-23 18:12:27 UTC (rev 58177)
+++ trunk/dports/devel/libsdl/Portfile	2009-09-23 18:24:38 UTC (rev 58178)
@@ -8,8 +8,9 @@
 
 name            libsdl
 set my_name     SDL
-version         1.2.14
-revision        1
+epoch           1
+version         1.2.13
+revision        7
 categories      devel multimedia
 platforms       macosx freebsd
 maintainers     nox openmaintainer
@@ -23,13 +24,12 @@
     DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.
 
 homepage        http://www.libsdl.org/
-master_sites    ${homepage}tmp/
-dist_subdir     ${name}/${version}_${revision}
+master_sites    ${homepage}release/
 distname        ${my_name}-${version}
 
-checksums       md5     b916b29ece2c4f3618e51318003e4cc3 \
-                sha1    c15e75aafc6394f296050c8f87f87ef65c04ff2b \
-                rmd160  402abd5842b43357d04bf74c0fa0e23daa772dca
+checksums       md5 c6660feea2a6834de10bc71b2f8e4d88 \
+                sha1 51fcaa3e1d5c01fd813ea08688780f86b19cf539 \
+                rmd160 ed8825fc98f4b3759cf9e5cf8357d71c50df9925
 
 depends_lib \
     port:xorg-libXext \
@@ -103,6 +103,13 @@
     }
 }
 
+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/7ce8c513/attachment.html>


More information about the macports-changes mailing list