From 8e745ba888dd411bf369d4057720f69c20c005b3 Mon Sep 17 00:00:00 2001 From: gusi Date: Mon, 16 Jun 2014 08:57:50 +0000 Subject: Update metacity to 3.12.0. Remove two unneeded patches. No need to bump any other port, only gnome3 uses it as run depends. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19739 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-wm/metacity/files/patch-configure | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 x11-wm/metacity/files/patch-configure (limited to 'x11-wm/metacity/files/patch-configure') diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure deleted file mode 100644 index 5ae975a06..000000000 --- a/x11-wm/metacity/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2011-04-05 20:58:36.000000000 +0200 -+++ configure 2011-04-05 20:59:24.000000000 +0200 -@@ -18286,7 +18286,7 @@ - " - - METACITY_MINOR_VERSION=34 --if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then -+if test $(( $(echo $METACITY_MINOR_VERSION) %2)) = "1"; then - stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2)) - echo "This is the UNSTABLE branch of metacity" - echo -n "Use 2.$stable_version.x for stable " -- cgit v1.2.3