aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorjase <jase@FreeBSD.org>2012-07-11 18:24:10 +0800
committerjase <jase@FreeBSD.org>2012-07-11 18:24:10 +0800
commit548f63a0e9c6da422af347e33044a3ba8e831a83 (patch)
tree811da06fbfc7e805b967c41f893e70dfcdc54f21 /sysutils
parentadc315b7857580668c9ebc66471f48656a8af033 (diff)
downloadfreebsd-ports-gnome-548f63a0e9c6da422af347e33044a3ba8e831a83.tar.gz
freebsd-ports-gnome-548f63a0e9c6da422af347e33044a3ba8e831a83.tar.zst
freebsd-ports-gnome-548f63a0e9c6da422af347e33044a3ba8e831a83.zip
- Update to 2.1.8 [1]
- Convert to optionsNG and add DEBUG option - Pet portlint(1): fix overly long line and missing ending newline in pkg-descr PR: ports/169595 [1] Submitted by: Jeremy Chadwick <jdc@koitsu.org> (maintainer) Approved by: flo (mentor)
Diffstat (limited to 'sysutils')
-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/