aboutsummaryrefslogtreecommitdiff
path: root/sysutils/healthd
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-03-16 20:29:13 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-03-16 20:29:13 +0000
commit61cd42bc0a4a4f593f713dc0ea03db06824610d4 (patch)
treef843e99e8a975e64b676453f35a4959246839118 /sysutils/healthd
parent79fb1155cb12bab0890aff8f5cd03b04ee167b64 (diff)
downloadports-61cd42bc0a4a4f593f713dc0ea03db06824610d4.tar.gz
ports-61cd42bc0a4a4f593f713dc0ea03db06824610d4.zip
Notes
Diffstat (limited to 'sysutils/healthd')
-rw-r--r--sysutils/healthd/Makefile3
-rw-r--r--sysutils/healthd/distinfo2
-rw-r--r--sysutils/healthd/files/patch-aa11
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);