svn commit: r339603 - head/ports-mgmt/poudriere-devel

Bryan Drewery bdrewery at FreeBSD.org
Mon Jan 13 16:12:27 UTC 2014


Author: bdrewery
Date: Mon Jan 13 16:12:26 2014
New Revision: 339603
URL: http://svnweb.freebsd.org/changeset/ports/339603

Log:
  - Update to checkin 105ef35755
  
  Changes:
    - Fix hang in sanity check
    - Fix race causing "unknown stuck queue" after ports finish building
    - Fix PARALLEL_JOBS always set to prepare number
    - Cache fixes
    - cpdup -X usage fixes
    - bulk: Avoid rollback on first startup (speeds up startup)
    - Cleanup some error handling with parallel processes,
      errors will now cause a 30 second wait for other processes
      to cleanly exist instead of sending a SIGKILL right away.
    - Fix KEEP_OLD_PACKAGES_COUNT when package root
      is a symlink
    - Ignore home directory of users created by ports during
      leftover check
    - Load MOVED on startup and use it to track changed origins
      in existing packages, which fixes more invalid dependency errors
      and "new dependency" deletions in sanity check.
    - Checksum is now done as root in case it needs to refetch
    - testport: Remove extra -J description

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 Jan 13 16:02:09 2014	(r339602)
+++ head/ports-mgmt/poudriere-devel/Makefile	Mon Jan 13 16:12:26 2014	(r339603)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	3.0.99.20131230
+PORTVERSION=	3.0.99.20140113
 PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://fossil.etoilebsd.net/poudriere/tarball/ \
@@ -14,7 +14,7 @@ COMMENT=	Port build and test system
 
 LICENSE=	BSD
 
-FSL_CHKIN=	ae87e905f3
+FSL_CHKIN=	105ef35755
 
 OPTIONS_DEFINE=	ZSH
 

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Mon Jan 13 16:02:09 2014	(r339602)
+++ head/ports-mgmt/poudriere-devel/distinfo	Mon Jan 13 16:12:26 2014	(r339603)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20131230.tar.gz?uuid=ae87e905f3) = a22e38e29ae47e1ac1d189ffd756072bd68aeaceccf26878f7f2ca9f42fab78d
-SIZE (poudriere-3.0.99.20131230.tar.gz?uuid=ae87e905f3) = 250965
+SHA256 (poudriere-3.0.99.20140113.tar.gz?uuid=105ef35755) = 2cb83844b2dbfc2aaa85aea7ab3ae6edcf6f419f462fe1945dc52078dd016264
+SIZE (poudriere-3.0.99.20140113.tar.gz?uuid=105ef35755) = 251925


More information about the svn-ports-all mailing list