aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdhwmon
diff options
context:
space:
mode:
authorJase Thew <jase@FreeBSD.org>2012-07-11 10:24:10 +0000
committerJase Thew <jase@FreeBSD.org>2012-07-11 10:24:10 +0000
commit55bbda78b96d8b30424909b86ff65f4b1380adf2 (patch)
tree4bcfe6c06f3611beb2ef4800acdcaebb7345b21e /sysutils/bsdhwmon
parentf80f6f621628af50f6ad56c0211ad34db6cdbf99 (diff)
Notes
Diffstat (limited to 'sysutils/bsdhwmon')
-rw-r--r--sysutils/bsdhwmon/Makefile11
-rw-r--r--sysutils/bsdhwmon/distinfo4
-rw-r--r--sysutils/bsdhwmon/pkg-descr5
3 files changed, 12 insertions, 8 deletions
diff --git a/sysutils/bsdhwmon/Makefile b/sysutils/bsdhwmon/Makefile
index 748c68dcfd6e..235fbce6723b 100644
--- a/sysutils/bsdhwmon/Makefile
+++ b/sysutils/bsdhwmon/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bsdhwmon
-PORTVERSION= 20090703
+PORTVERSION= 20120702
CATEGORIES= sysutils
MASTER_SITES= http://bsdhwmon.koitsu.org/dist/
@@ -16,12 +16,15 @@ 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 <bsd.port.pre.mk>
+.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
diff --git a/sysutils/bsdhwmon/distinfo b/sysutils/bsdhwmon/distinfo
index d7cd013d3489..8327e1df2917 100644
--- a/sysutils/bsdhwmon/distinfo
+++ b/sysutils/bsdhwmon/distinfo
@@ -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
diff --git a/sysutils/bsdhwmon/pkg-descr b/sysutils/bsdhwmon/pkg-descr
index 3ffc82c56c9c..38809a079cd3 100644
--- a/sysutils/bsdhwmon/pkg-descr
+++ b/sysutils/bsdhwmon/pkg-descr
@@ -9,7 +9,8 @@ other softwares:
- 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.)
@@ -17,4 +18,4 @@ other softwares:
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/