From jdc@koitsu.dyndns.org  Fri Jul  3 11:14:48 2009
Return-Path: <jdc@koitsu.dyndns.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DB0551065672
	for <freebsd-gnats-submit@freebsd.org>; Fri,  3 Jul 2009 11:14:48 +0000 (UTC)
	(envelope-from jdc@koitsu.dyndns.org)
Received: from QMTA09.westchester.pa.mail.comcast.net (qmta09.westchester.pa.mail.comcast.net [76.96.62.96])
	by mx1.freebsd.org (Postfix) with ESMTP id 8BEE58FC17
	for <freebsd-gnats-submit@freebsd.org>; Fri,  3 Jul 2009 11:14:48 +0000 (UTC)
	(envelope-from jdc@koitsu.dyndns.org)
Received: from OMTA07.westchester.pa.mail.comcast.net ([76.96.62.59])
	by QMTA09.westchester.pa.mail.comcast.net with comcast
	id BP9i1c0021GhbT859PEpA0; Fri, 03 Jul 2009 11:14:49 +0000
Received: from koitsu.dyndns.org ([98.248.46.159])
	by OMTA07.westchester.pa.mail.comcast.net with comcast
	id BPEg1c0033S48mS3TPEi78; Fri, 03 Jul 2009 11:14:47 +0000
Received: by icarus.home.lan (Postfix, from userid 1000)
	id DA56F33C43; Fri,  3 Jul 2009 04:14:38 -0700 (PDT)
Message-Id: <20090703111438.DA56F33C43@icarus.home.lan>
Date: Fri,  3 Jul 2009 04:14:38 -0700 (PDT)
From: Jeremy Chadwick <jdc@parodius.com>
Reply-To: Jeremy Chadwick <jdc@parodius.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: sysutils/bsdhwmon: update to 20090703
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         136278
>Category:       ports
>Synopsis:       sysutils/bsdhwmon: update to 20090703
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 03 11:20:04 UTC 2009
>Closed-Date:    Fri Jul 03 15:39:16 UTC 2009
>Last-Modified:  Fri Jul  3 15:40:02 UTC 2009
>Originator:     Jeremy Chadwick
>Release:        FreeBSD 7.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD icarus.home.lan 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu May 21 07:50:35 PDT 2009 root@icarus.home.lan:/usr/obj/usr/src/sys/X7SBA_RELENG_7_amd64 amd64
>Description:
	Update sysutils/bsdhwmon to version 20090703.

	This fixes a major bug which was tickled with a kernel update of
	src/sys/dev/smbus/smb.c on 2009/05/15, after which bsdhwmon would
	spit out incorrect data to the user due to not using the correct
	SMBus slave address.  Users of 20090703 on older (pre-May) kernels
	should not see any regression/breakage either.

	I'll also take ownership of this port, since it's my software.
>How-To-Repeat:
	n/a
>Fix:
	Apply below patch.


diff -ruN bsdhwmon.orig/Makefile bsdhwmon/Makefile
--- bsdhwmon.orig/Makefile	2008-11-22 12:08:27.000000000 -0800
+++ bsdhwmon/Makefile	2009-07-03 04:10:24.555932058 -0700
@@ -1,16 +1,16 @@
 # New ports collection makefile for:	bsdhwmon
 # Date created:				5 October 2008
-# Whom:					Jeremy Chadwick <koitsu@FreeBSD.org>
+# Whom:					Jeremy Chadwick <jdc@parodius.com>
 #
 # $FreeBSD: ports/sysutils/bsdhwmon/Makefile,v 1.3 2008/11/20 11:06:24 koitsu Exp $
 #
 
 PORTNAME=	bsdhwmon
-PORTVERSION=	20081107
+PORTVERSION=	20090703
 CATEGORIES=	sysutils
 MASTER_SITES=	http://bsdhwmon.parodius.com/dist/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	jdc@parodius.com
 COMMENT=	Hardware sensor monitoring utility for FreeBSD
 
 PLIST_FILES=	sbin/bsdhwmon
diff -ruN bsdhwmon.orig/distinfo bsdhwmon/distinfo
--- bsdhwmon.orig/distinfo	2008-11-07 21:09:34.000000000 -0800
+++ bsdhwmon/distinfo	2009-07-03 04:09:27.235522010 -0700
@@ -1,3 +1,3 @@
-MD5 (bsdhwmon-20081107.tar.gz) = c4e4c8eed469d823c8d46155d7463f79
-SHA256 (bsdhwmon-20081107.tar.gz) = 3933d78616053b3c4c42189bef013386c2b6630ee4b95081bbec2389fc09de56
-SIZE (bsdhwmon-20081107.tar.gz) = 16611
+MD5 (bsdhwmon-20090703.tar.gz) = fb4ed1e8d420e60b321bb4a42579c0c5
+SHA256 (bsdhwmon-20090703.tar.gz) = bec4239593f82b402b70d478f02dde47a54c20897e4a2239708be82684772591
+SIZE (bsdhwmon-20090703.tar.gz) = 17112
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Fri Jul 3 15:08:53 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136278 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Fri Jul 3 15:39:15 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136278 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136278: commit references a PR
Date: Fri,  3 Jul 2009 15:39:17 +0000 (UTC)

 wxs         2009-07-03 15:39:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/bsdhwmon    Makefile distinfo 
   Log:
   - Update to 20090703
   - Fix email address in header
   - Pass maintainer to submitter
   
   "This fixes a major bug which was tickled with a kernel update of
   src/sys/dev/smbus/smb.c on 2009/05/15, after which bsdhwmon would
   spit out incorrect data to the user due to not using the correct
   SMBus slave address. Users of 20090703 on older (pre-May) kernels
   should not see any regression/breakage either."
   
   PR:             ports/136278
   Submitted by:   Jeremy Chadwick <jdc@parodius.com>
   
   Revision  Changes    Path
   1.4       +3 -3      ports/sysutils/bsdhwmon/Makefile
   1.3       +3 -3      ports/sysutils/bsdhwmon/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
