diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-11-27 12:24:02 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-11-27 12:24:02 +0000 |
commit | 696310ab4a5bb3cd17f53f17a889f9d114227a44 (patch) | |
tree | 2065593f637a46ee112ef47ffac161ccebe62c71 /sysutils/hal/Makefile | |
parent | 62dad85b36dfe16e20a4a6c7a3a65235b4c0676a (diff) | |
download | pkgsrc-696310ab4a5bb3cd17f53f17a889f9d114227a44.tar.gz |
hald-netbsd: clear is_charging/is_discharging before walking through the
sensor properties, and make sure we don't read an invalid sensor in
the process. Bump PKGREVISION.
Diffstat (limited to 'sysutils/hal/Makefile')
-rw-r--r-- | sysutils/hal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 028b5a18586..efe7a49cddc 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2008/11/27 03:32:19 jmcneill Exp $ +# $NetBSD: Makefile,v 1.11 2008/11/27 12:24:02 jmcneill Exp $ # DISTNAME= hal-0.5.11 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ EXTRACT_SUFX= .tar.bz2 |