mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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)
This commit is contained in:
parent
f80f6f6216
commit
55bbda78b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300763
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
WWW: http://bsdhwmon.koitsu.org/
|
||||
|
Loading…
Reference in New Issue
Block a user