From owner-svn-ports-head@FreeBSD.ORG Sat Oct 5 22:56:46 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 C42E0A26; Sat, 5 Oct 2013 22:56:46 +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 AE6882A06; Sat, 5 Oct 2013 22:56:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r95MukKK000737; Sat, 5 Oct 2013 22:56:46 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r95MukTV000735; Sat, 5 Oct 2013 22:56:46 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201310052256.r95MukTV000735@svn.freebsd.org> From: Bryan Drewery Date: Sat, 5 Oct 2013 22:56:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329518 - head/ports-mgmt/poudriere-devel 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: Sat, 05 Oct 2013 22:56:46 -0000 Author: bdrewery Date: Sat Oct 5 22:56:45 2013 New Revision: 329518 URL: http://svnweb.freebsd.org/changeset/ports/329518 Log: - Update to checkin fbd0b7e356 Changes: * Loopback address fixes * Fixes for when running poudriere in a jail (do not use fdescfs or devfs to hide/unhide devices). PATCHED_FS_KERNEL overrides this * Prevent SIGTSTP from reaching child builders * jail -c: Fix -m ftp-archive for 9.0 * jail -cu: Add svnlite support and SVN_CMD override Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Sat Oct 5 22:26:59 2013 (r329517) +++ head/ports-mgmt/poudriere-devel/Makefile Sat Oct 5 22:56:45 2013 (r329518) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20131001 -PORTREVISION= 1 +PORTVERSION= 3.0.99.20131005 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ @@ -15,7 +14,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 4ee8a6ce8b +FSL_CHKIN= fbd0b7e356 OPTIONS_DEFINE= ZSH Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Sat Oct 5 22:26:59 2013 (r329517) +++ head/ports-mgmt/poudriere-devel/distinfo Sat Oct 5 22:56:45 2013 (r329518) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20131001.tar.gz?uuid=4ee8a6ce8b) = 800f51387e31866708b3789fb77bf8b6ffa5374d4dd6365f92311e595c686bcf -SIZE (poudriere-3.0.99.20131001.tar.gz?uuid=4ee8a6ce8b) = 245786 +SHA256 (poudriere-3.0.99.20131005.tar.gz?uuid=fbd0b7e356) = d628a724ebdf98b8a2d6d98bf646b391a36196592ae5183edfeb0c598e6c26a3 +SIZE (poudriere-3.0.99.20131005.tar.gz?uuid=fbd0b7e356) = 245904