Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2014 18:28:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373287 - in head/sysutils/moreutils: . files
Message-ID:  <201411241828.sAOISmCj099188@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov 24 18:28:47 2014
New Revision: 373287
URL: https://svnweb.freebsd.org/changeset/ports/373287
QAT: https://qat.redports.org/buildarchive/r373287/

Log:
  - Update to 0.53
  
  Changes:	http://joeyh.name/code/moreutils/news/version_0.53/

Modified:
  head/sysutils/moreutils/Makefile
  head/sysutils/moreutils/distinfo
  head/sysutils/moreutils/files/moreutils-parallel.1

Modified: head/sysutils/moreutils/Makefile
==============================================================================
--- head/sysutils/moreutils/Makefile	Mon Nov 24 18:28:43 2014	(r373286)
+++ head/sysutils/moreutils/Makefile	Mon Nov 24 18:28:47 2014	(r373287)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	moreutils
-PORTVERSION=	0.52
+PORTVERSION=	0.53
 CATEGORIES=	sysutils
 MASTER_SITES=	DEBIAN_POOL
 DISTNAME=	${PORTNAME}_${PORTVERSION}

Modified: head/sysutils/moreutils/distinfo
==============================================================================
--- head/sysutils/moreutils/distinfo	Mon Nov 24 18:28:43 2014	(r373286)
+++ head/sysutils/moreutils/distinfo	Mon Nov 24 18:28:47 2014	(r373287)
@@ -1,2 +1,2 @@
-SHA256 (moreutils_0.52.tar.gz) = c4bcf2f5bac09312ed5aa48d2cecd77a1c9609017b7a2acb2ac9fdd197480ffb
-SIZE (moreutils_0.52.tar.gz) = 47511
+SHA256 (moreutils_0.53.tar.gz) = 4f1842467759b6747f28a624c317a315f0b54a44440d2c8e2eec4d10144696fc
+SIZE (moreutils_0.53.tar.gz) = 47613

Modified: head/sysutils/moreutils/files/moreutils-parallel.1
==============================================================================
--- head/sysutils/moreutils/files/moreutils-parallel.1	Mon Nov 24 18:28:43 2014	(r373286)
+++ head/sysutils/moreutils/files/moreutils-parallel.1	Mon Nov 24 18:28:47 2014	(r373287)
@@ -63,15 +63,18 @@ Number of arguments to pass to a command
 .RE
 .SH "EXAMPLE"
 .PP
-.HP \w'\fBparallel\ sh\ \-c\ "echo\ hi;\ sleep\ 2;\ echo\ bye"\ \-\-\ 1\ 2\ 3\fR\ 'u \fBparallel sh \-c "echo hi; sleep 2; echo bye" \-\- 1 2 3\fR
+
+\fBparallel sh \-c "echo hi; sleep 2; echo bye" \-\- 1 2 3\fR
 .PP
 This runs three subshells that each print a message, delay, and print another message\&. If your system has multiple CPUs, parallel will run some of the jobs in parallel, which should be clear from the order the messages are output\&.
 .PP
-.HP \w'\fBparallel\ \-j\ 3\ ufraw\ \-o\ processed\ \-\-\ *\&.NEF\fR\ 'u \fBparallel \-j 3 ufraw \-o processed \-\- *\&.NEF\fR
+
+\fBparallel \-j 3 ufraw \-o processed \-\- *\&.NEF\fR
 .PP
 This runs three ufraw processes at the same time until all of the NEF files have been processed\&.
 .PP
-.HP \w'\fBparallel\ \-j\ 3\ \-\-\ ls\ df\ "echo\ hi"\fR\ 'u \fBparallel \-j 3 \-\- ls df "echo hi"\fR
+
+\fBparallel \-j 3 \-\- ls df "echo hi"\fR
 .PP
 This runs three independent commands in parallel\&.
 .SH "EXIT STATUS"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411241828.sAOISmCj099188>