From owner-svn-ports-head@FreeBSD.ORG Wed Nov 5 20:59:07 2014 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 D93D1A8B; Wed, 5 Nov 2014 20:59:07 +0000 (UTC) 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 C52DA768; Wed, 5 Nov 2014 20:59:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA5Kx74C088234; Wed, 5 Nov 2014 20:59:07 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA5Kx7hY088232; Wed, 5 Nov 2014 20:59:07 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201411052059.sA5Kx7hY088232@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Wed, 5 Nov 2014 20:59:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372207 - head/sysutils/parallel 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.18-1 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, 05 Nov 2014 20:59:08 -0000 Author: ak Date: Wed Nov 5 20:59:06 2014 New Revision: 372207 URL: https://svnweb.freebsd.org/changeset/ports/372207 QAT: https://qat.redports.org/buildarchive/r372207/ Log: - Update to 20141022 * --env was changed to deal with bash's new way of exporting a function. * Bug fixes and man page updates PR: 194714 Submitted by: howeyc@gmail.com (maintainer) Modified: head/sysutils/parallel/Makefile head/sysutils/parallel/distinfo Modified: head/sysutils/parallel/Makefile ============================================================================== --- head/sysutils/parallel/Makefile Wed Nov 5 20:33:49 2014 (r372206) +++ head/sysutils/parallel/Makefile Wed Nov 5 20:59:06 2014 (r372207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parallel -PORTVERSION= 20140922 +PORTVERSION= 20141022 CATEGORIES= sysutils MASTER_SITES= GNU Modified: head/sysutils/parallel/distinfo ============================================================================== --- head/sysutils/parallel/distinfo Wed Nov 5 20:33:49 2014 (r372206) +++ head/sysutils/parallel/distinfo Wed Nov 5 20:59:06 2014 (r372207) @@ -1,2 +1,2 @@ -SHA256 (parallel-20140922.tar.bz2) = 4589e2c82b1ccb5be9060e010993214bb4d8ec87220be077f0c21bb5040cbd43 -SIZE (parallel-20140922.tar.bz2) = 945329 +SHA256 (parallel-20141022.tar.bz2) = 775779f181394353340478ebca321230a052c3e64fc04c9435d3e81697d7fab6 +SIZE (parallel-20141022.tar.bz2) = 954780