pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/hobbitclient Update from version 4.2.0nb1 to 4.2.0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8109aca0f465
branches:  trunk
changeset: 398504:8109aca0f465
user:      he <he%pkgsrc.org@localhost>
date:      Mon Aug 31 22:00:30 2009 +0000

description:
Update from version 4.2.0nb1 to 4.2.0nb2.

Pkgsrc changes:
 o Add a patch so that we don't monitor the usage level of
   ptyfs file systems (which are always at 100% usage level).

diffstat:

 net/hobbitclient/Makefile         |   4 ++--
 net/hobbitclient/distinfo         |   3 ++-
 net/hobbitclient/patches/patch-ad |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 59e075e3d0b0 -r 8109aca0f465 net/hobbitclient/Makefile
--- a/net/hobbitclient/Makefile Mon Aug 31 20:56:40 2009 +0000
+++ b/net/hobbitclient/Makefile Mon Aug 31 22:00:30 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2009/08/02 22:11:46 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2009/08/31 22:00:30 he Exp $
 #
 
 DISTNAME=      hobbit-4.2.0
 PKGNAME=       hobbitclient-4.2.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hobbitmon/}
 
diff -r 59e075e3d0b0 -r 8109aca0f465 net/hobbitclient/distinfo
--- a/net/hobbitclient/distinfo Mon Aug 31 20:56:40 2009 +0000
+++ b/net/hobbitclient/distinfo Mon Aug 31 22:00:30 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2009/07/28 19:42:26 spz Exp $
+$NetBSD: distinfo,v 1.6 2009/08/31 22:00:30 he Exp $
 
 SHA1 (allinone.patch) = 16631a912955fcf57e86d923522e6dde899cdcd8
 RMD160 (allinone.patch) = 52773fbb89f67e7a53782da9a4c3a05e42452914
@@ -8,3 +8,4 @@
 Size (hobbit-4.2.0.tar.gz) = 2341167 bytes
 SHA1 (patch-ab) = 8be66af4b877958f2bc64e18494c67a73acd4360
 SHA1 (patch-ac) = e51da2ae19bbdce48676296cddf8fe3194f8c7b1
+SHA1 (patch-ad) = e5c30e09b67ec4ab8b92d0ef94e08588a8c73752
diff -r 59e075e3d0b0 -r 8109aca0f465 net/hobbitclient/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/hobbitclient/patches/patch-ad Mon Aug 31 22:00:30 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2009/08/31 22:00:30 he Exp $
+
+Ignore ptyfs as well when monitoring file system usage level.
+
+--- client/hobbitclient-netbsd.sh.orig 2006-08-09 22:09:58.000000000 +0200
++++ client/hobbitclient-netbsd.sh
+@@ -20,7 +20,7 @@ uptime
+ echo "[who]"
+ who
+ echo "[df]"
+-df -P -tnonfs,kernfs,procfs,cd9660,null | sed -e '/^[^        ][^     ]*$/{
++df -P -tnonfs,kernfs,procfs,cd9660,null,ptyfs | sed -e '/^[^  ][^     ]*$/{
+ N
+ s/[   ]*\n[   ]*/ /
+ }'



Home | Main Index | Thread Index | Old Index