diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-12-25 13:49:57 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-12-25 13:49:57 +0000 |
commit | 9edcba3303600ff627ecc909806df9cd76e4feab (patch) | |
tree | f4457ce9bfe33e0b7e70ccda094b28bf08722874 | |
parent | 98f2cfa7f4c9babaf1d2bfcdcb27ce4c2ec1d1c7 (diff) | |
download | freebsd-ports-9edcba3303600ff627ecc909806df9cd76e4feab.zip |
- email address updated.
- other email references within source updated.
PR: 23790
Submitted by: Maintainer
-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 3a66519faaf9..d95e5e2a19d2 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 e32ec2956a8f..3ae398de635c 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 92b913133e22..000000000000 --- 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 96a35f9021e9..47aacb76c37a 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 |