diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-04 03:35:59 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-04 03:35:59 +0000 |
commit | 7dd9528d3affc88c4b95a31576ac22959ce15369 (patch) | |
tree | 87b1ee9bc651a41d8ae141678f8b54c93cfedea1 /sysutils/hal/Makefile | |
parent | 7d5ddced5b7d57792895a5573dbc3f08f893f04e (diff) | |
download | pkgsrc-7dd9528d3affc88c4b95a31576ac22959ce15369.tar.gz |
hald-netbsd: clear charge rate when charge state is normal, report
measurement type when envstat provides Ah readings. 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 e405d6f89c6..797125a44a0 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2008/12/03 07:38:10 hasso Exp $ +# $NetBSD: Makefile,v 1.17 2008/12/04 03:35:59 jmcneill Exp $ # DISTNAME= hal-0.5.11 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ EXTRACT_SUFX= .tar.bz2 |