New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82697


Ignore:
Timestamp:
08/18/11 11:02:26 (4 years ago)
Author:
ryandesign@…
Message:

freeciv, freeciv-x11: update to 2.3.0

Location:
trunk/dports/games
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/games/freeciv-x11/Portfile

    r81384 r82697  
    44 
    55name                freeciv-x11 
    6 version             2.2.7 
     6version             2.3.0 
     7set branch          [join [lrange [split ${version} .] 0 1] .] 
    78categories          games 
    89maintainers         nomaintainer 
     
    1718 
    1819homepage            http://www.freeciv.org/ 
    19 master_sites        sourceforge:project/freeciv/Freeciv%202.2/${version}/ \ 
     20master_sites        sourceforge:project/freeciv/Freeciv%20${branch}/${version}/ \ 
    2021                    ftp://ftp.freeciv.org/freeciv/stable/ 
    2122distname            freeciv-${version} 
     
    2324use_bzip2           yes 
    2425 
    25 checksums           sha1    b7cf680a25e9006cb3a289a2e5c786dd385577cb \ 
    26                     rmd160  a1114cd9805dfeeab238071f9b7736b948474dde 
     26checksums           rmd160  1f017139c5ac4c24d1b4b6767aca84e18b9db31b \ 
     27                    sha256  f380f7f89a3478e8b2a68033b37325539248618508d94edf55b84e5e979fbefa 
    2728 
    2829conflicts           freeciv 
  • trunk/dports/games/freeciv-x11/files/patch-client-options.c.diff

    r70373 r82697  
    1 --- client/options.c    2010-07-25 12:58:28.000000000 -0700 
    2 +++ client/options-hacked.c     2010-08-04 01:35:30.000000000 -0700 
    3 @@ -472,7 +472,7 @@ 
     1--- client/options.c.orig       2011-08-07 23:20:48.000000000 -0500 
     2+++ client/options.c    2011-08-18 12:40:36.000000000 -0500 
     3@@ -1661,7 +1661,7 @@ 
    44                          "the sound plugin.  The new plugin won't take " 
    55                          "effect until you restart Freeciv.  Changing this " 
     
    77-                      COC_SOUND, GUI_LAST, NULL, get_soundplugin_list, NULL), 
    88+                      COC_SOUND, GUI_LAST, "sdl", get_soundplugin_list, NULL), 
    9    /* gui_gtk2_default_theme_name and gui_sdl_default_theme_name are 
    10     * different settings to avoid client crash after loading the 
    11     * style for the other gui.  Keeps 2 different options! */ 
     9   GEN_STR_OPTION(default_chat_logfile, 
     10                  N_("The chat log file"), 
     11                  N_("The name of the chat log file."), 
  • trunk/dports/games/freeciv/Portfile

    r81384 r82697  
    55 
    66name                freeciv 
    7 version             2.2.7 
     7version             2.3.0 
     8set branch          [join [lrange [split ${version} .] 0 1] .] 
    89categories          games 
    910maintainers         nomaintainer 
     
    1819 
    1920homepage            http://www.freeciv.org/ 
    20 master_sites        sourceforge:project/${name}/Freeciv%202.2/${version}/ \ 
     21master_sites        sourceforge:project/${name}/Freeciv%20${branch}/${version}/ \ 
    2122                    ftp://ftp.freeciv.org/freeciv/stable/ 
    2223use_bzip2           yes 
    2324 
    24 checksums           sha1    b7cf680a25e9006cb3a289a2e5c786dd385577cb \ 
    25                     rmd160  a1114cd9805dfeeab238071f9b7736b948474dde 
     25checksums           rmd160  1f017139c5ac4c24d1b4b6767aca84e18b9db31b \ 
     26                    sha256  f380f7f89a3478e8b2a68033b37325539248618508d94edf55b84e5e979fbefa 
    2627 
    2728conflicts           freeciv-x11 
  • trunk/dports/games/freeciv/files/patch-client-options.c.diff

    r70373 r82697  
    1 --- client/options.c    2010-07-25 12:58:28.000000000 -0700 
    2 +++ client/options-hacked.c     2010-08-04 01:35:30.000000000 -0700 
    3 @@ -472,7 +472,7 @@ 
     1--- client/options.c.orig       2011-08-07 23:20:48.000000000 -0500 
     2+++ client/options.c    2011-08-18 12:40:36.000000000 -0500 
     3@@ -1661,7 +1661,7 @@ 
    44                          "the sound plugin.  The new plugin won't take " 
    55                          "effect until you restart Freeciv.  Changing this " 
     
    77-                      COC_SOUND, GUI_LAST, NULL, get_soundplugin_list, NULL), 
    88+                      COC_SOUND, GUI_LAST, "sdl", get_soundplugin_list, NULL), 
    9    /* gui_gtk2_default_theme_name and gui_sdl_default_theme_name are 
    10     * different settings to avoid client crash after loading the 
    11     * style for the other gui.  Keeps 2 different options! */ 
     9   GEN_STR_OPTION(default_chat_logfile, 
     10                  N_("The chat log file"), 
     11                  N_("The name of the chat log file."), 
Note: See TracChangeset for help on using the changeset viewer.