summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11-wm/metacity3/Makefile6
-rw-r--r--x11-wm/metacity3/distinfo4
-rw-r--r--x11-wm/metacity3/files/patch-src_core_main.c14
3 files changed, 5 insertions, 19 deletions
diff --git a/x11-wm/metacity3/Makefile b/x11-wm/metacity3/Makefile
index 8e0b88d18..cc7047599 100644
--- a/x11-wm/metacity3/Makefile
+++ b/x11-wm/metacity3/Makefile
@@ -3,11 +3,11 @@
# Whom: Garrett Rooney <rooneg@electricjellyfish.net>
#
# $FreeBSD$
-# $MCom: ports/x11-wm/metacity/Makefile,v 1.160 2011/04/05 19:04:05 kwm Exp $
+# $MCom: ports/x11-wm/metacity3/Makefile,v 1.1 2011/06/10 22:17:00 mezz Exp $
#
PORTNAME= metacity
-PORTVERSION= 2.34.0
+PORTVERSION= 2.34.1
CATEGORIES= x11-wm
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -23,7 +23,7 @@ RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity
CONFLICTS= metacity-2.30.[0-9]*
LATEST_LINK= metacity3
-USE_BZIP2= yes
+USE_XZ= yes
USE_XORG= x11 xcomposite xdamage
USE_GETTEXT= yes
USE_GMAKE= yes
diff --git a/x11-wm/metacity3/distinfo b/x11-wm/metacity3/distinfo
index 9fa6207cf..8b5a65937 100644
--- a/x11-wm/metacity3/distinfo
+++ b/x11-wm/metacity3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/metacity-2.34.0.tar.bz2) = e316beff76658c98e21ddf4e7eaba12cd761b35002dc38701441db6740a6d698
-SIZE (gnome3/metacity-2.34.0.tar.bz2) = 2382473
+SHA256 (gnome3/metacity-2.34.1.tar.xz) = f144cb43925ca00d8eaac129a14df3260c54a32324b5cd0a4d78b0fd7ff1028a
+SIZE (gnome3/metacity-2.34.1.tar.xz) = 1918056
diff --git a/x11-wm/metacity3/files/patch-src_core_main.c b/x11-wm/metacity3/files/patch-src_core_main.c
deleted file mode 100644
index 2d5171e5d..000000000
--- a/x11-wm/metacity3/files/patch-src_core_main.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/core/main.c.orig 2010-01-21 11:09:25.000000000 -0500
-+++ src/core/main.c 2010-01-30 18:53:17.000000000 -0500
-@@ -58,7 +58,11 @@
-
- #include <stdlib.h>
- #include <sys/types.h>
-+#ifdef __linux__
- #include <wait.h>
-+#else
-+#include <sys/wait.h>
-+#endif
- #include <stdio.h>
- #include <string.h>
- #include <signal.h>