Index: head/sysutils/bsdhwmon/Makefile =================================================================== --- head/sysutils/bsdhwmon/Makefile (revision 300762) +++ head/sysutils/bsdhwmon/Makefile (revision 300763) @@ -1,29 +1,32 @@ # New ports collection makefile for: bsdhwmon # Date created: 5 October 2008 # Whom: Jeremy Chadwick # # $FreeBSD$ # PORTNAME= bsdhwmon -PORTVERSION= 20090703 +PORTVERSION= 20120702 CATEGORIES= sysutils MASTER_SITES= http://bsdhwmon.koitsu.org/dist/ MAINTAINER= jdc@koitsu.org COMMENT= Hardware sensor monitoring utility for FreeBSD PLIST_FILES= sbin/bsdhwmon MAN8= bsdhwmon.8 -.if defined(WITH_DEBUG) -MAKE_ARGS+= DEBUG=1 -.endif +OPTIONS_DEFINE= DEBUG +DEBUG_DESC= Enable debug build .include + +.if ${PORT_OPTIONS:MDEBUG} +MAKE_ARGS+= DEBUG=1 +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bsdhwmon ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/bsdhwmon.8 ${MAN8PREFIX}/man/man8 .include Property changes on: head/sysutils/bsdhwmon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/sysutils/bsdhwmon/distinfo =================================================================== --- head/sysutils/bsdhwmon/distinfo (revision 300762) +++ head/sysutils/bsdhwmon/distinfo (revision 300763) @@ -1,2 +1,2 @@ -SHA256 (bsdhwmon-20090703.tar.gz) = bec4239593f82b402b70d478f02dde47a54c20897e4a2239708be82684772591 -SIZE (bsdhwmon-20090703.tar.gz) = 17112 +SHA256 (bsdhwmon-20120702.tar.gz) = 3b3ca7f5080002aacd0f89ba89d51a884e13f834a736920102e00ff626f0f32b +SIZE (bsdhwmon-20120702.tar.gz) = 20165 Property changes on: head/sysutils/bsdhwmon/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/sysutils/bsdhwmon/pkg-descr =================================================================== --- head/sysutils/bsdhwmon/pkg-descr (revision 300762) +++ head/sysutils/bsdhwmon/pkg-descr (revision 300763) @@ -1,20 +1,21 @@ bsdhwmon(8) is a program for FreeBSD for monitoring hardware sensors (fans, temperatures, voltages, chassis intrusion, and more) on commerical-grade server hardware. bsdhwmon(8) is developed with a very different mentality compared to other softwares: - Written with stability and production datacenter environments in mind - Intended for use with server products (Intel, Supermicro, Tyan, and possibly others) - Solely uses smb(4), significantly decreasing risks and CPU usage - Based heavily on documentation provided from the server and H/W monitoring IC manufacturers -- Full tested on both i386 and amd64 systems, using RELENG_6 and RELENG_7 +- Full tested on both i386 and amd64 systems, using RELENG_6, RELENG_7, + RELENG_8 and RELENG_9 - Written entirely in C - Completely standalone; relies on no third-party libraries or tools (autoconf, etc.) - Very simple and clean code (heavily commented, well-documented, emits no warnings) - Open-source, released under the FreeBSD 2-clause BSD license -WWW: http://bsdhwmon.koitsu.org/ \ No newline at end of file +WWW: http://bsdhwmon.koitsu.org/ Property changes on: head/sysutils/bsdhwmon/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property