1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- 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
This commit is contained in:
Bryan Drewery 2014-01-13 16:12:26 +00:00
parent 77cbcc78ab
commit 67dec4e6bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339603
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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