From owner-svn-ports-head@FreeBSD.ORG Thu Oct 10 02:23:11 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 250A7EEC; Thu, 10 Oct 2013 02:23:11 +0000 (UTC) (envelope-from bdrewery@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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 122682669; Thu, 10 Oct 2013 02:23:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A2NAHN093579; Thu, 10 Oct 2013 02:23:10 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9A2NA9Z093577; Thu, 10 Oct 2013 02:23:10 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201310100223.r9A2NA9Z093577@svn.freebsd.org> From: Bryan Drewery Date: Thu, 10 Oct 2013 02:23:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329959 - head/ports-mgmt/poudriere 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.14 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: Thu, 10 Oct 2013 02:23:11 -0000 Author: bdrewery Date: Thu Oct 10 02:23:10 2013 New Revision: 329959 URL: http://svnweb.freebsd.org/changeset/ports/329959 Log: - Update to 3.0.10 Changes: * Fix random crashes with parallel process handling * jail -cu: Disable CCACHE on 10 * testport/bulk -t: Fix staging absolute link checking with files that have spaces * testport: Fix so that MAKE_JOBS runs by default * bulk -t: Fix so that MAKE_JOBS does not run by default * testport: Fix so that the port being tested shows in the web ui. Note that this is still in data/logs/bulk/ * jail: Make -m http work * jail -c: Fix -m ftp-archive for 9.0 Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Thu Oct 10 02:20:17 2013 (r329958) +++ head/ports-mgmt/poudriere/Makefile Thu Oct 10 02:23:10 2013 (r329959) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.9 -PORTREVISION= 1 +PORTVERSION= 3.0.10 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Thu Oct 10 02:20:17 2013 (r329958) +++ head/ports-mgmt/poudriere/distinfo Thu Oct 10 02:23:10 2013 (r329959) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.9.tar.gz?uuid=3.0.9) = 2ca414b4d858d44f8a6b72030c0ab6c90869e37c32f13609034da5cdfa0f7ef3 -SIZE (poudriere-3.0.9.tar.gz?uuid=3.0.9) = 110195 +SHA256 (poudriere-3.0.10.tar.gz?uuid=3.0.10) = 493fda53120050f85836032324409be6c6484f90a0755ae0c6a673ba7626818b +SIZE (poudriere-3.0.10.tar.gz?uuid=3.0.10) = 10