diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-21 14:04:17 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-21 14:04:17 +0800 |
commit | 42f5a1281d561eab2020b8bc2716eb18fd0aa104 (patch) | |
tree | 14e8c1846e4d1641cb4cbd67fe8089af30cdd1d9 /sysutils | |
parent | f7751bbf68c50cb7a9aaf59e8b34f138175f0189 (diff) | |
download | freebsd-ports-gnome-42f5a1281d561eab2020b8bc2716eb18fd0aa104.tar.gz freebsd-ports-gnome-42f5a1281d561eab2020b8bc2716eb18fd0aa104.tar.zst freebsd-ports-gnome-42f5a1281d561eab2020b8bc2716eb18fd0aa104.zip |
Update to version 1.2
PR: 14367
Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consolehm/Makefile | 13 | ||||
-rw-r--r-- | sysutils/consolehm/distinfo | 2 | ||||
-rw-r--r-- | sysutils/consolehm/files/patch-aa | 12 | ||||
-rw-r--r-- | sysutils/consolehm/pkg-descr | 2 |
4 files changed, 18 insertions, 11 deletions
diff --git a/sysutils/consolehm/Makefile b/sysutils/consolehm/Makefile index 878dd59185db..10eca3750595 100644 --- a/sysutils/consolehm/Makefile +++ b/sysutils/consolehm/Makefile @@ -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 <mmuir@es.co.nz> # # $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/ @@ -14,11 +14,6 @@ MASTER_SITES= ftp://mongol.dhis.org/pub/consolehm/ \ MAINTAINER= mmuir@es.co.nz WRKSRC= ${WRKDIR}/consolehm/consolehm +GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400000 -BROKEN= 'consolehm requires intpm which is only available in 4.0-CURRENT.' -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/consolehm/distinfo b/sysutils/consolehm/distinfo index a792e56bdc18..f03e86307061 100644 --- a/sysutils/consolehm/distinfo +++ b/sysutils/consolehm/distinfo @@ -1 +1 @@ -MD5 (consolehm-1.0.tar.gz) = 0e33f51c3a7d4b16d50972adeb3d1de3 +MD5 (consolehm-1.2.tar.gz) = e931c8ff2cee20e8093ed1e541873b16 diff --git a/sysutils/consolehm/files/patch-aa b/sysutils/consolehm/files/patch-aa new file mode 100644 index 000000000000..8f16375c8c04 --- /dev/null +++ b/sysutils/consolehm/files/patch-aa @@ -0,0 +1,12 @@ +--- Makefile.in.orig Wed Oct 20 23:02:06 1999 ++++ Makefile.in Wed Oct 20 23:02:19 1999 +@@ -1,7 +1,7 @@ + DEFS=-DHAVE_CONFIG_H +-PREFIX=/usr/local ++PREFIX?=/usr/local + +-CFLAGS=-O2 -g -Wall $(DEFS) ++CFLAGS+=-Wall $(DEFS) + + OBJS=chm.o + diff --git a/sysutils/consolehm/pkg-descr b/sysutils/consolehm/pkg-descr index bf090fe35fce..ffd92d3d996e 100644 --- a/sysutils/consolehm/pkg-descr +++ b/sysutils/consolehm/pkg-descr @@ -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. |