[48848] trunk/dports/games/freeciv-x11/Portfile

blb at macports.org blb at macports.org
Sun Mar 29 21:09:53 PDT 2009


Revision: 48848
          http://trac.macports.org/changeset/48848
Author:   blb at macports.org
Date:     2009-03-29 21:09:53 -0700 (Sun, 29 Mar 2009)
Log Message:
-----------
games/freeciv-x11 - version update to 2.1.9, set dist_subdir so distfile can
be shared between this and freeciv, remove any SDL stuff so this is truly
just GTK-based

Modified Paths:
--------------
    trunk/dports/games/freeciv-x11/Portfile

Modified: trunk/dports/games/freeciv-x11/Portfile
===================================================================
--- trunk/dports/games/freeciv-x11/Portfile	2009-03-30 04:01:23 UTC (rev 48847)
+++ trunk/dports/games/freeciv-x11/Portfile	2009-03-30 04:09:53 UTC (rev 48848)
@@ -2,9 +2,9 @@
 
 PortSystem          1.0
 name                freeciv-x11
-version             2.1.8
+version             2.1.9
 categories          games
-maintainers         nomaintainer
+maintainers         blb openmaintainer
 description         A civilisation clone for X11
 long_description \
    Freeciv is a Free and Open Source empire-building strategy game \
@@ -17,23 +17,20 @@
 homepage            http://www.freeciv.org/
 master_sites        sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/
 distname            freeciv-${version}
+dist_subdir         freeciv
 use_bzip2           yes
 
-checksums           sha1 6f532dbbb68e6ae3d126d867db5c8a8b6c1eacee
+checksums           md5     caffaa201b2f5dfdfe00b6e6c3f32fb1 \
+                    sha1    01a3500a9d0f9d9c9b95b7c4b57f2446f671a900 \
+                    rmd160  cbe12facbbf00a85410e1324eb6ba3f2351ea1f1
 
-depends_lib         port:gettext port:libiconv port:libsdl port:libsdl_mixer \
-                    port:esound port:readline port:gtk2
+depends_lib         port:gettext port:libiconv port:readline port:gtk2 \
+                    port:zlib
 
 configure.args      --enable-client=gtk2 --with-readline --with-zlib \
-                    --enable-nls --with-sdl-prefix=${prefix} \
-                    --with-libiconv-prefix=${prefix} \
-                    --mandir=${prefix}/share/man
+                    --enable-nls --with-libiconv-prefix=${prefix} \
+                    --mandir=${prefix}/share/man --disable-sdl-mixer
 
-platform puredarwin {
-   depends_lib-delete      port:libsdl
-   configure.args-append   --disable-sdl-mixer
-}
-
 livecheck.check     regex
 livecheck.url       ${homepage}
 livecheck.regex     freeciv-(\[0-9\.\]+).tar.bz2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090329/8ed154d6/attachment.html>


More information about the macports-changes mailing list