[50826] trunk/dports/games/tuxtype/Portfile

raimue at macports.org raimue at macports.org
Sun May 10 12:31:17 PDT 2009


Revision: 50826
          http://trac.macports.org/changeset/50826
Author:   raimue at macports.org
Date:     2009-05-10 12:31:16 -0700 (Sun, 10 May 2009)
Log Message:
-----------
games/tuxtype:
Maintainer update, closes #19484

Modified Paths:
--------------
    trunk/dports/games/tuxtype/Portfile

Modified: trunk/dports/games/tuxtype/Portfile
===================================================================
--- trunk/dports/games/tuxtype/Portfile	2009-05-10 17:53:20 UTC (rev 50825)
+++ trunk/dports/games/tuxtype/Portfile	2009-05-10 19:31:16 UTC (rev 50826)
@@ -5,7 +5,7 @@
 PortSystem          1.0
 
 name                tuxtype
-version             1.7.3
+version             1.7.4
 revision            0
 categories          games education
 platforms           darwin
@@ -18,20 +18,32 @@
                     minute.
 
 homepage            http://www.tux4kids.com
-master_sites        http://alioth.debian.org/frs/download.php/2767/
+master_sites        http://alioth.debian.org/frs/download.php/2974/
 distname            ${name}_w_fonts-${version}
 
-checksums           md5  9b76e5ebb3daf3d93545dc561229e2a5 \
-                    sha1 8029c5484e1fac2bea764b9eef6f9845d0c725ce \
-                    rmd160 b7e10052582c894c272f591c5c907ae56a03b926
+checksums           md5  8f6f308c7d1681a3b23bc71f53313eb1 \
+                    sha1 06f8c437832e5f5fb1524d1e70aa8be761476fed \
+                    rmd160 4c20f6a6ba7b1e5ae2151fb6126356a1aed07897
 
 depends_lib         port:libsdl \
                     port:libsdl_image \
                     port:libsdl_mixer \
                     port:libsdl_ttf \
-                    port:libsdl_pango \
                     port:gettext
 
+configure.args-append --without-sdlpango
+
+variant sdlpango description {Build with SDL_Pango enabled} {
+    depends_lib-append \
+	port:libsdl_pango \
+    depends_lib-delete \
+	port:libsdl_ttf \
+    configure.args-delete \
+        --without-sdlpango
+    configure.args-append \
+        --with-sdlpango
+}
+
 platform darwin	{
     post-destroot {
         xinstall -m 755 -d ${destroot}${applications_dir}/TuxType.app/Contents/MacOS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090510/8365a20d/attachment.html>


More information about the macports-changes mailing list