From sterling@camdensoftware.com  Sun Jan 22 03:04:33 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 DFDDB106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Jan 2012 03:04:33 +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 BE6AA8FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Jan 2012 03:04:33 +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 1Romqv-0007KJ-8H
	for FreeBSD-gnats-submit@freebsd.org; Sat, 21 Jan 2012 18:07:54 -0800
Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sat, 21 Jan 2012 18:08:19 -0800
Message-Id: <20120122030433.DFDDB106566B@hub.freebsd.org>
Date: Sat, 21 Jan 2012 18:08:19 -0800
From: Sterling Camden <sterling@camdensoftware.com>
Reply-To: Sterling Camden <sterling@camdensoftware.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Fix clang warnings in sysutils/pcpustat
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         164360
>Category:       ports
>Synopsis:       Fix clang warnings in sysutils/pcpustat
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 22 03:10:06 UTC 2012
>Closed-Date:    Sat Jan 28 20:28:07 UTC 2012
>Last-Modified:  Sat Jan 28 20:30:31 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 #3: Sat Jan 21 17:06:01 PST 2012 root@libertas.local.camdensoftware.com:/usr/obj/usr/src/sys/LIBERTAS amd64


>Description:
	Fixed several clang compiler warnings, also petted portlint
>How-To-Repeat:
	Build sysutils/pcpustat with clang
>Fix:

	patch follows:


diff -u /usr/ports/sysutils/pcpustat/Makefile port/Makefile
--- /usr/ports/sysutils/pcpustat/Makefile	2010-10-30 14:20:56.000000000 -0700
+++ port/Makefile	2012-01-21 18:01:06.000000000 -0800
@@ -6,20 +6,20 @@
 #
 
 PORTNAME=	pcpustat
-PORTVERSION=	1.4
+PORTVERSION=	1.5
 CATEGORIES=	sysutils
 MASTER_SITES=	http://chipstips.com/download/
 
 MAINTAINER=	sterling@camdensoftware.com
 COMMENT=	Per-CPU usage statistics
 
+LICENSE=	OWL
+
 MAN1=		pcpustat.1
 
 USE_BZIP2=	yes
 PLIST_FILES=	bin/pcpustat
 
-LICENSE=	OWL
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${MANPREFIX}/man/man1
diff -u /usr/ports/sysutils/pcpustat/distinfo port/distinfo
--- /usr/ports/sysutils/pcpustat/distinfo	2010-10-30 14:20:56.000000000 -0700
+++ port/distinfo	2012-01-21 17:52:44.000000000 -0800
@@ -1,2 +1,2 @@
-SHA256 (pcpustat-1.4.tar.bz2) = 001fcafd28b50b9a0867aab5e7d89b65ccd05197f5a644538e901a7a0d8b2db1
-SIZE (pcpustat-1.4.tar.bz2) = 4947
+SHA256 (pcpustat-1.5.tar.bz2) = 1a834b0089709e90baa74a8b73bd754fcbb1fd5f50a7dd14ca67a8f570d75b79
+SIZE (pcpustat-1.5.tar.bz2) = 5050
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jan 22 03:10:58 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164360 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jan 28 20:28:06 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164360: commit references a PR
Date: Sat, 28 Jan 2012 20:28:09 +0000 (UTC)

 miwi        2012-01-28 20:27:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/pcpustat    Makefile distinfo 
   Log:
   - Update to 1.5
   - Pet Portlint
   
   PR:             164360
   Submitted by:   Sterling Camden <sterling@camdensoftware.com> (maintainer)
   
   Revision  Changes    Path
   1.6       +3 -3      ports/sysutils/pcpustat/Makefile
   1.4       +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:
