summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/gnome-system-monitor3/Makefile4
-rw-r--r--sysutils/gnome-system-monitor3/distinfo4
-rw-r--r--sysutils/gnome-system-monitor3/files/patch-gnome_bugzilla_67406417
-rw-r--r--sysutils/gnome-system-monitor3/pkg-plist95
4 files changed, 78 insertions, 42 deletions
diff --git a/sysutils/gnome-system-monitor3/Makefile b/sysutils/gnome-system-monitor3/Makefile
index 891d5c7cf..e186d9e4e 100644
--- a/sysutils/gnome-system-monitor3/Makefile
+++ b/sysutils/gnome-system-monitor3/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/gnome-system-monitor3/Makefile,v 1.10 2011/10/07 22:35:12 kwm Exp $
+# $MCom: ports/sysutils/gnome-system-monitor3/Makefile,v 1.11 2011/10/19 09:48:04 kwm Exp $
#
PORTNAME= gnome-system-monitor
-PORTVERSION= 3.2.1
+PORTVERSION= 3.4.1
CATEGORIES= sysutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/sysutils/gnome-system-monitor3/distinfo b/sysutils/gnome-system-monitor3/distinfo
index c0f391115..141dcf29e 100644
--- a/sysutils/gnome-system-monitor3/distinfo
+++ b/sysutils/gnome-system-monitor3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/gnome-system-monitor-3.2.1.tar.xz) = f9ecca05609c0ff346727e0f24e32ba5284aea47dfe958e2b6d4a7912e5c1180
-SIZE (gnome3/gnome-system-monitor-3.2.1.tar.xz) = 2488492
+SHA256 (gnome3/gnome-system-monitor-3.4.1.tar.xz) = 60f53f1b37c717b2f12502bf6f3b4b43c8e8f3d2fb1198ba66bf933ec4c3130b
+SIZE (gnome3/gnome-system-monitor-3.4.1.tar.xz) = 2548064
diff --git a/sysutils/gnome-system-monitor3/files/patch-gnome_bugzilla_674064 b/sysutils/gnome-system-monitor3/files/patch-gnome_bugzilla_674064
new file mode 100644
index 000000000..e82140def
--- /dev/null
+++ b/sysutils/gnome-system-monitor3/files/patch-gnome_bugzilla_674064
@@ -0,0 +1,17 @@
+diff --git src/procproperties.cpp src/procproperties.cpp
+index d97ce92..00fdfb0 100644
+--- src/procproperties.cpp
++++ src/procproperties.cpp
+@@ -120,10 +120,10 @@ fill_proc_properties (GtkWidget *tree, ProcInfo *info)
+ int HZ;
+ int mib[] = { CTL_KERN, KERN_CLOCKRATE };
+
+- if (sysctl (mib, nitems(mib), &cinf, &size, NULL, 0) == -1)
++ if (sysctl (mib, 2, &cinf, &size, NULL, 0) == -1)
+ HZ = 100;
+ else
+- HZ = cinf.hz;
++ HZ = (cinf.stathz ? cinf.stathz : cinf.hz);
+ #endif
+
+ proc_arg proc_props[] = {
diff --git a/sysutils/gnome-system-monitor3/pkg-plist b/sysutils/gnome-system-monitor3/pkg-plist
index 1d0a35797..bb4f561d1 100644
--- a/sysutils/gnome-system-monitor3/pkg-plist
+++ b/sysutils/gnome-system-monitor3/pkg-plist
@@ -1,5 +1,6 @@
bin/gnome-system-monitor
share/applications/gnome-system-monitor.desktop
+%%DATADIR%%/preferences.ui
share/gnome/help/gnome-system-monitor/C/figures/addColumn.png
share/gnome/help/gnome-system-monitor/C/figures/changePriority.png
share/gnome/help/gnome-system-monitor/C/figures/colorPanel.png
@@ -239,6 +240,20 @@ share/gnome/help/gnome-system-monitor/sv/figures/sortMenu2.png
share/gnome/help/gnome-system-monitor/sv/figures/systemMonitor.png
share/gnome/help/gnome-system-monitor/sv/figures/viewMenu.png
share/gnome/help/gnome-system-monitor/sv/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/te/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/te/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/te/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/te/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/te/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/te/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/te/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/te/figures/processListing.png
+share/gnome/help/gnome-system-monitor/te/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/te/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/te/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/te/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/te/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/te/gnome-system-monitor.xml
share/gnome/help/gnome-system-monitor/zh_CN/figures/addColumn.png
share/gnome/help/gnome-system-monitor/zh_CN/figures/changePriority.png
share/gnome/help/gnome-system-monitor/zh_CN/figures/colorPanel.png
@@ -355,50 +370,13 @@ share/omf/gnome-system-monitor/gnome-system-monitor-pa.omf
share/omf/gnome-system-monitor/gnome-system-monitor-ru.omf
share/omf/gnome-system-monitor/gnome-system-monitor-sl.omf
share/omf/gnome-system-monitor/gnome-system-monitor-sv.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-te.omf
share/omf/gnome-system-monitor/gnome-system-monitor-zh_CN.omf
share/pixmaps/gnome-system-monitor/download.svg
share/pixmaps/gnome-system-monitor/side.png
share/pixmaps/gnome-system-monitor/upload.svg
@dirrm share/pixmaps/gnome-system-monitor
@dirrm share/omf/gnome-system-monitor
-@dirrm share/gnome/help/gnome-system-monitor/zh_CN/figures
-@dirrm share/gnome/help/gnome-system-monitor/zh_CN
-@dirrm share/gnome/help/gnome-system-monitor/sv/figures
-@dirrm share/gnome/help/gnome-system-monitor/sv
-@dirrm share/gnome/help/gnome-system-monitor/sl/figures
-@dirrm share/gnome/help/gnome-system-monitor/sl
-@dirrm share/gnome/help/gnome-system-monitor/ru/figures
-@dirrm share/gnome/help/gnome-system-monitor/ru
-@dirrm share/gnome/help/gnome-system-monitor/pa/figures
-@dirrm share/gnome/help/gnome-system-monitor/pa
-@dirrm share/gnome/help/gnome-system-monitor/oc/figures
-@dirrm share/gnome/help/gnome-system-monitor/oc
-@dirrm share/gnome/help/gnome-system-monitor/gl/figures
-@dirrm share/gnome/help/gnome-system-monitor/gl
-@dirrm share/gnome/help/gnome-system-monitor/fr/figures
-@dirrm share/gnome/help/gnome-system-monitor/fr
-@dirrm share/gnome/help/gnome-system-monitor/eu/figures
-@dirrm share/gnome/help/gnome-system-monitor/eu
-@dirrm share/gnome/help/gnome-system-monitor/es/figures
-@dirrm share/gnome/help/gnome-system-monitor/es
-@dirrm share/gnome/help/gnome-system-monitor/el/figures
-@dirrm share/gnome/help/gnome-system-monitor/el
-@dirrm share/gnome/help/gnome-system-monitor/de/figures
-@dirrm share/gnome/help/gnome-system-monitor/de
-@dirrm share/gnome/help/gnome-system-monitor/da/figures
-@dirrm share/gnome/help/gnome-system-monitor/da
-@dirrm share/gnome/help/gnome-system-monitor/cs/figures
-@dirrm share/gnome/help/gnome-system-monitor/cs
-@dirrm share/gnome/help/gnome-system-monitor/ca/figures
-@dirrm share/gnome/help/gnome-system-monitor/ca
-@dirrm share/gnome/help/gnome-system-monitor/bg/figures
-@dirrm share/gnome/help/gnome-system-monitor/bg
-@dirrm share/gnome/help/gnome-system-monitor/ar/figures
-@dirrm share/gnome/help/gnome-system-monitor/ar
-@dirrm share/gnome/help/gnome-system-monitor/C/figures
-@dirrm share/gnome/help/gnome-system-monitor/C
-@dirrm share/gnome/help/gnome-system-monitor
-@dirrmtry share/applications
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/ug/LC_MESSAGES
@@ -439,3 +417,44 @@ share/pixmaps/gnome-system-monitor/upload.svg
@dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as
+@dirrm share/gnome/help/gnome-system-monitor/zh_CN/figures
+@dirrm share/gnome/help/gnome-system-monitor/zh_CN
+@dirrm share/gnome/help/gnome-system-monitor/te/figures
+@dirrm share/gnome/help/gnome-system-monitor/te
+@dirrm share/gnome/help/gnome-system-monitor/sv/figures
+@dirrm share/gnome/help/gnome-system-monitor/sv
+@dirrm share/gnome/help/gnome-system-monitor/sl/figures
+@dirrm share/gnome/help/gnome-system-monitor/sl
+@dirrm share/gnome/help/gnome-system-monitor/ru/figures
+@dirrm share/gnome/help/gnome-system-monitor/ru
+@dirrm share/gnome/help/gnome-system-monitor/pa/figures
+@dirrm share/gnome/help/gnome-system-monitor/pa
+@dirrm share/gnome/help/gnome-system-monitor/oc/figures
+@dirrm share/gnome/help/gnome-system-monitor/oc
+@dirrm share/gnome/help/gnome-system-monitor/gl/figures
+@dirrm share/gnome/help/gnome-system-monitor/gl
+@dirrm share/gnome/help/gnome-system-monitor/fr/figures
+@dirrm share/gnome/help/gnome-system-monitor/fr
+@dirrm share/gnome/help/gnome-system-monitor/eu/figures
+@dirrm share/gnome/help/gnome-system-monitor/eu
+@dirrm share/gnome/help/gnome-system-monitor/es/figures
+@dirrm share/gnome/help/gnome-system-monitor/es
+@dirrm share/gnome/help/gnome-system-monitor/el/figures
+@dirrm share/gnome/help/gnome-system-monitor/el
+@dirrm share/gnome/help/gnome-system-monitor/de/figures
+@dirrm share/gnome/help/gnome-system-monitor/de
+@dirrm share/gnome/help/gnome-system-monitor/da/figures
+@dirrm share/gnome/help/gnome-system-monitor/da
+@dirrm share/gnome/help/gnome-system-monitor/cs/figures
+@dirrm share/gnome/help/gnome-system-monitor/cs
+@dirrm share/gnome/help/gnome-system-monitor/ca/figures
+@dirrm share/gnome/help/gnome-system-monitor/ca
+@dirrm share/gnome/help/gnome-system-monitor/bg/figures
+@dirrm share/gnome/help/gnome-system-monitor/bg
+@dirrm share/gnome/help/gnome-system-monitor/ar/figures
+@dirrm share/gnome/help/gnome-system-monitor/ar
+@dirrm share/gnome/help/gnome-system-monitor/C/figures
+@dirrm share/gnome/help/gnome-system-monitor/C
+@dirrm share/gnome/help/gnome-system-monitor
+@dirrm %%DATADIR%%
+@dirrmtry share/applications