From owner-svn-ports-head@freebsd.org Fri Oct 13 16:26:34 2017 Return-Path: Delivered-To: svn-ports-head@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 2ACEAE26719; Fri, 13 Oct 2017 16:26:34 +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 EBB5F6BDFC; Fri, 13 Oct 2017 16:26:33 +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 v9DGQXHM085712; Fri, 13 Oct 2017 16:26:33 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9DGQWOn085709; Fri, 13 Oct 2017 16:26:32 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201710131626.v9DGQWOn085709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 13 Oct 2017 16:26:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452017 - 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: 452017 X-SVN-Commit-Repository: ports 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.23 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: Fri, 13 Oct 2017 16:26:34 -0000 Author: bdrewery Date: Fri Oct 13 16:26:32 2017 New Revision: 452017 URL: https://svnweb.freebsd.org/changeset/ports/452017 Log: - Update to 3.0-2548-g4bed266f - Fix FLAVORS assertion in compute_deps to properly show flavor - Add FLAVOR to a few job status outputs - Show origin for a FLAVOR assertion - Check for and error if 'security.bsd.hardlink_check_uid' or 'security.bsd.hardlink_check_uid' are not set to '0' with BUILD_AS_NON_ROOT=yes to avoid staging errors 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 13 16:20:37 2017 (r452016) +++ head/ports-mgmt/poudriere-devel/Makefile Fri Oct 13 16:26:32 2017 (r452017) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.99.20171005 +DISTVERSION= 3.1.99.20171013 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-2537-gf08534e1 +GH_TAGNAME= 3.0-2548-g4bed266f #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 13 16:20:37 2017 (r452016) +++ head/ports-mgmt/poudriere-devel/distinfo Fri Oct 13 16:26:32 2017 (r452017) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507230062 -SHA256 (freebsd-poudriere-3.1.99.20171005-3.0-2537-gf08534e1_GH0.tar.gz) = 805e096ee362b866d86e4eb67a24d5c3188dba46c49787430bd212b660ceb743 -SIZE (freebsd-poudriere-3.1.99.20171005-3.0-2537-gf08534e1_GH0.tar.gz) = 4351830 +TIMESTAMP = 1507911785 +SHA256 (freebsd-poudriere-3.1.99.20171013-3.0-2548-g4bed266f_GH0.tar.gz) = 1f8e1c934c678cf49cbd4079b6c92cd1dae2a9fbea0ec19bcd3e6a9df327de2e +SIZE (freebsd-poudriere-3.1.99.20171013-3.0-2548-g4bed266f_GH0.tar.gz) = 4354782