From corky1951@comcast.net  Thu Nov 18 02:23:39 2010
Return-Path: <corky1951@comcast.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C7207106566B
	for <freebsd-gnats-submit@freebsd.org>; Thu, 18 Nov 2010 02:23:39 +0000 (UTC)
	(envelope-from corky1951@comcast.net)
Received: from QMTA11.westchester.pa.mail.comcast.net (qmta11.westchester.pa.mail.comcast.net [76.96.59.211])
	by mx1.freebsd.org (Postfix) with ESMTP id 8697B8FC0A
	for <freebsd-gnats-submit@freebsd.org>; Thu, 18 Nov 2010 02:23:39 +0000 (UTC)
Received: from omta06.westchester.pa.mail.comcast.net ([76.96.62.51])
	by QMTA11.westchester.pa.mail.comcast.net with comcast
	id YSH51f00516LCl05BSPfHo; Thu, 18 Nov 2010 02:23:39 +0000
Received: from comcast.net ([98.203.142.76])
	by omta06.westchester.pa.mail.comcast.net with comcast
	id YSPd1f00G1f6R9u3SSPegE; Thu, 18 Nov 2010 02:23:39 +0000
Received: by comcast.net (sSMTP sendmail emulation); Wed, 17 Nov 2010 18:23:36 -0800
Message-Id: <20101118022339.C7207106566B@hub.freebsd.org>
Date: Wed, 17 Nov 2010 18:23:36 -0800
From: Charlie Kester <corky1951@comcast.net>
Reply-To: Charlie Kester <corky1951@comcast.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] sysutils/moreutils: update to 0.43
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         152347
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/moreutils: update to 0.43
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 18 02:30:10 UTC 2010
>Closed-Date:    Thu Nov 18 09:34:26 UTC 2010
>Last-Modified:  Thu Nov 18 09:40:09 UTC 2010
>Originator:     Charlie Kester
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD atom.local 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Nov 16 17:15:14 PST 2010 root@atom.local:/usr/obj/usr/src/sys/ATOM i386


	
>Description:
	Update to version 0.43

	- chronic: New utility; runs a command quietly, unless it fails 
	- Now depends on IPC::Run, used by chronic

>How-To-Repeat:
	
>Fix:
	---
	No port files added or removed.
	Minor changes only.
	---

--- moreutils-0.43.diff begins here ---
diff -ruN /usr/ports/sysutils/moreutils/Makefile ./moreutils/Makefile
--- /usr/ports/sysutils/moreutils/Makefile	2010-10-09 00:36:20.000000000 -0700
+++ ./moreutils/Makefile	2010-11-17 18:05:43.000000000 -0800
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	moreutils
-PORTVERSION=	0.42
+PORTVERSION=	0.43
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -17,9 +17,12 @@
 
 CONFLICTS=	parallel-[0-9]*
 
+RUN_DEPENDS=	${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run
+
 USE_PERL5=	yes
 
-PLIST_FILES=	bin/combine \
+PLIST_FILES=	bin/chronic \
+		bin/combine \
 		bin/ifne \
 		bin/isutf8 \
 		bin/lckdo \
@@ -39,7 +42,8 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(NO_INSTALL_MANPAGES)
-MAN1=		combine.1 \
+MAN1=		chronic.1 \
+		combine.1 \
 		ifne.1 \
 		isutf8.1 \
 		lckdo.1 \
diff -ruN /usr/ports/sysutils/moreutils/distinfo ./moreutils/distinfo
--- /usr/ports/sysutils/moreutils/distinfo	2010-10-08 00:38:16.000000000 -0700
+++ ./moreutils/distinfo	2010-11-17 18:05:43.000000000 -0800
@@ -1,3 +1,2 @@
-MD5 (moreutils_0.42.tar.gz) = 9bac64540b315e9008521a9fea19d9ab
-SHA256 (moreutils_0.42.tar.gz) = 71cf9b37dd5093d51c4c7bbebca786bee54806b13b9c6be683f486fc0d5b614f
-SIZE (moreutils_0.42.tar.gz) = 43296
+SHA256 (moreutils_0.43.tar.gz) = 09e31e4f308bb1e8f9ab4f7d57f9e3c8246e3e3824015534af59763114a85c7d
+SIZE (moreutils_0.43.tar.gz) = 44233
diff -ruN /usr/ports/sysutils/moreutils/files/patch-Makefile ./moreutils/files/patch-Makefile
--- /usr/ports/sysutils/moreutils/files/patch-Makefile	2010-02-12 01:23:58.000000000 -0800
+++ ./moreutils/files/patch-Makefile	2010-11-17 16:02:26.000000000 -0800
@@ -1,10 +1,10 @@
---- Makefile.orig	2009-07-02 12:00:44.000000000 -0700
-+++ Makefile	2010-02-09 22:13:14.000000000 -0800
-@@ -1,51 +1,34 @@
+--- ./Makefile.orig	2010-10-29 12:47:09.000000000 -0700
++++ ./Makefile	2010-11-17 16:02:08.000000000 -0800
+@@ -1,51 +1,35 @@
 -BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel
 +BINS=isutf8 ifne pee sponge mispipe lckdo parallel
- PERLSCRIPTS=vidir vipe ts combine zrun
--MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1 parallel.1
+ PERLSCRIPTS=vidir vipe ts combine zrun chronic
+-MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1
 -CFLAGS=-O2 -g -Wall
 +MANS=sponge.1 isutf8.1 ifne.1 pee.1 mispipe.1 lckdo.1 parallel.1
 +CFLAGS+= -Wall
@@ -12,16 +12,17 @@
 -PREFIX=/usr
  
 -DOCBOOK2XMAN=docbook2x-man
++
 +.SUFFIXES: .1 .docbook
 +
 +DOCBOOK2XMAN= ${LOCALBASE}/bin/xsltproc ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl
  
  all: $(BINS) $(MANS)
- 
++ 
 +bins: ${BINS}
 +
 +mans: ${MANS}
-+
+ 
  clean:
  	rm -f $(BINS) $(MANS)
  
diff -ruN /usr/ports/sysutils/moreutils/files/patch-parallel.c ./moreutils/files/patch-parallel.c
--- /usr/ports/sysutils/moreutils/files/patch-parallel.c	2010-02-12 01:23:58.000000000 -0800
+++ ./moreutils/files/patch-parallel.c	2010-11-17 16:02:26.000000000 -0800
@@ -1,6 +1,6 @@
---- parallel.c.orig	2010-02-09 12:39:08.000000000 -0800
-+++ parallel.c	2010-02-09 22:27:25.000000000 -0800
-@@ -76,6 +76,7 @@
+--- ./parallel.c.orig	2010-07-06 12:06:47.000000000 -0700
++++ ./parallel.c	2010-11-17 15:49:57.000000000 -0800
+@@ -87,6 +87,7 @@
  	return;
  }
  
@@ -8,8 +8,8 @@
  int wait_for_child(int options) {
  	id_t id_ignored = 0;
  	siginfo_t infop;
-@@ -88,6 +89,18 @@
- 		return infop.si_status;
+@@ -101,6 +102,18 @@
+ 	}
  	return 1;
  }
 +#else
diff -ruN /usr/ports/sysutils/moreutils/pkg-descr ./moreutils/pkg-descr
--- /usr/ports/sysutils/moreutils/pkg-descr	2009-09-20 11:54:27.000000000 -0700
+++ ./moreutils/pkg-descr	2010-11-17 18:12:02.000000000 -0800
@@ -15,7 +15,8 @@
  - isutf8: check if a file or standard input is utf-8
  - lckdo: execute a program with a lock held
  - parallel: run multiple jobs at once
+ - chronic: run a command quietly, unless it fails
 
-The 'ifdata' utility is not included in this FreeBSD port. 
+The Linux-specific 'ifdata' utility is not included in this FreeBSD port. 
 
 WWW: http://kitenet.net/~joey/code/moreutils/
--- moreutils-0.43.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Thu Nov 18 02:45:17 UTC 2010 
Responsible-Changed-Why:  
I will take it. 

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

From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To: Charlie Kester <corky1951@comcast.net>
Cc: bug-followup@freebsd.org
Subject: Re: ports/152347: [MAINTAINER] sysutils/moreutils: update to 0.43
Date: Thu, 18 Nov 2010 15:20:49 +0800

 Hi,
 
 Your patch is OK.
 BTW, I would like to sort the utility list in pkg-descr as follows:
 
 So far, it includes the following utilities:
 - chronic: run a command quietly, unless it fails
 - combine: combine the lines in two files using boolean operations
 - ifne: run a program if the standard input is not empty
 - isutf8: check if a file or standard input is utf-8
 - lckdo: execute a program with a lock held
 - mispipe: pipe two commands, returning the exit status of the first
 - parallel: run multiple jobs at once
 - pee: tee standard input to pipes
 - sponge: soak up standard input and write to a file
 - ts: timestamp standard input
 - vidir: edit a directory in your text editor
 - vipe: insert a text editor into a pipe
 - zrun: automatically uncompress arguments to command
 
 Do you agree with this change?
 Thanks.
 
 Regards,
 sunpoet
 --=20
 =C2=A0 Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> <sunpoet at FreeBSD.=
 org>
 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B =
 8CC0 DC44 247E CC57 E36B
 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
 =A0 =C2=A0 =C2=A0 =C2=A0 http://people.FreeBSD.org/~sunpoet/pgpkeys.txt
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Thu Nov 18 09:34:25 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152347: commit references a PR
Date: Thu, 18 Nov 2010 09:34:17 +0000 (UTC)

 sunpoet     2010-11-18 09:34:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/moreutils   Makefile distinfo pkg-descr 
     sysutils/moreutils/files patch-Makefile patch-parallel.c 
   Log:
   - Update to 0.43
   - Sort utility list in pkg-descr
   
   Changes:        http://kitenet.net/~joey/code/moreutils/news/version_0.43/
   PR:             ports/152347
   Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
   
   Revision  Changes    Path
   1.12      +10 -13    ports/sysutils/moreutils/Makefile
   1.9       +2 -3      ports/sysutils/moreutils/distinfo
   1.6       +8 -7      ports/sysutils/moreutils/files/patch-Makefile
   1.3       +5 -5      ports/sysutils/moreutils/files/patch-parallel.c
   1.4       +14 -14    ports/sysutils/moreutils/pkg-descr
 _______________________________________________
 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:
