diff options
author | martti <martti@pkgsrc.org> | 2003-10-02 07:15:32 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-10-02 07:15:32 +0000 |
commit | 97b7225e40e2d6e544c28e73e609a7ff2c43cad2 (patch) | |
tree | fc867d08914aa5bcf1b1ca07310a425dfb5b2c6e /sysutils/xfce4-netload-plugin/Makefile | |
parent | 24d78764ac80b0c17c0da82fad7c72da6446e686 (diff) | |
download | pkgsrc-97b7225e40e2d6e544c28e73e609a7ff2c43cad2.tar.gz |
Updated xfce4-netload-plugin to 0.2.1
* Fixed bug #972: The total value in the tooltip is now displayed with
fractional portion
* Fixed bug #962: Any errors about wrong configuration are now only
displayed in a dialog after changing configuration and not after
startup. This should help users whose network device is created after
dialing-in.
Diffstat (limited to 'sysutils/xfce4-netload-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-netload-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index c9c889025d7..493be1895c5 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/26 10:34:18 martti Exp $ +# $NetBSD: Makefile,v 1.2 2003/10/02 07:15:32 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -XFCE4_VERSION= 0.2.0pre6 +XFCE4_VERSION= 0.2.1 DISTNAME= xfce4-netload-plugin-${XFCE4_VERSION} CATEGORIES= sysutils |