diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-20 13:44:59 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-20 13:44:59 +0800 |
commit | 568819457de97e9f48930606ac9c51ea863bb3b1 (patch) | |
tree | e9ea01d3c7d47cfb5b610ffa384205141fb997ed | |
parent | b52347fa429984654eff93c8de0223061de17fc3 (diff) | |
download | marcuscom-ports-568819457de97e9f48930606ac9c51ea863bb3b1.tar marcuscom-ports-568819457de97e9f48930606ac9c51ea863bb3b1.tar.gz marcuscom-ports-568819457de97e9f48930606ac9c51ea863bb3b1.tar.bz2 marcuscom-ports-568819457de97e9f48930606ac9c51ea863bb3b1.tar.lz marcuscom-ports-568819457de97e9f48930606ac9c51ea863bb3b1.tar.xz marcuscom-ports-568819457de97e9f48930606ac9c51ea863bb3b1.tar.zst marcuscom-ports-568819457de97e9f48930606ac9c51ea863bb3b1.zip |
Update to 2.17.4.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8092 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gnome-system-monitor/distinfo | 6 | ||||
-rw-r--r-- | sysutils/gnome-system-monitor/files/patch-src_interface.cpp | 14 |
3 files changed, 5 insertions, 19 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index e7ccadeaa..47e81c0b5 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.80 2006/12/04 18:42:20 marcus Exp $ +# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.81 2006/12/18 02:24:26 marcus Exp $ # PORTNAME= gnome-system-monitor -PORTVERSION= 2.17.4 +PORTVERSION= 2.17.4.2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-system-monitor/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo index 9ebab52fc..f27a1dc24 100644 --- a/sysutils/gnome-system-monitor/distinfo +++ b/sysutils/gnome-system-monitor/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-system-monitor-2.17.4.tar.bz2) = d0af976830b7e40bfcc00297da4a46ab -SHA256 (gnome2/gnome-system-monitor-2.17.4.tar.bz2) = 95b30914883afb50ab17c45b034ddced5edf789726b31f7697f196f9eb416097 -SIZE (gnome2/gnome-system-monitor-2.17.4.tar.bz2) = 1483906 +MD5 (gnome2/gnome-system-monitor-2.17.4.2.tar.bz2) = 711f4678d1eb448f5b1513fb1455ef77 +SHA256 (gnome2/gnome-system-monitor-2.17.4.2.tar.bz2) = d49734b1ebc26e3c46ce06f89f6cf35f1adba9238d6e165e2495a85b977193b6 +SIZE (gnome2/gnome-system-monitor-2.17.4.2.tar.bz2) = 1483817 diff --git a/sysutils/gnome-system-monitor/files/patch-src_interface.cpp b/sysutils/gnome-system-monitor/files/patch-src_interface.cpp deleted file mode 100644 index e7a0dc05a..000000000 --- a/sysutils/gnome-system-monitor/files/patch-src_interface.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/interface.cpp.orig Sun Dec 17 21:19:35 2006 -+++ src/interface.cpp Sun Dec 17 21:21:53 2006 -@@ -654,9 +654,9 @@ disconnect_proxy_cb (GtkUIManager *manag - { - if (GTK_IS_MENU_ITEM (proxy)) { - g_signal_handlers_disconnect_by_func -- (proxy, reinterpret_cast<void*>(G_CALLBACK(menu_item_select_cb)), procdata); -+ (proxy, (void *) (G_CALLBACK(menu_item_select_cb)), procdata); - g_signal_handlers_disconnect_by_func -- (proxy, reinterpret_cast<void*>(G_CALLBACK(menu_item_deselect_cb)), procdata); -+ (proxy, (void *) (G_CALLBACK(menu_item_deselect_cb)), procdata); - } - } - |