diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-16 00:34:12 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-16 00:34:12 +0000 |
commit | cd109e081f0f569a5d235ab5a9377ef41e5d422a (patch) | |
tree | d857ae4c53ddeb772c8640a58224e0281073c51b /x11-wm | |
parent | 3d4caff81d68cd9b2933cbc8c9b5a85383f6c9ed (diff) | |
download | FreeBSD-ports-cd109e081f0f569a5d235ab5a9377ef41e5d422a.zip FreeBSD-ports-cd109e081f0f569a5d235ab5a9377ef41e5d422a.tar.gz |
Update to 2.6.5. The most notable change is that while using
focus-follows-mouse, clicking inside a window will raise it as it did
under 2.4.x.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/metacity/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 13 |
3 files changed, 4 insertions, 17 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index ae83083..179edc9 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -6,8 +6,7 @@ # PORTNAME= metacity -PORTVERSION= 2.6.3 -PORTREVISION= 1 +PORTVERSION= 2.6.5 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 @@ -22,7 +21,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_GNOME= gnomeprefix gnomehack gnomehier gconf2 libglade2 +USE_GNOME= gnomeprefix intlhack gnomehack lthack gnomehier gconf2 libglade2 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo index c576cdd..d190329 100644 --- a/x11-wm/metacity/distinfo +++ b/x11-wm/metacity/distinfo @@ -1 +1,2 @@ -MD5 (gnome2/metacity-2.6.3.tar.bz2) = 370e54af48136a43dcae3596069af791 +MD5 (gnome2/metacity-2.6.5.tar.bz2) = 2530cca3818a6c25caa2f2aa135cfd62 +SIZE (gnome2/metacity-2.6.5.tar.bz2) = 1775893 diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure deleted file mode 100644 index bbd8c0a..0000000 --- a/x11-wm/metacity/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/05/22 09:20:39 1.1 -+++ configure 2002/05/22 09:20:59 -@@ -6411,6 +6411,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |