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 | |
parent | 0d6ed092d3fe51fdbad06426489ce28076631ce8 (diff) | |
download | marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.gz 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')
-rw-r--r-- | x11-wm/metacity/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/metacity/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 10bbec6e6..7dbdc6f8e 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -3,11 +3,11 @@ # Whom: Garrett Rooney <rooneg@electricjellyfish.net> # # $FreeBSD$ -# $MCom: ports/x11-wm/metacity/Makefile,v 1.137 2008/09/08 00:10:56 marcus Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.138 2008/09/09 19:15:19 marcus Exp $ # PORTNAME= metacity -PORTVERSION= 2.23.610 +PORTVERSION= 2.24.0 CATEGORIES= x11-wm MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo index 377e48046..a6116af82 100644 --- a/x11-wm/metacity/distinfo +++ b/x11-wm/metacity/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/metacity-2.23.610.tar.bz2) = 59bf58fc5c8f4b11014caf66483d6605 -SHA256 (gnome2/metacity-2.23.610.tar.bz2) = debbc1e3200ff5b354db82e6f08dc1f54cb1be4e7540213338c82bcf2bce8f92 -SIZE (gnome2/metacity-2.23.610.tar.bz2) = 2147503 +MD5 (gnome2/metacity-2.24.0.tar.bz2) = d4aa782d5f71b6c42514b239684a4aa3 +SHA256 (gnome2/metacity-2.24.0.tar.bz2) = 90eed0a36aae302db52af12220c4cf863c9cccebd233015104f2d88cb17ec076 +SIZE (gnome2/metacity-2.24.0.tar.bz2) = 2160557 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)) |