diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-03 09:14:43 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-03 09:14:43 +0800 |
commit | b6052fa5e14790b1d25d640c7d5e702e8474feb2 (patch) | |
tree | ee14a7adb82900c5430861874830403ef7cf507b /x11-wm | |
parent | 0ceecf7a97f334cfc842dfe93bbee29a7c125957 (diff) | |
download | freebsd-ports-gnome-b6052fa5e14790b1d25d640c7d5e702e8474feb2.tar.gz freebsd-ports-gnome-b6052fa5e14790b1d25d640c7d5e702e8474feb2.tar.zst freebsd-ports-gnome-b6052fa5e14790b1d25d640c7d5e702e8474feb2.zip |
Update to 0.4.1.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity-setup/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/metacity-setup/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/metacity-setup/files/patch-configure | 11 | ||||
-rw-r--r-- | x11-wm/metacity-setup/files/patch-src_callbacks.c | 10 |
4 files changed, 2 insertions, 23 deletions
diff --git a/x11-wm/metacity-setup/Makefile b/x11-wm/metacity-setup/Makefile index 0981f48c82b0..e3b60a5085e4 100644 --- a/x11-wm/metacity-setup/Makefile +++ b/x11-wm/metacity-setup/Makefile @@ -6,7 +6,7 @@ # PORTNAME= metacity-setup -PORTVERSION= 0.4 +PORTVERSION= 0.4.1 CATEGORIES= x11-wm MASTER_SITES= http://plastercast.tzo.com/~plastercast/Projects/ \ http://www.marcuscom.com/downloads/ \ diff --git a/x11-wm/metacity-setup/distinfo b/x11-wm/metacity-setup/distinfo index cc9569145988..3cf53ee8b975 100644 --- a/x11-wm/metacity-setup/distinfo +++ b/x11-wm/metacity-setup/distinfo @@ -1 +1 @@ -MD5 (metacity-setup-0.4.tar.gz) = 9353e05f7f82f2026a012e9681b7708b +MD5 (metacity-setup-0.4.1.tar.gz) = 577848e12a7e06bc6eedbc0350726a47 diff --git a/x11-wm/metacity-setup/files/patch-configure b/x11-wm/metacity-setup/files/patch-configure deleted file mode 100644 index 50d28e0a2c8c..000000000000 --- a/x11-wm/metacity-setup/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Jun 1 22:26:42 2002 -+++ configure Sat Jun 1 22:26:55 2002 -@@ -2974,7 +2974,7 @@ - - fi - --pkg_modules="libcapplet-2.0 libgnomeui-2.0 libglade-2.0 gtk+-2.0 >= 1.3.13 gconf-2.0 libgnomeui-2.0 gnome-vfs-2.0" -+pkg_modules="libgnomeui-2.0 libglade-2.0 gtk+-2.0 >= 1.3.13 gconf-2.0 libgnomeui-2.0 gnome-vfs-2.0" - - succeeded=no - diff --git a/x11-wm/metacity-setup/files/patch-src_callbacks.c b/x11-wm/metacity-setup/files/patch-src_callbacks.c deleted file mode 100644 index 46f8330cce71..000000000000 --- a/x11-wm/metacity-setup/files/patch-src_callbacks.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/callbacks.c.orig Sat Jun 1 22:27:11 2002 -+++ src/callbacks.c Sat Jun 1 22:27:18 2002 -@@ -9,7 +9,6 @@ - #include <glade/glade.h> - #include <libgnomevfs/gnome-vfs-async-ops.h> - #include <libgnomevfs/gnome-vfs-ops.h> --#include "capplet-widget.h" - #include "stdio.h" - #include "stdlib.h" - #include "string.h" |