summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-02 22:56:15 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-02 22:56:15 +0000
commita327210be0b2c5d5772a6eea2a4f1cea2a4b4514 (patch)
treedfbae060e3e3f994d63d6ae2bdbbcb85f891ee97 /sysutils/hal
parent- Update plist for qdbm update (diff)
Update to snapshot 20061102.
* The volume probing helper can take up to a minute to run the isoinfo command against data DVDs, so bump the timeout up to 60 seconds. * Fix a spurious warning when running lshal Add two new properties to SCSI block devices. The first is block.freebsd.cam_path which is a bus,target,lun path to a SCSI device. This is needed by tools such as cdrecord, and by adding a private freebsd property, it is much easier to get apps like nautilus-cd-burner working. The second property is block.freebsd.atapi_cam_device. This property is actually attached to ATAPI CAM devices, and denotes the CAM block device associated with this ATAPI block device. This may be useful for programs that can only operate with CAM-compliant devices. Finally, update the volume probing code so that blank discs are treated as volumes. This is sort of crude. We basically say a disc is blank is it is a disc and contains no data and no audio. With all of these changes, plus a minor change to nautilus-cd-burner, n-c-b now works again on FreeBSD.
Notes
Notes: svn path=/head/; revision=176243
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile4
-rw-r--r--sysutils/hal/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 19f2a9d89ca4..8bebea2ae97a 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -8,7 +8,7 @@
PORTNAME= hal
PORTVERSION= ${HALVERSION}.${SNAPVERSION}
-PORTREVISION?= 2
+PORTREVISION?= 0
CATEGORIES?= sysutils
MASTER_SITES= http://www.marcuscom.com/downloads/
@@ -39,7 +39,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTKDOC="false"
HALVERSION= 0.5.8
-SNAPVERSION= 20061030
+SNAPVERSION= 20061102
.if !defined(HAL_SLAVE)
USE_RC_SUBR= hald
diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo
index 10bd2423671f..f18843268f18 100644
--- a/sysutils/hal/distinfo
+++ b/sysutils/hal/distinfo
@@ -1,3 +1,3 @@
-MD5 (hal-0.5.8.20061030.tar.bz2) = a0e18c4a17003fda7d3e8497f5fdbedf
-SHA256 (hal-0.5.8.20061030.tar.bz2) = 5cdb0eb02f96b3a520a5cdd7f6327e270907fcff6849bb249529031c80b55065
-SIZE (hal-0.5.8.20061030.tar.bz2) = 1393542
+MD5 (hal-0.5.8.20061102.tar.bz2) = d0c720a7a26e9ee9305dcdf45a2b0a39
+SHA256 (hal-0.5.8.20061102.tar.bz2) = fa2f48160660f1e6c95a1dc5faaae80edfd4db537e04fdcf29d38e270caa194d
+SIZE (hal-0.5.8.20061102.tar.bz2) = 1393838