From owner-svn-ports-all@freebsd.org Fri Oct 27 23:11:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85962E52D29; Fri, 27 Oct 2017 23:11:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 54A157E564; Fri, 27 Oct 2017 23:11:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9RNBJi6016667; Fri, 27 Oct 2017 23:11:19 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9RNBJhb016665; Fri, 27 Oct 2017 23:11:19 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201710272311.v9RNBJhb016665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 27 Oct 2017 23:11:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453027 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/ports-mgmt/poudriere-devel X-SVN-Commit-Revision: 453027 X-SVN-Commit-Repository: ports 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.23 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: Fri, 27 Oct 2017 23:11:20 -0000 Author: bdrewery Date: Fri Oct 27 23:11:19 2017 New Revision: 453027 URL: https://svnweb.freebsd.org/changeset/ports/453027 Log: Update to 3.0-2583-g7913a064 - jail -x: Tell where native-xtools is being built - XDEV: Support the fixed native-xtools build target in FreeBSD head that builds from the Jail rather than the host system's /usr/src. [1] - Add XDEV_SRC_JAIL, if set will use the jail's source for xdev. This should only be used in special cases and will effectively default to on for head and soon for stable/11. - Record flavor for port build results. - jail -c: Fix EMULATOR being unset if ran via poudriered - Assert EMULATOR is not empty on use - .poudriere.ports.queued: Store flavor for dependencies - jail -x: Respect MAKEOBJDIRPREFIX [2] - jail -c: Disallow using a colon (:) in jail name. PR: 216083 [1] PR: 215541 [2] 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 Fri Oct 27 21:28:42 2017 (r453026) +++ head/ports-mgmt/poudriere-devel/Makefile Fri Oct 27 23:11:19 2017 (r453027) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.99.20171019 +DISTVERSION= 3.1.99.20171027 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.0-2571-gf38f4778 +GH_TAGNAME= 3.0-2583-g7913a064 #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Fri Oct 27 21:28:42 2017 (r453026) +++ head/ports-mgmt/poudriere-devel/distinfo Fri Oct 27 23:11:19 2017 (r453027) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508448371 -SHA256 (freebsd-poudriere-3.1.99.20171019-3.0-2571-gf38f4778_GH0.tar.gz) = 6a1a6da299c6e93d34ed955f34e0d848649837409ab974ee31dd0e61ad22fdb2 -SIZE (freebsd-poudriere-3.1.99.20171019-3.0-2571-gf38f4778_GH0.tar.gz) = 4355617 +TIMESTAMP = 1509145564 +SHA256 (freebsd-poudriere-3.1.99.20171027-3.0-2583-g7913a064_GH0.tar.gz) = 04092e0b71c9abd3dee452027d0639e387eab35de3af44ef514626c42508c656 +SIZE (freebsd-poudriere-3.1.99.20171027-3.0-2583-g7913a064_GH0.tar.gz) = 4355891