diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-10 07:56:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-10 07:56:13 +0800 |
commit | fbf2444d10685bb134cf211795df1940873b05dc (patch) | |
tree | 868ac42fa8e47a0eba128791a944265c0762960a /x11-wm | |
parent | 4cd83024ebb6a2624b58c46df73b9d1e7caa6e4b (diff) | |
download | marcuscom-ports-fbf2444d10685bb134cf211795df1940873b05dc.tar marcuscom-ports-fbf2444d10685bb134cf211795df1940873b05dc.tar.gz marcuscom-ports-fbf2444d10685bb134cf211795df1940873b05dc.tar.bz2 marcuscom-ports-fbf2444d10685bb134cf211795df1940873b05dc.tar.lz marcuscom-ports-fbf2444d10685bb134cf211795df1940873b05dc.tar.xz marcuscom-ports-fbf2444d10685bb134cf211795df1940873b05dc.tar.zst marcuscom-ports-fbf2444d10685bb134cf211795df1940873b05dc.zip |
Update to 2.22.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10634 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 | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index abd8fd7e6..a5e01a712 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.122 2008/02/12 02:43:40 marcus Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.123 2008/02/28 02:25:11 mezz Exp $ # PORTNAME= metacity -PORTVERSION= 2.21.21 +PORTVERSION= 2.22.0 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo index 9d08a1842..06c754948 100644 --- a/x11-wm/metacity/distinfo +++ b/x11-wm/metacity/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/metacity-2.21.21.tar.bz2) = 4379689f6883876e69f6919c9fa2c7c6 -SHA256 (gnome2/metacity-2.21.21.tar.bz2) = f9a63d3a5b5303a201ba1e41b8c17fea490257d58bae8b62998dd2bd53184996 -SIZE (gnome2/metacity-2.21.21.tar.bz2) = 2070961 +MD5 (gnome2/metacity-2.22.0.tar.bz2) = 8cb6d02cf66a1003532b4f5d2754d696 +SHA256 (gnome2/metacity-2.22.0.tar.bz2) = 3c670b41a214311006dc05f9a005696b9d3fdcb5c80f1275367416600103b3bf +SIZE (gnome2/metacity-2.22.0.tar.bz2) = 2071931 diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure index 46952e336..bbb9c5e9b 100644 --- a/x11-wm/metacity/files/patch-configure +++ b/x11-wm/metacity/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2007-11-12 16:12:40.000000000 -0500 -+++ configure 2007-11-12 16:15:09.000000000 -0500 -@@ -26431,7 +26431,6 @@ echo "${ECHO_T}$have_xrender" >&6; } +--- configure.orig 2008-03-09 19:48:04.000000000 -0400 ++++ configure 2008-03-09 19:48:24.000000000 -0400 +@@ -26539,7 +26539,6 @@ echo "${ECHO_T}$have_xrender" >&6; } if test x$have_xrender = xyes; then echo "Building with Render" @@ -8,10 +8,10 @@ fi fi ## have_composite -@@ -30995,7 +30994,7 @@ metacity-$VERSION: +@@ -31011,7 +31010,7 @@ metacity-$VERSION: " - METACITY_MINOR_VERSION=21 + METACITY_MINOR_VERSION=22 -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)) |