Date: Fri, 7 Jul 2000 18:12:13 -0400 (EDT) From: jim@thehousleys.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/19768: Update sysutils/healthd to version 0.5.1 Message-ID: <200007072212.SAA07142@baby.int.thehousleys.net>
next in thread | raw e-mail | index | archive | help
>Number: 19768 >Category: ports >Synopsis: Update sysutils/healthd to version 0.5.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 15:20:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: James Housley >Release: FreeBSD 4.0-STABLE i386 >Organization: The Housleys dot Net >Environment: >Description: Update to version 0.5.1. This includes -L to prevent healthd from creating a listen-socket. The man pages are more complete and upto date. NOPORTDOCS is now honored. >How-To-Repeat: >Fix: diff -ur healthd/Makefile healthd-0.5.1/Makefile --- healthd/Makefile Fri Jul 7 12:47:07 2000 +++ healthd-0.5.1/Makefile Fri Jul 7 17:58:50 2000 @@ -6,7 +6,7 @@ # PORTNAME= healthd -PORTVERSION= 0.5 +PORTVERSION= 0.5.1 CATEGORIES= sysutils MASTER_SITES= http://healthd.thehousleys.net/ @@ -15,7 +15,10 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} +.if !defined(NOPORTDOCS) MAN8= healthd.8 healthdc.8 +INSTALL_TARGET= install-all +.endif post-install: @if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \ diff -ur healthd/files/md5 healthd-0.5.1/files/md5 --- healthd/files/md5 Wed Jun 21 21:18:37 2000 +++ healthd-0.5.1/files/md5 Fri Jul 7 17:53:07 2000 @@ -1 +1 @@ -MD5 (healthd-0.5.tar.gz) = 17260935197df4b3c596f8ab69c11eef +MD5 (healthd-0.5.1.tar.gz) = a18dcbb70d38b61443d60dddcd7f9587 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007072212.SAA07142>