diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-22 02:06:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-22 02:06:06 +0800 |
commit | 0faef53c356651062ec7a87e28309b4a2ee311ef (patch) | |
tree | ea9225b89c1eecee56c973f83c4a2a8e70c48b33 | |
parent | ebe05424f52d5f45282de33b173f3a7ffc04640d (diff) | |
download | marcuscom-ports-0faef53c356651062ec7a87e28309b4a2ee311ef.tar marcuscom-ports-0faef53c356651062ec7a87e28309b4a2ee311ef.tar.gz marcuscom-ports-0faef53c356651062ec7a87e28309b4a2ee311ef.tar.bz2 marcuscom-ports-0faef53c356651062ec7a87e28309b4a2ee311ef.tar.lz marcuscom-ports-0faef53c356651062ec7a87e28309b4a2ee311ef.tar.xz marcuscom-ports-0faef53c356651062ec7a87e28309b4a2ee311ef.tar.zst marcuscom-ports-0faef53c356651062ec7a87e28309b4a2ee311ef.zip |
Update to 2.34.1.
switch to xz distfile.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16085 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-wm/metacity3/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/metacity3/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/metacity3/files/patch-src_core_main.c | 14 |
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> |