Date: Wed, 5 Nov 2014 20:59:07 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372207 - head/sysutils/parallel Message-ID: <201411052059.sA5Kx7hY088232@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411052059.sA5Kx7hY088232>