diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 00:53:48 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 00:53:48 +0800 |
commit | cd603d5fcf0ed0e7c00bf99b72e181edd1b16f09 (patch) | |
tree | bb80a1cb2ddae91ba57605103b79ce6949e3aca5 /x11-wm/metacity | |
parent | 078f95e51a0989575b7e553b853ac7c35ca337ed (diff) | |
download | marcuscom-ports-cd603d5fcf0ed0e7c00bf99b72e181edd1b16f09.tar marcuscom-ports-cd603d5fcf0ed0e7c00bf99b72e181edd1b16f09.tar.gz marcuscom-ports-cd603d5fcf0ed0e7c00bf99b72e181edd1b16f09.tar.bz2 marcuscom-ports-cd603d5fcf0ed0e7c00bf99b72e181edd1b16f09.tar.lz marcuscom-ports-cd603d5fcf0ed0e7c00bf99b72e181edd1b16f09.tar.xz marcuscom-ports-cd603d5fcf0ed0e7c00bf99b72e181edd1b16f09.tar.zst marcuscom-ports-cd603d5fcf0ed0e7c00bf99b72e181edd1b16f09.zip |
Update to 2.21.8
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10337 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity')
-rw-r--r-- | x11-wm/metacity/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/metacity/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/metacity/files/patch-src_window-props.c | 18 |
3 files changed, 5 insertions, 24 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index c9e6f9ef8..889d59b54 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.119 2007/12/22 20:55:39 kwm Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.120 2008/01/19 17:29:11 mezz Exp $ # PORTNAME= metacity -PORTVERSION= 2.21.5 -PORTREVISION= 1 +PORTVERSION= 2.21.8 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo index 85c69d6ce..f383d4a2f 100644 --- a/x11-wm/metacity/distinfo +++ b/x11-wm/metacity/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/metacity-2.21.5.tar.bz2) = 3d3ac7dc8e52981af032e35171789e60 -SHA256 (gnome2/metacity-2.21.5.tar.bz2) = e09621d5fb0ab233825579f1a66b30c1dc7bbc2d585e3e6aebac90a37039587d -SIZE (gnome2/metacity-2.21.5.tar.bz2) = 2029151 +MD5 (gnome2/metacity-2.21.8.tar.bz2) = 485e9f160764f029d1b3bd82066ee495 +SHA256 (gnome2/metacity-2.21.8.tar.bz2) = b39e1ed162965263ed66c16c562cdf06e6709640196533467739beb52bd0b24c +SIZE (gnome2/metacity-2.21.8.tar.bz2) = 2051311 diff --git a/x11-wm/metacity/files/patch-src_window-props.c b/x11-wm/metacity/files/patch-src_window-props.c deleted file mode 100644 index e32aacf7f..000000000 --- a/x11-wm/metacity/files/patch-src_window-props.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/window-props.c.orig Wed Dec 14 09:27:03 2005 -+++ src/window-props.c Wed Dec 14 09:28:57 2005 -@@ -20,6 +20,7 @@ - * 02111-1307, USA. - */ - -+#include <sys/param.h> - #include <config.h> - #include "window-props.h" - #include "xprops.h" -@@ -194,6 +195,7 @@ reload_net_wm_user_time (MetaWindow * - } - - #define MAX_TITLE_LENGTH 512 -+#define HOST_NAME_MAX MAXHOSTNAMELEN - - /** - * Called by set_window_title and set_icon_title to set the value of |