Changeset 81321
- Timestamp:
- 07/29/11 03:39:34 (4 years ago)
- Location:
- trunk/dports/games
- Files:
-
- 2 edited
-
freeciv-x11/Portfile (modified) (3 diffs)
-
freeciv/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/freeciv-x11/Portfile
r77369 r81321 2 2 3 3 PortSystem 1.0 4 4 5 name freeciv-x11 5 6 version 2.2.5 … … 16 17 17 18 homepage http://www.freeciv.org/ 18 master_sites sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/ 19 master_sites sourceforge:project/freeciv/Freeciv%202.2/${version}/ \ 20 ftp://ftp.freeciv.org/freeciv/stable/ 19 21 distname freeciv-${version} 20 22 dist_subdir freeciv … … 33 35 configure.args --enable-client=gtk2 --with-readline \ 34 36 --enable-nls --with-libiconv-prefix=${prefix} \ 35 --mandir=${prefix}/share/man --with-sdl-prefix=${prefix} 37 --mandir=${prefix}/share/man --with-sdl-prefix=${prefix} \ 38 --disable-gtktest --disable-sdltest 36 39 37 40 livecheck.type regex 38 41 livecheck.url ${homepage} 39 42 livecheck.regex freeciv-(\[0-9\.\]+).tar.bz2 40 -
trunk/dports/games/freeciv/Portfile
r77369 r81321 3 3 4 4 PortSystem 1.0 5 5 6 name freeciv 6 7 version 2.2.5 … … 17 18 18 19 homepage http://www.freeciv.org/ 19 master_sites sourceforge ftp://ftp.freeciv.org/freeciv/stable/ 20 master_sites sourceforge:project/${name}/Freeciv%202.2/${version}/ \ 21 ftp://ftp.freeciv.org/freeciv/stable/ 20 22 use_bzip2 yes 21 23 … … 32 34 configure.args --enable-client=sdl --with-readline \ 33 35 --enable-nls --with-libiconv-prefix=${prefix} \ 34 --mandir=${prefix}/share/man --with-sdl-prefix=${prefix} 36 --mandir=${prefix}/share/man --with-sdl-prefix=${prefix} \ 37 --disable-sdltest 35 38 36 39 livecheck.type regex 37 40 livecheck.url ${homepage} 38 41 livecheck.regex freeciv-(\[0-9\.\]+).tar.bz2 39
Note: See TracChangeset
for help on using the changeset viewer.

