From owner-svn-ports-all@freebsd.org Sun Jun 26 17:13:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 404E1B81C57; Sun, 26 Jun 2016 17:13:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EDE5D2BA4; Sun, 26 Jun 2016 17:13:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5QHDtNu072569; Sun, 26 Jun 2016 17:13:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5QHDsrM072566; Sun, 26 Jun 2016 17:13:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201606261713.u5QHDsrM072566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Jun 2016 17:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417547 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2016 17:13:56 -0000 Author: sunpoet Date: Sun Jun 26 17:13:54 2016 New Revision: 417547 URL: https://svnweb.freebsd.org/changeset/ports/417547 Log: - Update to 0.59 Changes: http://joeyh.name/code/moreutils/news/version_0.58/ Modified: head/sysutils/moreutils/Makefile head/sysutils/moreutils/distinfo head/sysutils/moreutils/files/patch-moreutils-parallel.c Modified: head/sysutils/moreutils/Makefile ============================================================================== --- head/sysutils/moreutils/Makefile Sun Jun 26 17:13:49 2016 (r417546) +++ head/sysutils/moreutils/Makefile Sun Jun 26 17:13:54 2016 (r417547) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= moreutils -PORTVERSION= 0.58 +PORTVERSION= 0.59 +DISTVERSIONSUFFIX= .orig CATEGORIES= sysutils MASTER_SITES= DEBIAN_POOL -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig +DISTNAME= ${PORTNAME}_${DISTVERSIONFULL} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Additional Unix utilities @@ -21,7 +22,7 @@ OPTIONS_SUB= yes ALL_TARGET= errnos.h ${CANNED_MANPAGES:R} MAKE_JOBS_UNSAFE= yes USES= perl5 shebangfix -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONFULL} CANNED_MANPAGES=errno.1 \ ifdata.1 \ Modified: head/sysutils/moreutils/distinfo ============================================================================== --- head/sysutils/moreutils/distinfo Sun Jun 26 17:13:49 2016 (r417546) +++ head/sysutils/moreutils/distinfo Sun Jun 26 17:13:54 2016 (r417547) @@ -1,2 +1,3 @@ -SHA256 (moreutils_0.58.orig.tar.gz) = 9c4bba745518f1cc4d5594b1276793bd4f737fedb2e5b14beeab4b73f106c00a -SIZE (moreutils_0.58.orig.tar.gz) = 46828 +TIMESTAMP = 1466837939 +SHA256 (moreutils_0.59.orig.tar.gz) = a48e11c3197bf79a7bfaa121423e64626e3381d9fedc91d606e9724ae498d1b4 +SIZE (moreutils_0.59.orig.tar.gz) = 47248 Modified: head/sysutils/moreutils/files/patch-moreutils-parallel.c ============================================================================== --- head/sysutils/moreutils/files/patch-moreutils-parallel.c Sun Jun 26 17:13:49 2016 (r417546) +++ head/sysutils/moreutils/files/patch-moreutils-parallel.c Sun Jun 26 17:13:54 2016 (r417547) @@ -1,13 +1,5 @@ --- moreutils-parallel.c.orig 2015-01-19 18:03:51 UTC +++ moreutils-parallel.c -@@ -31,6 +31,7 @@ - #include - #include - #include -+#include - - #ifdef __sun - # include /* getloadavg() */ @@ -112,6 +113,7 @@ void exec_child(char **command, char **a return; }