summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-07-14 04:06:13 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-07-14 04:06:13 +0800
commit3ad3e677f7b3f417ff837c176d4b8c0daae94b0e (patch)
treeddd751780369f058e56072f9038148e98403acbf
parent4b66a8a64b21afb44fb7e879ea9aaef9b9827a5b (diff)
downloadmarcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.tar
marcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.tar.gz
marcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.tar.bz2
marcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.tar.lz
marcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.tar.xz
marcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.tar.zst
marcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.zip
Update to 2.3.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@977 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--games/gnome-games/Makefile2
-rw-r--r--games/gnome-games/distinfo2
-rw-r--r--games/gnome-games/files/patch-blackjack_data_Makefile.in11
-rw-r--r--games/gnome-games/files/patch-blackjack_src_game.cpp11
-rw-r--r--games/gnome-games/files/patch-gnomine_minefield.c15
-rw-r--r--games/gnomegames2/Makefile2
-rw-r--r--games/gnomegames2/distinfo2
-rw-r--r--games/gnomegames2/files/patch-blackjack_data_Makefile.in11
-rw-r--r--games/gnomegames2/files/patch-blackjack_src_game.cpp11
-rw-r--r--games/gnomegames2/files/patch-gnomine_minefield.c15
10 files changed, 34 insertions, 48 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 60f2d2a99..497a183bd 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomegames2
-PORTVERSION= 2.3.4
+PORTVERSION= 2.3.5
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-games/2.3
diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo
index c45e449fe..8662da9c7 100644
--- a/games/gnome-games/distinfo
+++ b/games/gnome-games/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gnome-games-2.3.4.tar.bz2) = 0102c4d1e18edf2b9092df2452c17f66
+MD5 (gnome2/gnome-games-2.3.5.tar.bz2) = 9f9818722ed11d06b96bd2e77291b942
diff --git a/games/gnome-games/files/patch-blackjack_data_Makefile.in b/games/gnome-games/files/patch-blackjack_data_Makefile.in
deleted file mode 100644
index 6d80b6f40..000000000
--- a/games/gnome-games/files/patch-blackjack_data_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- blackjack/data/Makefile.in.orig Wed Jul 2 14:21:58 2003
-+++ blackjack/data/Makefile.in Wed Jul 2 14:22:17 2003
-@@ -322,7 +322,7 @@
- @INTLTOOL_SCHEMAS_RULE@
-
- install-data-local:
--@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
-+@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/games/gnome-games/files/patch-blackjack_src_game.cpp b/games/gnome-games/files/patch-blackjack_src_game.cpp
deleted file mode 100644
index 1231e5156..000000000
--- a/games/gnome-games/files/patch-blackjack_src_game.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- blackjack/src/game.cpp.orig Tue Jun 17 13:01:16 2003
-+++ blackjack/src/game.cpp Tue Jun 17 13:02:39 2003
-@@ -98,7 +98,7 @@
- }
-
- int
--bj_is_ruleset (const struct dirent* dent)
-+bj_is_ruleset (struct dirent* dent)
- {
- return (!strcmp (g_extension_pointer (dent->d_name), "rules"));
- }
diff --git a/games/gnome-games/files/patch-gnomine_minefield.c b/games/gnome-games/files/patch-gnomine_minefield.c
new file mode 100644
index 000000000..33d8cdbcb
--- /dev/null
+++ b/games/gnome-games/files/patch-gnomine_minefield.c
@@ -0,0 +1,15 @@
+--- gnomine/minefield.c.orig Sun Jul 13 15:45:21 2003
++++ gnomine/minefield.c Sun Jul 13 15:45:38 2003
+@@ -226,11 +226,11 @@
+ static void gtk_minefield_size_allocate (GtkWidget *widget,
+ GtkAllocation *allocation)
+ {
+- widget->allocation = *allocation;
+ guint minesize, width, height;
+ guint xofs, yofs;
+ GtkMineField * mfield;
+
++ widget->allocation = *allocation;
+ mfield = GTK_MINEFIELD (widget);
+
+ if (GTK_WIDGET_REALIZED (widget)) {
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile
index 60f2d2a99..497a183bd 100644
--- a/games/gnomegames2/Makefile
+++ b/games/gnomegames2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomegames2
-PORTVERSION= 2.3.4
+PORTVERSION= 2.3.5
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-games/2.3
diff --git a/games/gnomegames2/distinfo b/games/gnomegames2/distinfo
index c45e449fe..8662da9c7 100644
--- a/games/gnomegames2/distinfo
+++ b/games/gnomegames2/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gnome-games-2.3.4.tar.bz2) = 0102c4d1e18edf2b9092df2452c17f66
+MD5 (gnome2/gnome-games-2.3.5.tar.bz2) = 9f9818722ed11d06b96bd2e77291b942
diff --git a/games/gnomegames2/files/patch-blackjack_data_Makefile.in b/games/gnomegames2/files/patch-blackjack_data_Makefile.in
deleted file mode 100644
index 6d80b6f40..000000000
--- a/games/gnomegames2/files/patch-blackjack_data_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- blackjack/data/Makefile.in.orig Wed Jul 2 14:21:58 2003
-+++ blackjack/data/Makefile.in Wed Jul 2 14:22:17 2003
-@@ -322,7 +322,7 @@
- @INTLTOOL_SCHEMAS_RULE@
-
- install-data-local:
--@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
-+@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/games/gnomegames2/files/patch-blackjack_src_game.cpp b/games/gnomegames2/files/patch-blackjack_src_game.cpp
deleted file mode 100644
index 1231e5156..000000000
--- a/games/gnomegames2/files/patch-blackjack_src_game.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- blackjack/src/game.cpp.orig Tue Jun 17 13:01:16 2003
-+++ blackjack/src/game.cpp Tue Jun 17 13:02:39 2003
-@@ -98,7 +98,7 @@
- }
-
- int
--bj_is_ruleset (const struct dirent* dent)
-+bj_is_ruleset (struct dirent* dent)
- {
- return (!strcmp (g_extension_pointer (dent->d_name), "rules"));
- }
diff --git a/games/gnomegames2/files/patch-gnomine_minefield.c b/games/gnomegames2/files/patch-gnomine_minefield.c
new file mode 100644
index 000000000..33d8cdbcb
--- /dev/null
+++ b/games/gnomegames2/files/patch-gnomine_minefield.c
@@ -0,0 +1,15 @@
+--- gnomine/minefield.c.orig Sun Jul 13 15:45:21 2003
++++ gnomine/minefield.c Sun Jul 13 15:45:38 2003
+@@ -226,11 +226,11 @@
+ static void gtk_minefield_size_allocate (GtkWidget *widget,
+ GtkAllocation *allocation)
+ {
+- widget->allocation = *allocation;
+ guint minesize, width, height;
+ guint xofs, yofs;
+ GtkMineField * mfield;
+
++ widget->allocation = *allocation;
+ mfield = GTK_MINEFIELD (widget);
+
+ if (GTK_WIDGET_REALIZED (widget)) {