Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2017 04:46:07 +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: r435746 - head/ports-mgmt/poudriere-devel
Message-ID:  <201703090446.v294k7xc049231@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Mar  9 04:46:07 2017
New Revision: 435746
URL: https://svnweb.freebsd.org/changeset/ports/435746

Log:
  Update to 3.0-1994-g605f6348
  
      - Fix regression from last build not causing ZFS+USE_TMPFS=all to
        rollback to the clean snapshot before cloning.
      - Fix mktemp using TMPDIR='' by default (thus /).  This broke
        some non-root operations.
      - options: Fix harmless warning about missing 'arch' file.
      - Fix very old crash with SIGINFO while cleaning the queue after
        a port is done building.
      - Revert a change for port statistics changes which may have resulted in
        warnings such as:
            mv: rename /usr/local/poudriere/data/logs/bulk/103i386-default/434652/.tmp..poudriere.stats_ignored to /usr/local/poudriere/data/logs/bulk/103i386-default/434652/.poudriere.stats_ignored: No such file or directory
        Note that the change here does not restore ignoring errors like
        the previous code did.  So some odd crashes may occur, but all
        callers of this code were audited and should be ignoring the
        error anyhow.

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	Thu Mar  9 04:17:48 2017	(r435745)
+++ head/ports-mgmt/poudriere-devel/Makefile	Thu Mar  9 04:46:07 2017	(r435746)
@@ -2,7 +2,7 @@
 
 PORTNAME=	poudriere
 DISTVERSION=	3.1.99.20170308
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
 		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
@@ -18,7 +18,7 @@ CONFLICTS_INSTALL=	poudriere-[0-9]*
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	3.0-1987-g33297b28
+GH_TAGNAME=	3.0-1994-g605f6348
 #DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
 
 GNU_CONFIGURE=	yes

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Thu Mar  9 04:17:48 2017	(r435745)
+++ head/ports-mgmt/poudriere-devel/distinfo	Thu Mar  9 04:46:07 2017	(r435746)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489010837
-SHA256 (freebsd-poudriere-3.1.99.20170308-3.0-1987-g33297b28_GH0.tar.gz) = e4997faf0f0131608f73fe7b331fcbf405dff448eec4c981d8162d5d2fc5c356
-SIZE (freebsd-poudriere-3.1.99.20170308-3.0-1987-g33297b28_GH0.tar.gz) = 2973104
+TIMESTAMP = 1489034489
+SHA256 (freebsd-poudriere-3.1.99.20170308-3.0-1994-g605f6348_GH0.tar.gz) = 32443abd26c374469b88b517a86895c7f45a06d2e3671ce40eb019c69c1d6a8a
+SIZE (freebsd-poudriere-3.1.99.20170308-3.0-1994-g605f6348_GH0.tar.gz) = 2973098



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703090446.v294k7xc049231>