summaryrefslogtreecommitdiff
path: root/sysutils/gnome2-system-monitor/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-10-16 12:13:18 +0000
committerjmmv <jmmv@pkgsrc.org>2005-10-16 12:13:18 +0000
commit5341f0df62cad13b1d1a0a2024e1521918b3c9c1 (patch)
treeb8642e7bb58edc5977049f9dba0fc5c583465f20 /sysutils/gnome2-system-monitor/Makefile
parentca4244a4697b7d257b02f1b702b2aae4113bfe99 (diff)
downloadpkgsrc-5341f0df62cad13b1d1a0a2024e1521918b3c9c1.tar.gz
Update to 2.12.1:
New in 2.12.1 - 2 october 2005 * Updated translations. * Fixed #317660. New in 2.12.0 - 5 september 2005 * Updated translations. New in 2.11.92 - 22 august 2005 * Reworked and fixed device list. New in 2.11.91 - 9 august 2005 * Removed some debug messages. New in 2.11.90 - 25 july 2005 * Better icon lookup. * Fixed column default sort order. #310804. * Fixed division by 0. New in 2.11.5 - 13 july 2005 * Provide controls to SIGSTOP and SIGCONT a process. * Start timeouts only when needed. Should save some CPU. * Fixed process kill. New in 2.11.4 - 1 july 2005 * Added network history graph. Modified default colors to be a little brighter. Martin Ejdestig <mejde@dtek.chalmers.se>. * Fixed column order. * Moved Show combo box functionality to View menu. * Change priority slider max value on Linux. * Fixed confusing error message when libgnomesu is not found. * Fixed startup notification. Davyd Madeley and Paollo Borelli. * HIG fixes. Dennis Cranston <dennis_cranston@yahoo.com>. Merci à tous :) New in 2.11.3 - 8 june 2005 * Better SELinux detection. * Use "CPU" instead of "CPU%d" is system has only one cpu. * Disable process dependencies by default. * Fixed process sort. * Fixed segfault. Special thanks to Rod Butcher. * Many code cleanups. New in 2.11.2 - 18 may 2005 * Port to GtkUIManager by Paolo Borelli. * Removed the search box. * Displays load averages. * Fixed user name is uid changes. Fixed process name. * Fixed a lot of leaks. * Uses SI units. * New Device tab. New option to show all devices. Refresh devices list whenever a device is mounted or unmounted. * Smooth refresh so keep g-s-m own cpu usage < 10% * Fixed display if there's no swap. * Spawn only one instance of gnome-system-monitor thanks to libbacon. * etc Thanks to everyone who helped me. See ChangeLog.
Diffstat (limited to 'sysutils/gnome2-system-monitor/Makefile')
-rw-r--r--sysutils/gnome2-system-monitor/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/gnome2-system-monitor/Makefile b/sysutils/gnome2-system-monitor/Makefile
index 921d1a579f2..819cba87fb4 100644
--- a/sysutils/gnome2-system-monitor/Makefile
+++ b/sysutils/gnome2-system-monitor/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.26 2005/08/10 20:56:24 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2005/10/16 12:13:18 jmmv Exp $
#
-DISTNAME= gnome-system-monitor-2.10.1
+DISTNAME= gnome-system-monitor-2.12.1
PKGNAME= ${DISTNAME:S/gnome/gnome2/}
CATEGORIES= sysutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-monitor/2.10/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-monitor/2.12/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org