From owner-freebsd-ports Sun Oct 17 1:40:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1392714FB6 for ; Sun, 17 Oct 1999 01:40:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA46737; Sun, 17 Oct 1999 01:40:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pyros.dhis.org (p24-max4.dun.ihug.co.nz [209.76.100.215]) by hub.freebsd.org (Postfix) with ESMTP id C541414C36 for ; Sun, 17 Oct 1999 01:33:32 -0700 (PDT) (envelope-from mmuir@pyros.dhis.org) Received: (from root@localhost) by pyros.dhis.org (8.9.3/8.9.3) id VAA52197; Sun, 17 Oct 1999 21:33:30 +1300 (NZDT) (envelope-from mmuir) Message-Id: <199910170833.VAA52197@pyros.dhis.org> Date: Sun, 17 Oct 1999 21:33:30 +1300 (NZDT) From: mmuir@mongol.dhis.org Reply-To: mmuir@es.co.nz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14367: Update port: sysutils/consolehm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14367 >Category: ports >Synopsis: Update port: sysutils/consolehm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 01:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mike Muir >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT >Description: Update of consolehm to version 1.2 which now includes /dev/io as a method for retrieving information, as well as support for motherboard and 2 other cpu readings, along with the usual stuff (voltages, fans). >How-To-Repeat: >Fix: diff -ruN /usr/ports/sysutils/consolehm/Makefile ./consolehm/Makefile --- /usr/ports/sysutils/consolehm/Makefile Mon Sep 27 10:33:38 1999 +++ ./consolehm/Makefile Sun Oct 17 21:26:12 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: consolehm -# Version required: 1.0 +# Version required: 1.2 # Date created: 27 September 1999 # Whom: Mike Muir # -# $FreeBSD: ports/sysutils/consolehm/Makefile,v 1.1.1.1 1999/09/26 22:33:38 dan Exp $ +# $FreeBSD$ # -DISTNAME= consolehm-1.0 +DISTNAME= consolehm-1.2 CATEGORIES= sysutils MASTER_SITES= ftp://mongol.dhis.org/pub/consolehm/ \ http://www.es.co.nz/~mmuir/ @@ -15,10 +15,6 @@ WRKSRC= ${WRKDIR}/consolehm/consolehm -.include +GNU_CONFIGURE= yes -.if ${OSVERSION} < 400000 -BROKEN= 'consolehm requires intpm which is only available in 4.0-CURRENT.' -.endif - -.include +.include diff -ruN /usr/ports/sysutils/consolehm/files/md5 ./consolehm/files/md5 --- /usr/ports/sysutils/consolehm/files/md5 Mon Sep 27 09:20:46 1999 +++ ./consolehm/files/md5 Sun Oct 17 21:29:55 1999 @@ -1 +1 @@ -MD5 (consolehm-1.0.tar.gz) = 0e33f51c3a7d4b16d50972adeb3d1de3 +MD5 (consolehm-1.2.tar.gz) = e931c8ff2cee20e8093ed1e541873b16 diff -ruN /usr/ports/sysutils/consolehm/pkg/DESCR ./consolehm/pkg/DESCR --- /usr/ports/sysutils/consolehm/pkg/DESCR Mon Sep 27 09:18:37 1999 +++ ./consolehm/pkg/DESCR Sun Oct 17 21:28:05 1999 @@ -1,4 +1,4 @@ -consolehm uses the SMBus Driver for PIIX4 provided by Takanori Watanabe to +ConsoleHM uses the SMBus Driver for PIIX4 provided by Takanori Watanabe to gather information from LM78/79 sensors to provide motherboard temperature, fan speeds and voltage readings on the console. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message