[28438] trunk/dports/devel/libsdl-framework/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 31 05:02:17 PDT 2007


Revision: 28438
          http://trac.macosforge.org/projects/macports/changeset/28438
Author:   nox at macports.org
Date:     2007-08-31 05:02:16 -0700 (Fri, 31 Aug 2007)

Log Message:
-----------
libsdl-framework:
 * Removed useless platforms.
 * Fixed livecheck.

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

Modified: trunk/dports/devel/libsdl-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl-framework/Portfile	2007-08-31 11:58:20 UTC (rev 28437)
+++ trunk/dports/devel/libsdl-framework/Portfile	2007-08-31 12:02:16 UTC (rev 28438)
@@ -4,6 +4,7 @@
 PortGroup       xcode 1.0
 
 name            libsdl-framework
+set my_name		SDL
 version         1.2.12
 categories      devel multimedia
 maintainers     nox openmaintainer
@@ -35,15 +36,13 @@
 
 homepage        http://www.libsdl.org/
 master_sites    ${homepage}release/
-distname        SDL-${version}
+distname        ${my_name}-${version}
 dist_subdir     libsdl
 
 checksums       md5 544b4554986e51eed6d34435cf9c5f3f \
                 sha1 2c37ff1683368369c0f555d4a742f0544153610d \
                 rmd160 3871023c63ea056eba43ce4f55ee8d3a73ff3022
 
-platforms       macosx
-
 xcode.project			Xcode/SDL/SDL.xcodeproj
 xcode.target        	"Framework Without X11 Stuff (for those who didn't install the X11 headers with Xcode)"
 xcode.destroot.type 	framework
@@ -65,3 +64,6 @@
     xcode.target Framework
 }
 
+livecheck.check	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/20070831/42ae1ce2/attachment.html


More information about the macports-changes mailing list