From sterling@camdensoftware.com  Sun Jan 29 23:59:49 2012
Return-Path: <sterling@camdensoftware.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 55F44106564A;
	Sun, 29 Jan 2012 23:59:49 +0000 (UTC)
	(envelope-from sterling@camdensoftware.com)
Received: from wh1.interactivevillages.com (ca.2e.7bae.static.theplanet.com [174.123.46.202])
	by mx1.freebsd.org (Postfix) with ESMTP id 302AD8FC0A;
	Sun, 29 Jan 2012 23:59:48 +0000 (UTC)
Received: from 184-78-197-203.war.clearwire-wmx.net ([184.78.197.203] helo=_HOSTNAME_)
	by wh1.interactivevillages.com with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.69)
	(envelope-from <sterling@camdensoftware.com>)
	id 1Rrees-0002cq-NX; Sun, 29 Jan 2012 15:59:19 -0800
Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sun, 29 Jan 2012 15:59:43 -0800
Message-Id: <20120129235949.55F44106564A@hub.freebsd.org>
Date: Sun, 29 Jan 2012 15:59:43 -0800
From: Sterling Camden <sterling@camdensoftware.com>
Reply-To: Sterling Camden <sterling>
To: FreeBSD-gnats-submit@freebsd.org
Cc: eadler@FreeBSD.org
Subject: Version 1.6, miscellaneous corrections (see change log below)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         164615
>Category:       ports
>Synopsis:       sysutils/pcpustat Version 1.6, miscellaneous corrections (see change log below)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 30 00:00:39 UTC 2012
>Closed-Date:    Mon Jan 30 00:49:03 UTC 2012
>Last-Modified:  Mon Jan 30 00:50:11 UTC 2012
>Originator:     Sterling Camden
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
Camden Software Consulting
>Environment:
System: FreeBSD libertas.local.camdensoftware.com 9.0-STABLE FreeBSD 9.0-STABLE #8: Sun Jan 29 11:47:42 PST 2012 root@libertas.local.camdensoftware.com:/usr/obj/usr/src/sys/LIBERTAS amd64


>Description:
	Version 1.6 includes the following corrections:
	pcpustat.c:
		Avoid using undefined behavior for int decrement to insure that forever really does mean forever.
		fix signed/unsigned errors
	Makefile:
		Respect CFLAGS in the makefile
		Reduce duplication by using ${NAME}
		make always rebuilt pcpustat.  Added appropriate target.

>How-To-Repeat:
>Fix:
	Patch follows:
diff -u /usr/ports/sysutils/pcpustat/Makefile port/Makefile
--- /usr/ports/sysutils/pcpustat/Makefile	2012-01-28 12:27:56.000000000 -0800
+++ port/Makefile	2012-01-29 15:57:34.000000000 -0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pcpustat
-PORTVERSION=	1.5
+PORTVERSION=	1.6
 CATEGORIES=	sysutils
 MASTER_SITES=	http://chipstips.com/download/
 
diff -u /usr/ports/sysutils/pcpustat/distinfo port/distinfo
--- /usr/ports/sysutils/pcpustat/distinfo	2012-01-28 12:27:56.000000000 -0800
+++ port/distinfo	2012-01-29 15:44:05.000000000 -0800
@@ -1,2 +1,2 @@
-SHA256 (pcpustat-1.5.tar.bz2) = 1a834b0089709e90baa74a8b73bd754fcbb1fd5f50a7dd14ca67a8f570d75b79
-SIZE (pcpustat-1.5.tar.bz2) = 5050
+SHA256 (pcpustat-1.6.tar.bz2) = 46abfee9b670155454c629f184c987258ed1f74736631d1a5f6418cd00801831
+SIZE (pcpustat-1.6.tar.bz2) = 5117
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Mon Jan 30 00:49:01 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164615: commit references a PR
Date: Mon, 30 Jan 2012 00:48:53 +0000 (UTC)

 eadler      2012-01-30 00:48:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/pcpustat    Makefile distinfo 
   Log:
   update to 1.6
   
   Changes:
   
   Avoid using undefined behavior for int decrement to insure that forever really does mean forever.
   fix signed/unsigned errors
   
   PR:             ports/164615
   Submitted by:   Sterling Camden <sterling@camdensoftware.com> (maintainer)
   
   Revision  Changes    Path
   1.7       +1 -1      ports/sysutils/pcpustat/Makefile
   1.5       +2 -2      ports/sysutils/pcpustat/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:
