pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/gkrellm Update to version 2.1.27.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/561e7f73c4d3
branches:  trunk
changeset: 469781:561e7f73c4d3
user:      cube <cube%pkgsrc.org@localhost>
date:      Sat Feb 28 23:04:43 2004 +0000

description:
Update to version 2.1.27.

2.1.27 - Sat Feb 28, 2004
-------------------------
        * Handle changing sysfs sensor name format from xxx_inputN to xxxN_input.
        * Patches:
          o Kurt V. Hindenburg <khindenburg--at--cherrynebula.net> Consider only
            .so, .la, and .dll files during plugin scan (avoid Gentoo .keep
            ebuild files).
        * Bugfixes:
          o Use g_spawn_async_with_pipes() instead of popen() in mail.c so gkrellm
            file descriptors won't be open in the mail monitor launched MUA.

diffstat:

 sysutils/gkrellm/Makefile.common        |  4 ++--
 sysutils/gkrellm/distinfo               |  6 +++---
 sysutils/gkrellm/files/top.Makefile.inc |  2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 68f22e6ac7a2 -r 561e7f73c4d3 sysutils/gkrellm/Makefile.common
--- a/sysutils/gkrellm/Makefile.common  Sat Feb 28 22:18:35 2004 +0000
+++ b/sysutils/gkrellm/Makefile.common  Sat Feb 28 23:04:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/02/25 08:41:56 cube Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/02/28 23:04:43 cube Exp $
 
 DISTNAME=      ${GKRELLM_DISTBASE}
 PKGNAME=       ${GKRELLM_PKGBASE}-${GKRELLM_VERSION}
@@ -16,7 +16,7 @@
 
 MAKE_ENV+=             LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale
 
-GKRELLM_VERSION=       2.1.26
+GKRELLM_VERSION=       2.1.27
 GKRELLM_DISTBASE=      gkrellm-${GKRELLM_VERSION}
 GKRELLM_SRCDIR=                ${WRKDIR}/${GKRELLM_DISTBASE}
 
diff -r 68f22e6ac7a2 -r 561e7f73c4d3 sysutils/gkrellm/distinfo
--- a/sysutils/gkrellm/distinfo Sat Feb 28 22:18:35 2004 +0000
+++ b/sysutils/gkrellm/distinfo Sat Feb 28 23:04:43 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2004/02/25 08:41:56 cube Exp $
+$NetBSD: distinfo,v 1.18 2004/02/28 23:04:43 cube Exp $
 
-SHA1 (gkrellm-2.1.26.tar.bz2) = 3d40c19f0dfde3d05ee1d1ae0c8527c81861daab
-Size (gkrellm-2.1.26.tar.bz2) = 633381 bytes
+SHA1 (gkrellm-2.1.27.tar.bz2) = cfffcb9d3045253174d87e4bf99981694a8b3a12
+Size (gkrellm-2.1.27.tar.bz2) = 633394 bytes
diff -r 68f22e6ac7a2 -r 561e7f73c4d3 sysutils/gkrellm/files/top.Makefile.inc
--- a/sysutils/gkrellm/files/top.Makefile.inc   Sat Feb 28 22:18:35 2004 +0000
+++ b/sysutils/gkrellm/files/top.Makefile.inc   Sat Feb 28 23:04:43 2004 +0000
@@ -1,4 +1,4 @@
-VERSION=       2.1.26
+VERSION=       2.1.27
 
 # Path options
 PREFIX?=       /usr/local



Home | Main Index | Thread Index | Old Index