From sunpoet@sunpoet.net  Sat May 29 11:06:49 2010
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DC5E91065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 May 2010 11:06:49 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182])
	by mx1.freebsd.org (Postfix) with ESMTP id BB44C8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 May 2010 11:06:49 +0000 (UTC)
Received: by pxi7 with SMTP id 7so1118555pxi.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 May 2010 04:06:49 -0700 (PDT)
Received: by 10.143.27.30 with SMTP id e30mr1149181wfj.155.1275131209103;
        Sat, 29 May 2010 04:06:49 -0700 (PDT)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
        by mx.google.com with ESMTPS id 23sm2510367pzk.2.2010.05.29.04.06.47
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 29 May 2010 04:06:48 -0700 (PDT)
Received: by sunpoet.net (Postfix, from userid 1000)
	id ECF962AEC4E0; Sat, 29 May 2010 19:06:50 +0800 (CST)
Message-Id: <20100529110650.ECF962AEC4E0@sunpoet.net>
Date: Sat, 29 May 2010 19:06:50 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] sysutils/psmisc: update to 22.11, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         147181
>Category:       ports
>Synopsis:       [PATCH] sysutils/psmisc: update to 22.11, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 29 11:10:02 UTC 2010
>Closed-Date:    Sun May 30 23:45:20 UTC 2010
>Last-Modified:  Sun May 30 23:50:04 UTC 2010
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Wed May 19 00:13:00 CST 2010
>Description:
- Update to 22.11
- Take maintainership

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- psmisc-22.11.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/psmisc/Makefile /usr/ports/sunpoet/psmisc/Makefile
--- /usr/ports/sysutils/psmisc/Makefile	2010-01-03 04:21:16.000000000 +0800
+++ /usr/ports/sunpoet/psmisc/Makefile	2010-05-29 19:03:10.000000000 +0800
@@ -6,28 +6,23 @@
 #
 
 PORTNAME=	psmisc
-PORTVERSION=	22.9
+PORTVERSION=	22.11
 CATEGORIES=	sysutils
-MASTER_SITES=	SF
-MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@sunpoet.net
 COMMENT=	A port of the Linux pstree, killall and pidof commands
 
-GNU_CONFIGURE=	yes
+CONFLICTS=	pidof-[0-9]* pstree-2.*
+
 CONFIGURE_ARGS=	--disable-nls
+GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
-CONFLICTS=	pstree-2.* \
-		pidof-*
-
-PLIST_FILES=	bin/killall \
-		bin/pidof \
-		bin/pstree bin/pstree.x11
-
-MAN1=		pstree.1 killall.1
+MAN1=		killall.1 pstree.1
+PLIST_FILES=	bin/killall bin/pidof bin/pstree bin/pstree.x11
 
 post-install:
-	@${LN} -sf killall ${PREFIX}/bin/pidof
+	@${LN} -fs killall ${PREFIX}/bin/pidof
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/sysutils/psmisc/distinfo /usr/ports/sunpoet/psmisc/distinfo
--- /usr/ports/sysutils/psmisc/distinfo	2010-01-03 04:21:16.000000000 +0800
+++ /usr/ports/sunpoet/psmisc/distinfo	2010-05-29 18:59:15.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (psmisc-22.9.tar.gz) = c242530de46b951ab10a2237a6048a9c
-SHA256 (psmisc-22.9.tar.gz) = c98aef4bc379790229c54c8e7d97b1d1ab898346bfffcde54fcf585a3e353edd
-SIZE (psmisc-22.9.tar.gz) = 316530
+MD5 (psmisc-22.11.tar.gz) = b5d32aa285b75c59dee96d3ea26a4881
+SHA256 (psmisc-22.11.tar.gz) = 8fff37557f5150d89ef9afc03133731da3eaa2bad1a94f64355218a68b884536
+SIZE (psmisc-22.11.tar.gz) = 375038
--- psmisc-22.11.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: sylvio 
Responsible-Changed-When: Sat May 29 11:38:49 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147181 
State-Changed-From-To: open->closed 
State-Changed-By: sylvio 
State-Changed-When: Sun May 30 23:45:19 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147181: commit references a PR
Date: Sun, 30 May 2010 23:45:16 +0000 (UTC)

 sylvio      2010-05-30 23:45:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/psmisc      Makefile distinfo 
   Log:
   - Update to 22.11
   - Pass maintainership to submitter.
   
   PR:             ports/147181
   Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
   
   Revision  Changes    Path
   1.26      +9 -14     ports/sysutils/psmisc/Makefile
   1.8       +3 -3      ports/sysutils/psmisc/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:
