diff options
author | jeh <jeh@FreeBSD.org> | 2001-03-17 04:29:13 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-03-17 04:29:13 +0800 |
commit | d1a1a517bb2671d5d67ff14f5c4a21f1a5187cd5 (patch) | |
tree | 3617e8bd3b7d7b58f1feb8f1178e3fba5f3757f1 | |
parent | ef74ad0d5227d93ce666af335729abd1a7d1ebfa (diff) | |
download | freebsd-ports-gnome-d1a1a517bb2671d5d67ff14f5c4a21f1a5187cd5.tar.gz freebsd-ports-gnome-d1a1a517bb2671d5d67ff14f5c4a21f1a5187cd5.tar.zst freebsd-ports-gnome-d1a1a517bb2671d5d67ff14f5c4a21f1a5187cd5.zip |
Include the previous patch-aa
Upgrade to 0.6.5.
- Allow -B to use Vbat on W83782D chips for Vcore1 (Abit BP-6) M/B
-rw-r--r-- | sysutils/healthd/Makefile | 3 | ||||
-rw-r--r-- | sysutils/healthd/distinfo | 2 | ||||
-rw-r--r-- | sysutils/healthd/files/patch-aa | 11 |
3 files changed, 2 insertions, 14 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index a880c88fd848..db56cd454d2e 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= healthd -PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTVERSION= 0.6.5 CATEGORIES= sysutils ipv6 MASTER_SITES= http://healthd.thehousleys.net/ diff --git a/sysutils/healthd/distinfo b/sysutils/healthd/distinfo index 8d00114389d8..27215bd5770e 100644 --- a/sysutils/healthd/distinfo +++ b/sysutils/healthd/distinfo @@ -1 +1 @@ -MD5 (healthd-0.6.4.tar.gz) = e866ab61b4ba03b80edb4b84b384a602 +MD5 (healthd-0.6.5.tar.gz) = d1c9edf67dee19eb5b42edba6ff190e5 diff --git a/sysutils/healthd/files/patch-aa b/sysutils/healthd/files/patch-aa deleted file mode 100644 index 5ceb9504adc1..000000000000 --- a/sysutils/healthd/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- getMBinfo.c.orig Sun Jan 7 11:24:43 2001 -+++ getMBinfo.c Mon Feb 5 21:41:37 2001 -@@ -293,7 +293,7 @@ - else - *r2 = 1350000 / (n * div2 * FanType2); - n=ReadByte(0x2A); -- if (n == 255) -+ if ((n == 255) || (n==0)) - *r3 = 0; - else - *r3 = 1350000 / (n * div3 * FanType3); |