From owner-svn-ports-head@FreeBSD.ORG Wed Jun 10 16:46:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 242E053C; Wed, 10 Jun 2015 16:46:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10FC91B8D; Wed, 10 Jun 2015 16:46:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5AGkmcb025482; Wed, 10 Jun 2015 16:46:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5AGklpj025474; Wed, 10 Jun 2015 16:46:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506101646.t5AGklpj025474@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 10 Jun 2015 16:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389063 - in head/sysutils/moreutils: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 16:46:49 -0000 Author: sunpoet Date: Wed Jun 10 16:46:46 2015 New Revision: 389063 URL: https://svnweb.freebsd.org/changeset/ports/389063 Log: - Update to 0.56 - Update manpages - Update maintainer section Changes: http://joeyh.name/code/moreutils/news/version_0.56/ Added: head/sysutils/moreutils/files/patch-ifdata.c (contents, props changed) Modified: head/sysutils/moreutils/Makefile head/sysutils/moreutils/distinfo head/sysutils/moreutils/files/errno.1 head/sysutils/moreutils/files/moreutils-parallel.1 head/sysutils/moreutils/files/sponge.1 Modified: head/sysutils/moreutils/Makefile ============================================================================== --- head/sysutils/moreutils/Makefile Wed Jun 10 16:46:42 2015 (r389062) +++ head/sysutils/moreutils/Makefile Wed Jun 10 16:46:46 2015 (r389063) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moreutils -PORTVERSION= 0.55 +PORTVERSION= 0.56 CATEGORIES= sysutils MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -64,10 +64,10 @@ do-install: # require: docbook-xsl, libxml2, libxslt updateman: do-clean extract - ${MV} ${WRKSRC}/parallel.docbook ${WRKSRC}/moreutils-parallel.docbook .for man in ${CANNED_MANPAGES:R} ${LOCALBASE}/bin/xmllint --noout --valid ${WRKSRC}/${man}.docbook && \ ${LOCALBASE}/bin/xsltproc --output ${FILESDIR}/${man}.1 --param man.authors.section.enabled 0 ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl ${WRKSRC}/${man}.docbook .endfor + ${MV} ${FILESDIR}/parallel.1 ${FILESDIR}/moreutils-parallel.1 .include Modified: head/sysutils/moreutils/distinfo ============================================================================== --- head/sysutils/moreutils/distinfo Wed Jun 10 16:46:42 2015 (r389062) +++ head/sysutils/moreutils/distinfo Wed Jun 10 16:46:46 2015 (r389063) @@ -1,2 +1,2 @@ -SHA256 (moreutils_0.55.orig.tar.gz) = da9d5cd145ceea967a65dd50031d168d66199c3eb41b9390b57f35d4a5808ab5 -SIZE (moreutils_0.55.orig.tar.gz) = 46500 +SHA256 (moreutils_0.56.orig.tar.gz) = ec4b7a1e1d1e1d6ec606d2877301ec06c6cf4091776687d9b76f4d019705e77f +SIZE (moreutils_0.56.orig.tar.gz) = 46704 Modified: head/sysutils/moreutils/files/errno.1 ============================================================================== --- head/sysutils/moreutils/files/errno.1 Wed Jun 10 16:46:42 2015 (r389062) +++ head/sysutils/moreutils/files/errno.1 Wed Jun 10 16:46:46 2015 (r389063) @@ -43,7 +43,7 @@ errno \- look up errno names and descrip \fBerrno\fR looks up errno macro names, errno codes, and the corresponding descriptions\&. For example, if given ENOENT -on a Linux system, it prints out the code 2 and the description "No such file or directory"\&. If given the code 2, it printes +on a Linux system, it prints out the code 2 and the description "No such file or directory"\&. If given the code 2, it prints ENOENT and the same description\&. .SH "OPTIONS" Modified: head/sysutils/moreutils/files/moreutils-parallel.1 ============================================================================== --- head/sysutils/moreutils/files/moreutils-parallel.1 Wed Jun 10 16:46:42 2015 (r389062) +++ head/sysutils/moreutils/files/moreutils-parallel.1 Wed Jun 10 16:46:46 2015 (r389063) @@ -82,6 +82,9 @@ This runs three independent commands in Its exit status is the combination of the exit statuses of each command ran, ORed together\&. (Thus, if any one command exits nonzero, \fBparallel\fR as a whole will exit nonzero\&.) +.SH "NOTES" +.PP +All output to stdout and stderr is serialised through a corresponding internal pipe, in order to prevent annoying concurrent output behaviour\&. Note that serialisation is not done on any other file descriptors and file position based access to a nonstandard file descriptor might have unexpected results\&. .SH "AUTHOR" .PP Tollef Fog Heen Added: head/sysutils/moreutils/files/patch-ifdata.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/moreutils/files/patch-ifdata.c Wed Jun 10 16:46:46 2015 (r389063) @@ -0,0 +1,35 @@ +--- ifdata.c.orig 2015-06-03 16:04:42 UTC ++++ ifdata.c +@@ -1,4 +1,4 @@ +-#include ++#include + #include + #include + #include +@@ -19,7 +19,7 @@ + #include + #endif + +-#if defined(__APPLE__) ++#if defined(__FreeBSD__) + #define s6_addr16 __u6_addr.__u6_addr16 + #include + #endif +@@ -130,7 +130,7 @@ static int do_socket_ioctl(const char *i + *ioctl_errno = errno; + if (print_error == PRINT_ERROR) { + if (errno == ENODEV) +- error(EXIT_FAILURE, 0, ++ err(EXIT_FAILURE, + "No such network interface: %s", ifname); + else + fprintf(stderr, "ioctl on %s: %s\n", ifname, +@@ -392,7 +392,7 @@ void please_do(int ndo, int *todo, const + for (i=0; i