From 568819457de97e9f48930606ac9c51ea863bb3b1 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 20 Dec 2006 05:44:59 +0000 Subject: Update to 2.17.4.2. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8092 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/gnome-system-monitor/Makefile | 4 ++-- sysutils/gnome-system-monitor/distinfo | 6 +++--- .../gnome-system-monitor/files/patch-src_interface.cpp | 14 -------------- 3 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 sysutils/gnome-system-monitor/files/patch-src_interface.cpp 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 # # $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(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(G_CALLBACK(menu_item_deselect_cb)), procdata); -+ (proxy, (void *) (G_CALLBACK(menu_item_deselect_cb)), procdata); - } - } - -- cgit v1.2.3