diff options
author | marcus <marcus@FreeBSD.org> | 2007-01-05 11:58:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-01-05 11:58:26 +0800 |
commit | 4cf87a540cc6aeeab0393da8865a815898430648 (patch) | |
tree | 3053a7066a25bd04be1db5a0649cdd9e4df564c6 /sysutils | |
parent | 4221ab2a04d5c77cbf46fb747f03ef8ae56601ff (diff) | |
download | freebsd-ports-gnome-4cf87a540cc6aeeab0393da8865a815898430648.tar.gz freebsd-ports-gnome-4cf87a540cc6aeeab0393da8865a815898430648.tar.zst freebsd-ports-gnome-4cf87a540cc6aeeab0393da8865a815898430648.zip |
Update to snapshot 20070104.
* If atapicam is enabled, use the CAM device node instead of the ATAPI
device node to access disc devices. The previous behavior can be restored
by following instructions in the README.freebsd file. [1]
* Flesh out the list of supported mount options for the vaious file systems
Submitted by: jylefort [1]
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hal/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hal/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 2d6e61a72c1f..c6be8dc02f0a 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTKDOC="false" HALVERSION= 0.5.8 -SNAPVERSION= 20061224 +SNAPVERSION= 20070104 .if !defined(HAL_SLAVE) USE_RC_SUBR= hald diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo index 97b461ba5948..55bc5100744f 100644 --- a/sysutils/hal/distinfo +++ b/sysutils/hal/distinfo @@ -1,3 +1,3 @@ -MD5 (hal-0.5.8.20061224.tar.bz2) = db7dbc92f921167b478e7932705c8a3f -SHA256 (hal-0.5.8.20061224.tar.bz2) = c613e30b549c7d50ecd710ec23cbcf4dec5391a36b8cb3dd67aeb410a89e270c -SIZE (hal-0.5.8.20061224.tar.bz2) = 1372509 +MD5 (hal-0.5.8.20070104.tar.bz2) = 8080c20462097e8be35da13203f9c59c +SHA256 (hal-0.5.8.20070104.tar.bz2) = 6ea690783c90ec8ccd4de2920ae937fde07abecac8d5f4d3c5f85524f3ae968c +SIZE (hal-0.5.8.20070104.tar.bz2) = 1372691 |