Date: Mon, 13 Mar 2017 17:18:23 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436090 - head/ports-mgmt/poudriere-devel Message-ID: <201703131718.v2DHINC3054498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Mon Mar 13 17:18:23 2017 New Revision: 436090 URL: https://svnweb.freebsd.org/changeset/ports/436090 Log: Update to 3.0-2045-gc6b1c034. - bulk/status summaries: Fix build time being wildly wrong - MOVED: Convert to using shash - jail -u: Don't show /compat mount warning. - Automatically handle making some internal paths relative when doing 'cd' - Add a per-run caching mechanism for commands - Cache ZFS list (for mountpath) lookups. - jail -u, etc: Fix ZFS snapshots not being created after 33297b28f. - destroyfs: Avoid zfs_getfs() if not needed - testport: Support MOVED for main port being tested - locks: Disable INT/TERM traps while in here - HTML JSON is now generated with TERM delayed, meaning leftover tempfiles in the logdir should be fixed and the JSON should be more consistent. - poudriere: Allow -v to increase VERBOSE since not all sub-commands allow it. - poudriere: Allow -A to force colors, even if not in a TTY - HTML JSON: Use relative paths for reading/writing files in logdirs - prefix_output: Append into proctitle to make debugging simpler - testport -c: Fix after 88334520d1159. - Introduce HTML_TYPE to select if HTML files are inline or hosted 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 Mon Mar 13 17:11:26 2017 (r436089) +++ head/ports-mgmt/poudriere-devel/Makefile Mon Mar 13 17:18:23 2017 (r436090) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.99.20170310 +DISTVERSION= 3.1.99.20170313 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-2007-g2c59e4c7 +GH_TAGNAME= 3.0-2045-gc6b1c034 #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Mon Mar 13 17:11:26 2017 (r436089) +++ head/ports-mgmt/poudriere-devel/distinfo Mon Mar 13 17:18:23 2017 (r436090) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489174508 -SHA256 (freebsd-poudriere-3.1.99.20170310-3.0-2007-g2c59e4c7_GH0.tar.gz) = 7f65c7fb30cafc8ad7ef69a509b690cad63ba3ec741ffc9adb51a8f2f00d8e62 -SIZE (freebsd-poudriere-3.1.99.20170310-3.0-2007-g2c59e4c7_GH0.tar.gz) = 2975315 +TIMESTAMP = 1489425277 +SHA256 (freebsd-poudriere-3.1.99.20170313-3.0-2045-gc6b1c034_GH0.tar.gz) = d5c51731759444223103a24967e749ccc2a79030166c5b912814b7abbbbf6949 +SIZE (freebsd-poudriere-3.1.99.20170313-3.0-2045-gc6b1c034_GH0.tar.gz) = 2982238
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703131718.v2DHINC3054498>