From owner-svn-ports-all@freebsd.org Wed Oct 24 22:17:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B08DB1071D69; Wed, 24 Oct 2018 22:17:04 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 672DA7C5FC; Wed, 24 Oct 2018 22:17:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48259616; Wed, 24 Oct 2018 22:17:04 +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 w9OMH44P044221; Wed, 24 Oct 2018 22:17:04 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9OMH3jY044219; Wed, 24 Oct 2018 22:17:03 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201810242217.w9OMH3jY044219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 24 Oct 2018 22:17:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482941 - 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: 482941 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.29 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: Wed, 24 Oct 2018 22:17:05 -0000 Author: bdrewery Date: Wed Oct 24 22:17:03 2018 New Revision: 482941 URL: https://svnweb.freebsd.org/changeset/ports/482941 Log: - Update to 3.2.8-402-g73eefa2e6 - Replace portsmon links with freshports. - Document that hook plugins can provide make.conf, but not with filename patterns. - pkgclean: Ensure -j is passed in. - Create a dataset for poudriere/data/images during initial setup (#630) - image -t zrawdisk: Load the ZFS module at boot, so the filesystem can be mounted (#633) - image -t zrawdisk: Fix check for IMAGESIZE (#634) - image: On failure, don't leave md(4) devices laying around (#635) - image: When copying the contents of an overlay, copy symlinks as symlinks (#636) - Update sh to r338473 - bulk -cC: Prompt to delete if not in a TTY. - Only prompt when ATOMIC_PACKAGE_REPOSITORY is off. - Only prompt if there are packages to remove. - ATOMIC_PACKAGE_REPOSITORY: Be a bit more verbose about packages directory paths. - image: Add bytes to bibytes conversion regarding image size (#638) - image: Add dump support (#644) - Update zsh completion 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 Wed Oct 24 22:09:20 2018 (r482940) +++ head/ports-mgmt/poudriere-devel/Makefile Wed Oct 24 22:17:03 2018 (r482941) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.2.99.20180601 +DISTVERSION= 3.2.99.20181024 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.2.7-372-g6125e0831 +GH_TAGNAME= 3.2.8-402-g73eefa2e6 #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Wed Oct 24 22:09:20 2018 (r482940) +++ head/ports-mgmt/poudriere-devel/distinfo Wed Oct 24 22:17:03 2018 (r482941) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527878094 -SHA256 (freebsd-poudriere-3.2.99.20180601-3.2.7-372-g6125e0831_GH0.tar.gz) = 0be9bdbd32fbc0d6e96f3f7efb54d5c7de779ff5ba661e6eb857c681833dadd5 -SIZE (freebsd-poudriere-3.2.99.20180601-3.2.7-372-g6125e0831_GH0.tar.gz) = 4376151 +TIMESTAMP = 1540419072 +SHA256 (freebsd-poudriere-3.2.99.20181024-3.2.8-402-g73eefa2e6_GH0.tar.gz) = 0733ec94b7978fc570fe3e2f2003fe9fa02c6d825d5dbb64c7d2bb6ec3631ce8 +SIZE (freebsd-poudriere-3.2.99.20181024-3.2.8-402-g73eefa2e6_GH0.tar.gz) = 4378903