diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-23 13:00:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-23 13:00:57 +0800 |
commit | bcc13e1d180bb459286b52b1a98bb3aa2e533ac8 (patch) | |
tree | c0f2304d66bbac74b7e03ed44f79f2a86b1b216e /x11-wm/metacity/files | |
parent | 0d6ed092d3fe51fdbad06426489ce28076631ce8 (diff) | |
download | marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.gz marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.bz2 marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.lz marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.xz marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.zst marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.zip |
Update to 2.24.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11610 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity/files')
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure index 074648a0f..155c6ecfc 100644 --- a/x11-wm/metacity/files/patch-configure +++ b/x11-wm/metacity/files/patch-configure @@ -1,9 +1,9 @@ ---- configure.orig 2008-02-27 10:34:12.000000000 +0100 -+++ configure 2008-02-27 10:47:16.000000000 +0100 -@@ -31011,7 +31010,7 @@ +--- configure.orig 2008-09-23 00:55:36.000000000 -0400 ++++ configure 2008-09-23 00:55:52.000000000 -0400 +@@ -31530,7 +31530,7 @@ metacity-$VERSION: " - METACITY_MINOR_VERSION=23 + METACITY_MINOR_VERSION=24 -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)) |