diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-25 04:47:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-25 04:47:21 +0800 |
commit | 5cc5354678999b0b05237d0ce566ec82d5a1b13d (patch) | |
tree | c6dd371cccca169dcde755e9a1a0467de120dd2e /sysutils/hal | |
parent | ba229588b8d43845079f5052d27e55e988043649 (diff) | |
download | freebsd-ports-gnome-5cc5354678999b0b05237d0ce566ec82d5a1b13d.tar.gz freebsd-ports-gnome-5cc5354678999b0b05237d0ce566ec82d5a1b13d.tar.zst freebsd-ports-gnome-5cc5354678999b0b05237d0ce566ec82d5a1b13d.zip |
* Power down the system rather than simply shutting it down. [1]
* Avoid an infinite loop with buggy PCI firmwares [2] [3]
* While here, simplify the PCI probing mechanism [3]
PR: 110492 [1]
Reported by: manphiz@gmail.com, Nick Withers <nick@nickwithers.com> [2]
Submitted by: Rechistov Grigory <ggg_mail@inbox.ru> [1]
jylefort [3]
Diffstat (limited to 'sysutils/hal')
-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 835d82abd809..c43f0551fe1b 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= 20070210 +SNAPVERSION= 20070324 .if !defined(HAL_SLAVE) USE_RC_SUBR= hald diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo index 2f272c772f2e..eea19a43179f 100644 --- a/sysutils/hal/distinfo +++ b/sysutils/hal/distinfo @@ -1,3 +1,3 @@ -MD5 (hal-0.5.8.20070210.tar.bz2) = bf92bd80cdb3d05ec767ba77112eb50f -SHA256 (hal-0.5.8.20070210.tar.bz2) = 576facd21492fe0a245f9475ea07d1fd5fa805fcdcf1254b03c91f28ac412aaf -SIZE (hal-0.5.8.20070210.tar.bz2) = 1372988 +MD5 (hal-0.5.8.20070324.tar.bz2) = b07a77e0b716deef159a87fd7f93c996 +SHA256 (hal-0.5.8.20070324.tar.bz2) = 68ff62a975066b82c0e196e2e6378c111a045e86aa3fcdf1a8f192df15450b1f +SIZE (hal-0.5.8.20070324.tar.bz2) = 1373209 |