Modified: trunk/dports/games/freeciv/Portfile (81320 => 81321)
--- trunk/dports/games/freeciv/Portfile 2011-07-29 10:35:58 UTC (rev 81320)
+++ trunk/dports/games/freeciv/Portfile 2011-07-29 10:39:34 UTC (rev 81321)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+
name freeciv
version 2.2.5
categories games
@@ -16,7 +17,8 @@
platforms macosx
homepage http://www.freeciv.org/
-master_sites sourceforge ftp://ftp.freeciv.org/freeciv/stable/
+master_sites sourceforge:project/${name}/Freeciv%202.2/${version}/ \
+ ftp://ftp.freeciv.org/freeciv/stable/
use_bzip2 yes
checksums sha1 b204c4ae581be632fd2385517ada62558d48e702 \
@@ -31,9 +33,9 @@
configure.args --enable-client=sdl --with-readline \
--enable-nls --with-libiconv-prefix=${prefix} \
- --mandir=${prefix}/share/man --with-sdl-prefix=${prefix}
+ --mandir=${prefix}/share/man --with-sdl-prefix=${prefix} \
+ --disable-sdltest
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex freeciv-(\[0-9\.\]+).tar.bz2
-
Modified: trunk/dports/games/freeciv-x11/Portfile (81320 => 81321)
--- trunk/dports/games/freeciv-x11/Portfile 2011-07-29 10:35:58 UTC (rev 81320)
+++ trunk/dports/games/freeciv-x11/Portfile 2011-07-29 10:39:34 UTC (rev 81321)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+
name freeciv-x11
version 2.2.5
categories games
@@ -15,7 +16,8 @@
platforms darwin
homepage http://www.freeciv.org/
-master_sites sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/
+master_sites sourceforge:project/freeciv/Freeciv%202.2/${version}/ \
+ ftp://ftp.freeciv.org/freeciv/stable/
distname freeciv-${version}
dist_subdir freeciv
use_bzip2 yes
@@ -32,9 +34,9 @@
configure.args --enable-client=gtk2 --with-readline \
--enable-nls --with-libiconv-prefix=${prefix} \
- --mandir=${prefix}/share/man --with-sdl-prefix=${prefix}
+ --mandir=${prefix}/share/man --with-sdl-prefix=${prefix} \
+ --disable-gtktest --disable-sdltest
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex freeciv-(\[0-9\.\]+).tar.bz2
-