diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-09 12:52:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-09 12:52:23 +0800 |
commit | a4ff765a7ce6676b077238b6669af87c3a4b33ce (patch) | |
tree | 2af03ab334cfe1ffca68ce4c929f5ac56d4f06d1 /x11-wm | |
parent | c90aaaecfcd3647aa665403ca8665000bbe27ce0 (diff) | |
download | marcuscom-ports-a4ff765a7ce6676b077238b6669af87c3a4b33ce.tar.gz marcuscom-ports-a4ff765a7ce6676b077238b6669af87c3a4b33ce.tar.zst marcuscom-ports-a4ff765a7ce6676b077238b6669af87c3a4b33ce.zip |
Update to 2.11.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4440 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/metacity/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/metacity/files/patch-src_place.c | 28 |
3 files changed, 4 insertions, 33 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index e281b7d71..f8497ba96 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -3,12 +3,11 @@ # Whom: Garrett Rooney <rooneg@electricjellyfish.net> # # $FreeBSD$ -# $MCom: ports/x11-wm/metacity/Makefile,v 1.53 2005/07/25 03:52:33 marcus Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.54 2005/07/28 17:04:16 marcus Exp $ # PORTNAME= metacity -PORTVERSION= 2.11.1 -PORTREVISION= 1 +PORTVERSION= 2.11.2 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 182c46fbf..a1940ea08 100644 --- a/x11-wm/metacity/distinfo +++ b/x11-wm/metacity/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/metacity-2.11.1.tar.bz2) = 08c38e04c8ea83b524e36b17ffaec661 -SIZE (gnome2/metacity-2.11.1.tar.bz2) = 1695320 +MD5 (gnome2/metacity-2.11.2.tar.bz2) = 8cd042855bec2df5e4592d0aabbd5b6d +SIZE (gnome2/metacity-2.11.2.tar.bz2) = 1672195 diff --git a/x11-wm/metacity/files/patch-src_place.c b/x11-wm/metacity/files/patch-src_place.c deleted file mode 100644 index 966f10fee..000000000 --- a/x11-wm/metacity/files/patch-src_place.c +++ /dev/null @@ -1,28 +0,0 @@ -Index: src/place.c -=================================================================== -RCS file: /cvs/gnome/metacity/src/place.c,v -retrieving revision 1.43 -diff -p -u -r1.43 place.c ---- src/place.c 25 Jul 2005 02:12:58 -0000 1.43 -+++ src/place.c 28 Jul 2005 16:42:05 -0000 -@@ -369,20 +369,6 @@ avoid_being_obscured_as_second_modal_dia - "focus window\n", - window->desc); - } -- -- meta_topic (META_DEBUG_PLACEMENT, -- "Status:\n" -- " denied focus: %d\n" -- " modal: %d\n" -- " same app: %d\n" -- " overlaps %d\n", -- window->denied_focus_and_not_transient, -- window->wm_state_modal, -- meta_window_same_application (window, focus_window), -- meta_rectangle_intersect (&window->rect, -- &focus_window->rect, -- &overlap) -- ); - } - - static int |