diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-27 06:30:48 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-27 06:30:48 +0000 |
commit | 7a359ae5d313877c54b3b0805367c9485d708f94 (patch) | |
tree | 2c082d6d3b8fad4258a1fcb2ab8ec273b9412244 /games | |
parent | 4019b070f6746eb2a0556fd6ac002eb6dce8ec70 (diff) | |
download | ports-7a359ae5d313877c54b3b0805367c9485d708f94.tar.gz ports-7a359ae5d313877c54b3b0805367c9485d708f94.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/pioneers/Makefile | 4 | ||||
-rw-r--r-- | games/pioneers/distinfo | 6 | ||||
-rw-r--r-- | games/pioneers/files/patch-client_gtk_settingscreen.c | 14 | ||||
-rw-r--r-- | games/pioneers/pkg-plist | 12 |
4 files changed, 31 insertions, 5 deletions
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 63827589b301..d2578b55253e 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -6,13 +6,13 @@ # PORTNAME= pioneers -PORTVERSION= 0.9.40 +PORTVERSION= 0.9.49 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= pio MAINTAINER= sw@gegenunendlich.de -COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK +COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK+ USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/games/pioneers/distinfo b/games/pioneers/distinfo index f0c6c190b2da..ddeddbf4e4b5 100644 --- a/games/pioneers/distinfo +++ b/games/pioneers/distinfo @@ -1,3 +1,3 @@ -MD5 (pioneers-0.9.40.tar.gz) = fd6ed4753d9e3103fda429ad5bcc50e8 -SHA256 (pioneers-0.9.40.tar.gz) = 776b18a2033e6f107d311c037e3b7bd73e8f7bb4f92c380d706100168fdf1d08 -SIZE (pioneers-0.9.40.tar.gz) = 2156282 +MD5 (pioneers-0.9.49.tar.gz) = 48438a6ef8783c86bfef51e3e23b393f +SHA256 (pioneers-0.9.49.tar.gz) = 7c4aa668272c83eda2dc94bbe4a28341c4734e58597d5964636d998382e685e0 +SIZE (pioneers-0.9.49.tar.gz) = 2277004 diff --git a/games/pioneers/files/patch-client_gtk_settingscreen.c b/games/pioneers/files/patch-client_gtk_settingscreen.c new file mode 100644 index 000000000000..6718f885c466 --- /dev/null +++ b/games/pioneers/files/patch-client_gtk_settingscreen.c @@ -0,0 +1,14 @@ +--- client/gtk/settingscreen.c.orig Fri Jan 27 07:22:40 2006 ++++ client/gtk/settingscreen.c Fri Jan 27 07:22:56 2006 +@@ -298,9 +298,10 @@ + if (settings_dlg) { + GtkWidget *vbox; + GtkWidget *dlg_vbox; ++ GList *list; + + dlg_vbox = GTK_DIALOG(settings_dlg)->vbox; +- GList *list = ++ list = + gtk_container_get_children(GTK_CONTAINER(dlg_vbox)); + + if (g_list_length(list) > 0) diff --git a/games/pioneers/pkg-plist b/games/pioneers/pkg-plist index df0aa4a5599c..ca302ace847b 100644 --- a/games/pioneers/pkg-plist +++ b/games/pioneers/pkg-plist @@ -63,6 +63,16 @@ share/gnome/games/pioneers/themes/Tiny/sea-lorindol.png share/gnome/games/pioneers/themes/Tiny/theme.cfg share/gnome/games/pioneers/themes/Tiny/wool-lorindol.png share/gnome/games/pioneers/themes/Tiny/wool-port.png +share/gnome/games/pioneers/themes/Wesnoth-like/board.png +share/gnome/games/pioneers/themes/Wesnoth-like/desert.png +share/gnome/games/pioneers/themes/Wesnoth-like/field.png +share/gnome/games/pioneers/themes/Wesnoth-like/forest.png +share/gnome/games/pioneers/themes/Wesnoth-like/gold.png +share/gnome/games/pioneers/themes/Wesnoth-like/hill.png +share/gnome/games/pioneers/themes/Wesnoth-like/mountain.png +share/gnome/games/pioneers/themes/Wesnoth-like/pasture.png +share/gnome/games/pioneers/themes/Wesnoth-like/sea.png +share/gnome/games/pioneers/themes/Wesnoth-like/theme.cfg share/gnome/games/pioneers/themes/board.png share/gnome/games/pioneers/themes/cross.png share/gnome/games/pioneers/themes/desert.png @@ -130,9 +140,11 @@ share/locale/fr/LC_MESSAGES/pioneers.mo share/locale/hu/LC_MESSAGES/pioneers.mo share/locale/it/LC_MESSAGES/pioneers.mo share/locale/nl/LC_MESSAGES/pioneers.mo +share/locale/sv/LC_MESSAGES/pioneers.mo @dirrm share/gnome/games/pioneers/themes/FreeCIV-like @dirrm share/gnome/games/pioneers/themes/Iceland @dirrm share/gnome/games/pioneers/themes/Tiny +@dirrm share/gnome/games/pioneers/themes/Wesnoth-like @dirrm share/gnome/games/pioneers/themes @dirrm share/gnome/games/pioneers %%LIBGNOME%%@dirrm share/gnome/help/pioneers/C/images |