diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-12-26 00:58:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-12-26 00:58:47 +0800 |
commit | b27c0254d49eec93fe4601ffa2673f550464b322 (patch) | |
tree | f672040eb0fadf0a2cc90bf9bdf53aacae5db1e7 /sysutils | |
parent | b902a95810000e509c4d4d2472a0a33e4e460d7c (diff) | |
download | freebsd-ports-gnome-b27c0254d49eec93fe4601ffa2673f550464b322.tar.gz freebsd-ports-gnome-b27c0254d49eec93fe4601ffa2673f550464b322.tar.zst freebsd-ports-gnome-b27c0254d49eec93fe4601ffa2673f550464b322.zip |
- Update to 0.8.12
- Remove comments
Changes:
- In bmc-config, workaround RMCP+ Privilege Level configuration compliance bugs
on HP DL145 servers.
- In ipmi-chassis-config, after configuring boot flags, set valid bits
appropriately.
- Fix N/A output corner case in ipmi-sel.
- Support Supermicro X8DTU-6+ motherboard OEM sensors.
- Fix FRU date/time calculation bug that did not account for leap years.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/freeipmi/Makefile | 8 | ||||
-rw-r--r-- | sysutils/freeipmi/distinfo | 4 |
2 files changed, 3 insertions, 9 deletions
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index 64922e5a1b1a..fdd96bf9cdcc 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -4,15 +4,9 @@ # # $FreeBSD$ # -# Available KNOBs: -# -# WITH_DEBUG - Enable debugging features. -# WITH_IOPERM - Use i386_set_ioperm(2) instead of io(4) to gain access -# to I/O ports (i386/amd64 only). -# PORTNAME= freeipmi -PORTVERSION= 0.8.11 +PORTVERSION= 0.8.12 CATEGORIES= sysutils MASTER_SITES= GNU/${PORTNAME}/ \ http://ftp.gluster.com/pub/${PORTNAME}/${PORTVERSION}/ \ diff --git a/sysutils/freeipmi/distinfo b/sysutils/freeipmi/distinfo index 2218342fb036..eb8f37f9c39e 100644 --- a/sysutils/freeipmi/distinfo +++ b/sysutils/freeipmi/distinfo @@ -1,2 +1,2 @@ -SHA256 (freeipmi-0.8.11.tar.gz) = 11293aab5e2436f0443536a36415c0211c1eff3007d869ff45b1399dddf8dd69 -SIZE (freeipmi-0.8.11.tar.gz) = 2825443 +SHA256 (freeipmi-0.8.12.tar.gz) = a958ecef9e979ce4789f8ca659b9379f4952e4ad0964761640686c87dcd21578 +SIZE (freeipmi-0.8.12.tar.gz) = 2831164 |