summaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-01 06:31:10 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-01 06:31:10 +0800
commit7676d46e3a58d07f00acc175e86ccc45bb3274ca (patch)
tree354249c42f5c6b2afa80ad4ce351f4f7aa173c88 /x11-wm/metacity
parent3e10419865149795246453e4a8aa7776c7a4f323 (diff)
downloadmarcuscom-ports-7676d46e3a58d07f00acc175e86ccc45bb3274ca.tar
marcuscom-ports-7676d46e3a58d07f00acc175e86ccc45bb3274ca.tar.gz
marcuscom-ports-7676d46e3a58d07f00acc175e86ccc45bb3274ca.tar.bz2
marcuscom-ports-7676d46e3a58d07f00acc175e86ccc45bb3274ca.tar.lz
marcuscom-ports-7676d46e3a58d07f00acc175e86ccc45bb3274ca.tar.xz
marcuscom-ports-7676d46e3a58d07f00acc175e86ccc45bb3274ca.tar.zst
marcuscom-ports-7676d46e3a58d07f00acc175e86ccc45bb3274ca.zip
Update to 2.9.34.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3747 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity')
-rw-r--r--x11-wm/metacity/Makefile3
-rw-r--r--x11-wm/metacity/distinfo4
-rw-r--r--x11-wm/metacity/files/patch-src_window.c11
3 files changed, 3 insertions, 15 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile
index 0cf86137e..776537f52 100644
--- a/x11-wm/metacity/Makefile
+++ b/x11-wm/metacity/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= metacity
-PORTVERSION= 2.9.21
-PORTREVISION= 1
+PORTVERSION= 2.9.34
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo
index f16b92cf3..2a766ea29 100644
--- a/x11-wm/metacity/distinfo
+++ b/x11-wm/metacity/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/metacity-2.9.21.tar.bz2) = 43041be83a22dbc1b4e251fb517fb1be
-SIZE (gnome2/metacity-2.9.21.tar.bz2) = 2258167
+MD5 (gnome2/metacity-2.9.34.tar.bz2) = 373f3f3bc767b9c11b1f7c783701ab3f
+SIZE (gnome2/metacity-2.9.34.tar.bz2) = 2281199
diff --git a/x11-wm/metacity/files/patch-src_window.c b/x11-wm/metacity/files/patch-src_window.c
deleted file mode 100644
index e7b66f2bf..000000000
--- a/x11-wm/metacity/files/patch-src_window.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/window.c.orig Wed Feb 23 01:24:01 2005
-+++ src/window.c Wed Feb 23 01:24:17 2005
-@@ -648,7 +648,7 @@
- parent = meta_display_lookup_x_window (window->display,
- window->xtransient_for);
-
-- if (parent)
-+ if (parent && parent->workspace)
- {
- meta_topic (META_DEBUG_PLACEMENT,
- "Putting window %s on same workspace as parent %s\n",