From owner-svn-ports-all@FreeBSD.ORG Tue Oct 9 16:07:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D173D27B; Tue, 9 Oct 2012 16:07:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9F6028FC0A; Tue, 9 Oct 2012 16:07:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q99G7XmR034163; Tue, 9 Oct 2012 16:07:33 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q99G7XWU034160; Tue, 9 Oct 2012 16:07:33 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210091607.q99G7XWU034160@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 9 Oct 2012 16:07:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305593 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 09 Oct 2012 16:07:33 -0000 X-List-Received-Date: Tue, 09 Oct 2012 16:07:33 -0000 Author: bapt Date: Tue Oct 9 16:07:33 2012 New Revision: 305593 URL: http://svn.freebsd.org/changeset/ports/305593 Log: - update to checkin 06e052c2c9 - changes: * Add explicit check-config phase to detect invalid OPTIONS * Fix finding run-depends packages as leftovers * Search for eligible ports trees on all ZFS pools * Fix '[: die: bad number' error in testport * bulk: If given -C, clean any previous packages only for the ports provided * Switch back to github for ports git as it is the preferred source * Call leftovers phase 'leftovers' instead of 'fscheck' 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 Tue Oct 9 15:55:15 2012 (r305592) +++ head/ports-mgmt/poudriere-devel/Makefile Tue Oct 9 16:07:33 2012 (r305593) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.1.99.20121004 +PORTVERSION= 2.1.99.20121009 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ PKGNAMESUFFIX= -devel @@ -13,7 +13,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 86c7d4bd7c +FSL_CHKIN= 06e052c2c9 NO_BUILD= yes MANCOMPRESSED= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Tue Oct 9 15:55:15 2012 (r305592) +++ head/ports-mgmt/poudriere-devel/distinfo Tue Oct 9 16:07:33 2012 (r305593) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.1.99.20121004.tar.gz?uuid=86c7d4bd7c) = bcf732ce9326c8f4787ac11ddcfda3e793a653b8e9eedc99f020d9ee6eae5c7c -SIZE (poudriere-2.1.99.20121004.tar.gz?uuid=86c7d4bd7c) = 33866 +SHA256 (poudriere-2.1.99.20121009.tar.gz?uuid=06e052c2c9) = 2cdec948f233bfc9e2ba142f24127b9cde85827a6d160f63e6c5f1400d3d57ac +SIZE (poudriere-2.1.99.20121009.tar.gz?uuid=06e052c2c9) = 34110