Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2017 19:38:06 +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: r435839 - head/ports-mgmt/poudriere-devel
Message-ID:  <201703101938.v2AJc6DD008271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Mar 10 19:38:06 2017
New Revision: 435839
URL: https://svnweb.freebsd.org/changeset/ports/435839

Log:
  Update to 3.0-2007-g2c59e4c7.
  
      - Rewrite parsing of 'bulk -f' and 'bulk PORT1 PORT2' (and testport)
        handling of ports into the queue.
      - Update sh to FreeBSD head r315005.
      - compute_deps_pkg: Give a hint about failed pooldir creation being from
        duplicates.  This is still undergoing further changes.  It's technically
        an assertion still that is has proven to be possible.
      - Support copying a static ccache into the jail with CCACHE_STATIC_PREFIX.
        This is to support using something like devel/ccache-memcached-static
        in the jail to support memccached without any bootstrap or cyclic
        dependency problems.

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 Mar 10 18:57:18 2017	(r435838)
+++ head/ports-mgmt/poudriere-devel/Makefile	Fri Mar 10 19:38:06 2017	(r435839)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-DISTVERSION=	3.1.99.20170309
+DISTVERSION=	3.1.99.20170310
 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-2002-gf74f5e60
+GH_TAGNAME=	3.0-2007-g2c59e4c7
 #DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
 
 GNU_CONFIGURE=	yes

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Fri Mar 10 18:57:18 2017	(r435838)
+++ head/ports-mgmt/poudriere-devel/distinfo	Fri Mar 10 19:38:06 2017	(r435839)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489110570
-SHA256 (freebsd-poudriere-3.1.99.20170309-3.0-2002-gf74f5e60_GH0.tar.gz) = 7b44ce4cc088fbde91f91fd5421fbeb54023659b3b79506ba7c743876e2cf6fa
-SIZE (freebsd-poudriere-3.1.99.20170309-3.0-2002-gf74f5e60_GH0.tar.gz) = 2974237
+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



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