diff options
author | cube <cube@pkgsrc.org> | 2004-02-28 23:04:43 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-02-28 23:04:43 +0000 |
commit | c367b13969f92e96fc88a33bae76ae8a083c6eec (patch) | |
tree | 38849af9dd2bfc949747d31e1ce71cc322080789 /sysutils/gkrellm | |
parent | 645d153159ff288b98a00226c3a222034900e726 (diff) | |
download | pkgsrc-c367b13969f92e96fc88a33bae76ae8a083c6eec.tar.gz |
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 (limited to 'sysutils/gkrellm')
-rw-r--r-- | sysutils/gkrellm/Makefile.common | 4 | ||||
-rw-r--r-- | sysutils/gkrellm/distinfo | 6 | ||||
-rw-r--r-- | sysutils/gkrellm/files/top.Makefile.inc | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/gkrellm/Makefile.common b/sysutils/gkrellm/Makefile.common index bcf3abe7f5e..dd99f45b61a 100644 --- a/sysutils/gkrellm/Makefile.common +++ b/sysutils/gkrellm/Makefile.common @@ -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 @@ USE_PKGLOCALEDIR= YES 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 --git a/sysutils/gkrellm/distinfo b/sysutils/gkrellm/distinfo index 1df35002186..918cd857083 100644 --- a/sysutils/gkrellm/distinfo +++ b/sysutils/gkrellm/distinfo @@ -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 --git a/sysutils/gkrellm/files/top.Makefile.inc b/sysutils/gkrellm/files/top.Makefile.inc index bfa0d710623..087b5374822 100644 --- a/sysutils/gkrellm/files/top.Makefile.inc +++ b/sysutils/gkrellm/files/top.Makefile.inc @@ -1,4 +1,4 @@ -VERSION= 2.1.26 +VERSION= 2.1.27 # Path options PREFIX?= /usr/local |