diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-14 03:31:20 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-14 03:31:20 +0000 |
commit | b53419781a4a00f49dabe32f5089c40493dce98f (patch) | |
tree | fda94dac3d67857e9621da3ef51fa4136e188a11 /sysutils/lmmon | |
parent | 1b7e165bf30d5ea12e3d27608e46151cd7230441 (diff) | |
download | FreeBSD-ports-b53419781a4a00f49dabe32f5089c40493dce98f.zip FreeBSD-ports-b53419781a4a00f49dabe32f5089c40493dce98f.tar.gz |
Update to version 0.60
PR: 14671
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'sysutils/lmmon')
-rw-r--r-- | sysutils/lmmon/Makefile | 17 | ||||
-rw-r--r-- | sysutils/lmmon/distinfo | 2 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-descr | 5 |
3 files changed, 7 insertions, 17 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile index 479cfdc..2bf2209 100644 --- a/sysutils/lmmon/Makefile +++ b/sysutils/lmmon/Makefile @@ -1,30 +1,19 @@ # New ports collection makefile for: lmmon -# Version required: 0.55 +# Version required: 0.60 # Date created: 24 September 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= lmmon-0.55 +DISTNAME= lmmon-0.60 CATEGORIES= sysutils MASTER_SITES= http://www.fxp.org/~jedgar/ MAINTAINER= jedgar@fxp.org +GNU_CONFIGURE= yes MAN8= lmmon.8 MANCOMPRESSED= yes -pre-configure: -.if !defined(IO_ONLY) - @${ECHO} - @${ECHO} "Define IO_ONLY (make IO_ONLY=yes) to build with" - @${ECHO} "/dev/io support only." - @${ECHO} -.else - @${ECHO} - @${ECHO} "Building with only /dev/io interface support." - @${ECHO} -.endif - .include <bsd.port.mk> diff --git a/sysutils/lmmon/distinfo b/sysutils/lmmon/distinfo index 72151acc..86cffd6 100644 --- a/sysutils/lmmon/distinfo +++ b/sysutils/lmmon/distinfo @@ -1 +1 @@ -MD5 (lmmon-0.55.tar.gz) = 97fa9b0e26dea53923a6fa194a7128a4 +MD5 (lmmon-0.60.tar.gz) = 6f4fce50ee8892989bba18530a778b35 diff --git a/sysutils/lmmon/pkg-descr b/sysutils/lmmon/pkg-descr index dadc50d..60e0ad1 100644 --- a/sysutils/lmmon/pkg-descr +++ b/sysutils/lmmon/pkg-descr @@ -7,8 +7,9 @@ voltages. By default it cycles once per second using a curses- based display. Currently, the /dev/smb0 interface is only supported in FreeBSD -4.0; however, the /dev/io interface may work with many -motherboards in FreeBSD 3.x and some non-LM78/79 motherboards. +4.0 and 3.3-STABLE (after 01 November 1999); however, the +/dev/io interface may work with many motherboards in FreeBSD +3.x and some non-LM78/79 motherboards. WWW: http://www.fxp.org/~jedgar/ |