diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-26 15:30:06 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-26 15:30:06 +0000 |
commit | c79616bfc771464c3c9d1eb966da970200b848e1 (patch) | |
tree | f4bff1a0eec84b250a17b22bb51b33b161c59c30 /sysutils/hal/Makefile | |
parent | baea56722cd30d46416900398da61a1c88f6ec47 (diff) | |
download | pkgsrc-c79616bfc771464c3c9d1eb966da970200b848e1.tar.gz |
Since people are bumping pkgrevison on this anyway..
hald-netbsd: use scsi identify to fill in storage.vendor/storage.model
where available so hal-info fdi matching rules will apply
hald-netbsd: if libvolume_id thinks that a partition is vfat, believe it
over the disklabel (stops USB devices lacking partition tables such as
an iPod from incorrectly being treated as ffs).
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 e4d01f423ed..037b7b999b1 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2008/12/26 11:36:31 ahoka Exp $ +# $NetBSD: Makefile,v 1.29 2008/12/26 15:30:06 jmcneill Exp $ # DISTNAME= hal-0.5.11 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ EXTRACT_SUFX= .tar.bz2 |