Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 02:20:17 +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: r329958 - head/ports-mgmt/poudriere-devel
Message-ID:  <201310100220.r9A2KHAg090825@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Oct 10 02:20:17 2013
New Revision: 329958
URL: http://svnweb.freebsd.org/changeset/ports/329958

Log:
  - Update to checkin cf519772ff
  
  Changes:
    * Fix random crashes with parallel process handling
    * sanity check is now parallelized for a big speedup
    * Pkg deleting during startup has been optimized further
      to avoid a bottleneck during parallelization
    * jail -cu: Disable CCACHE on 10
    * Manpage typo fix
    * testport/bulk -t: Fix staging absolute link checking with files
      that have spaces
    * testport: Fix so that MAKE_JOBS runs by default
    * bulk -t: Fix so that MAKE_JOBS does not run by default
    * testport: Fix so that the port being tested shows in the web ui.
      Note that this is still in data/logs/bulk/

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 Oct 10 02:15:58 2013	(r329957)
+++ head/ports-mgmt/poudriere-devel/Makefile	Thu Oct 10 02:20:17 2013	(r329958)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	3.0.99.20131005
+PORTVERSION=	3.0.99.20131009
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://fossil.etoilebsd.net/poudriere/tarball/ \
 		LOCAL/bdrewery/${PORTNAME}/
@@ -14,7 +14,7 @@ COMMENT=	Port build and test system
 
 LICENSE=	BSD
 
-FSL_CHKIN=	fbd0b7e356
+FSL_CHKIN=	cf519772ff
 
 OPTIONS_DEFINE=	ZSH
 
@@ -62,6 +62,8 @@ PLIST_FILES=	etc/poudriere.conf.sample \
 		share/poudriere/bulk.sh \
 		share/poudriere/clean.sh \
 		share/poudriere/common.sh \
+		share/poudriere/common.sh.dragonfly \
+		share/poudriere/common.sh.freebsd \
 		share/poudriere/daemon.sh \
 		share/poudriere/distclean.sh \
 		share/poudriere/jail.sh \

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Thu Oct 10 02:15:58 2013	(r329957)
+++ head/ports-mgmt/poudriere-devel/distinfo	Thu Oct 10 02:20:17 2013	(r329958)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20131005.tar.gz?uuid=fbd0b7e356) = d628a724ebdf98b8a2d6d98bf646b391a36196592ae5183edfeb0c598e6c26a3
-SIZE (poudriere-3.0.99.20131005.tar.gz?uuid=fbd0b7e356) = 245904
+SHA256 (poudriere-3.0.99.20131009.tar.gz?uuid=cf519772ff) = e64d72aa5172c83e59915f15746f871f57300d203d563f1017a7cc621b4cb3d2
+SIZE (poudriere-3.0.99.20131009.tar.gz?uuid=cf519772ff) = 246975



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