From douglas@douglasthrift.net  Mon Feb 20 19:53:20 2012
Return-Path: <douglas@douglasthrift.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B23C11065670
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Feb 2012 19:53:20 +0000 (UTC)
	(envelope-from douglas@douglasthrift.net)
Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40])
	by mx1.freebsd.org (Postfix) with ESMTP id 9267D8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Feb 2012 19:53:20 +0000 (UTC)
Received: from localhost (laguna.douglasthrift.net [68.6.64.103])
	(authenticated bits=0)
	by slowhand.douglasthrift.net (8.14.5/8.14.5) with ESMTP id q1KJLsmk079977
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Feb 2012 11:22:00 -0800 (PST)
	(envelope-from douglas@douglasthrift.net)
Message-Id: <201202201922.q1KJLsmk079977@slowhand.douglasthrift.net>
Date: Mon, 20 Feb 2012 11:22:00 -0800 (PST)
From: Douglas William Thrift <douglas@douglasthrift.net>
Reply-To: Douglas William Thrift <douglas@douglasthrift.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: sysutils/psmisc Upgrade to 22.15.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165336
>Category:       ports
>Synopsis:       Update port: sysutils/psmisc Upgrade to 22.15.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jgh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 20 20:00:22 UTC 2012
>Closed-Date:    Tue Feb 21 04:07:01 UTC 2012
>Last-Modified:  Tue Feb 21 04:10:12 UTC 2012
>Originator:     Douglas William Thrift
>Release:        FreeBSD 8.2-RELEASE-p6 amd64
>Organization:
>Environment:
System: FreeBSD justonenight.douglasthrift.net 8.2-RELEASE-p6 FreeBSD 8.2-RELEASE-p6 #7: Sun Jan 8 02:49:17 PST 2012 root@justonenight.douglasthrift.net:/usr/obj/usr/src/sys/FURTHERONUPTHEROAD amd64
>Description:
Upgraded sysutils/psmisc to version 22.15. From ChangeLog:

Changes in 22.15
================
    * Really apply patch for SF#31110178 RH#651794, SF#3317431
    * Conditionally use fork before stat calls SF#3427522
    * Patch from Corrina Vinschen for compiling on cygwin
    * Use ENOENT not EBADE for FreeBSD Debian #631566
    * Fix prstat typos
    * Stop zombies by using waitpid Ubuntu #876387 by Peter Holik, SF#3429674
    * Fixed minor older/younger typo in killall.1 thanks to Maikel Linke
    * Remove doubled content in src/lists.h
    * Add another 2 for thread brackets in pstree.c
    * Correct defines for timeout in configure.ac

https://redports.org/buildarchive/20120219195312-22210/
>How-To-Repeat:
>Fix:
--- psmisc.2012-02-20T012733Z.diff begins here ---
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/Makefile psmisc/Makefile
--- /usr/ports/sysutils/psmisc/Makefile	2011-08-08 06:04:59.000000000 -0700
+++ psmisc/Makefile	2012-02-19 10:15:19.000000000 -0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	psmisc
-PORTVERSION=	22.14
+PORTVERSION=	22.15
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/
 
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/distinfo psmisc/distinfo
--- /usr/ports/sysutils/psmisc/distinfo	2011-08-08 06:04:59.000000000 -0700
+++ psmisc/distinfo	2012-02-19 10:15:19.655041832 -0800
@@ -1,2 +1,2 @@
-SHA256 (psmisc-22.14.tar.gz) = 22bbf4561837af475c0d8d14e3b9cab453998c787212c107fac7faf2f281e26e
-SIZE (psmisc-22.14.tar.gz) = 382024
+SHA256 (psmisc-22.15.tar.gz) = 5fbe908618d7ccf08164a733a361ce9823355fd0da754e53982d842158973754
+SIZE (psmisc-22.15.tar.gz) = 390766
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/files/patch-src-Makefile.in psmisc/files/patch-src-Makefile.in
--- /usr/ports/sysutils/psmisc/files/patch-src-Makefile.in	2010-10-05 22:58:11.000000000 -0700
+++ psmisc/files/patch-src-Makefile.in	2012-02-19 10:18:38.434622380 -0800
@@ -24,19 +24,6 @@
  ETAGS = etags
  CTAGS = ctags
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-@@ -217,10 +215,10 @@
- 	$(am__append_10)
- fuser_SOURCES = fuser.c comm.h signals.c signals.h i18n.h fuser.h
- killall_SOURCES = killall.c comm.h signals.c signals.h i18n.h
--killall_LDADD = @SELINUX_LIB@
-+killall_LDADD =
- peekfd_SOURCES = peekfd.c
- pstree_SOURCES = pstree.c comm.h i18n.h
--pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@
-+pstree_LDADD = @TERMCAP_LIB@
- prtstat_SOURCES = prtstat.c prtstat.h
- BUILT_SOURCES = signames.h
- EXTRA_DIST = signames.c 
 @@ -299,19 +297,19 @@
  	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  fuser$(EXEEXT): $(fuser_OBJECTS) $(fuser_DEPENDENCIES) 
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/pkg-plist psmisc/pkg-plist
--- /usr/ports/sysutils/psmisc/pkg-plist	2010-10-05 22:58:11.000000000 -0700
+++ psmisc/pkg-plist	2012-02-19 10:48:40.482692119 -0800
@@ -8,6 +8,7 @@
 %%NLS%%share/locale/cs/LC_MESSAGES/psmisc.mo
 %%NLS%%share/locale/de/LC_MESSAGES/psmisc.mo
 %%NLS%%share/locale/el/LC_MESSAGES/psmisc.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/psmisc.mo
 %%NLS%%share/locale/eu/LC_MESSAGES/psmisc.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/psmisc.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/psmisc.mo
--- psmisc.2012-02-20T012733Z.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jgh 
Responsible-Changed-By: jgh 
Responsible-Changed-When: Mon Feb 20 22:34:22 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165336 
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Tue Feb 21 04:07:00 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165336: commit references a PR
Date: Tue, 21 Feb 2012 04:06:42 +0000 (UTC)

 jgh         2012-02-21 04:06:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/psmisc      Makefile distinfo pkg-plist 
     sysutils/psmisc/files patch-src-Makefile.in 
   Log:
   - Update to 22.15
   
   Changes in 22.15
   ================
   * Really apply patch for SF#31110178 RH#651794, SF#3317431
   * Conditionally use fork before stat calls SF#3427522
   * Patch from Corrina Vinschen for compiling on cygwin
   * Use ENOENT not EBADE for FreeBSD Debian #631566
   * Fix prstat typos
   * Stop zombies by using waitpid Ubuntu #876387 by Peter Holik, SF#3429674
   * Fixed minor older/younger typo in killall.1 thanks to Maikel Linke
   * Remove doubled content in src/lists.h
   * Add another 2 for thread brackets in pstree.c
   * Correct defines for timeout in configure.ac
   
   PR:     ports/165336
   Submitted by:   maintainer, douglas@douglasthrift.net
   
   Revision  Changes    Path
   1.31      +2 -2      ports/sysutils/psmisc/Makefile
   1.13      +2 -2      ports/sysutils/psmisc/distinfo
   1.7       +0 -13     ports/sysutils/psmisc/files/patch-src-Makefile.in
   1.4       +2 -1      ports/sysutils/psmisc/pkg-plist
 _______________________________________________
 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:
