diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-12-25 21:49:57 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-12-25 21:49:57 +0800 |
commit | 578ed45a07d83e03289bff3baebbf69ed7759907 (patch) | |
tree | 8c530509785fcc28c09631f8242ef3ca57aa4345 /sysutils | |
parent | da32a07eb22e75f027982ca73c45f7189687180a (diff) | |
download | freebsd-ports-graphics-578ed45a07d83e03289bff3baebbf69ed7759907.tar.gz freebsd-ports-graphics-578ed45a07d83e03289bff3baebbf69ed7759907.tar.zst freebsd-ports-graphics-578ed45a07d83e03289bff3baebbf69ed7759907.zip |
- email address updated.
- other email references within source updated.
PR: 23790
Submitted by: Maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consolehm/Makefile | 5 | ||||
-rw-r--r-- | sysutils/consolehm/distinfo | 2 | ||||
-rw-r--r-- | sysutils/consolehm/files/patch-aa | 13 | ||||
-rw-r--r-- | sysutils/consolehm/pkg-descr | 2 |
4 files changed, 5 insertions, 17 deletions
diff --git a/sysutils/consolehm/Makefile b/sysutils/consolehm/Makefile index 3a66519faaf..d95e5e2a19d 100644 --- a/sysutils/consolehm/Makefile +++ b/sysutils/consolehm/Makefile @@ -7,15 +7,16 @@ PORTNAME= consolehm PORTVERSION= 1.31 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://muir.yi.org/pub/consolehm/ \ http://www.es.co.nz/~mmuir/ -MAINTAINER= mmuir@es.co.nz +MAINTAINER= mmuir@cwnet.com WRKSRC= ${WRKDIR}/consolehm/consolehm -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes MAN8= chm.8 MANCOMPRESSED= yes diff --git a/sysutils/consolehm/distinfo b/sysutils/consolehm/distinfo index e32ec2956a8..3ae398de635 100644 --- a/sysutils/consolehm/distinfo +++ b/sysutils/consolehm/distinfo @@ -1 +1 @@ -MD5 (consolehm-1.31.tar.gz) = 141c63d18ee404dceee5ec3b82e36e29 +MD5 (consolehm-1.31.tar.gz) = d8f7418b28b5f605c6ac4a09563490d4 diff --git a/sysutils/consolehm/files/patch-aa b/sysutils/consolehm/files/patch-aa deleted file mode 100644 index 92b913133e2..00000000000 --- a/sysutils/consolehm/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Thu May 18 02:17:05 2000 -+++ Makefile.in Wed Aug 9 14:35:46 2000 -@@ -1,5 +1,9 @@ - DEFINES+= -DHAVE_CONFIG_H --CFLAGS+= -O2 -g -Wall $(DEFINES) -+CFLAGS?= -O2 -+CFLAGS+= -g -Wall $(DEFINES) -+.if ${ARCH} == "alpha" -+LDFLAGS+= -lio -+.endif - - HEADERS= chm.h - SRCS= chm.c diff --git a/sysutils/consolehm/pkg-descr b/sysutils/consolehm/pkg-descr index 96a35f9021e..47aacb76c37 100644 --- a/sysutils/consolehm/pkg-descr +++ b/sysutils/consolehm/pkg-descr @@ -3,4 +3,4 @@ gather information from hardware sensors to provide motherboard temperature, fan speeds and voltage readings on the console. -mike -mmuir@es.co.nz +mmuir@cwnet.com |