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/files | |
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/files')
-rw-r--r-- | sysutils/gkrellm/files/top.Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |