svn commit: r340313 - head/ports-mgmt/poudriere
Bryan Drewery
bdrewery at FreeBSD.org
Sun Jan 19 14:48:23 UTC 2014
Author: bdrewery
Date: Sun Jan 19 14:48:22 2014
New Revision: 340313
URL: http://svnweb.freebsd.org/changeset/ports/340313
QAT: https://qat.redports.org/buildarchive/r340313/
Log:
- Update to 3.0.14
Changes:
* Fix dependencies when existing packages have their origins moved
via MOVED by now loading and parsing MOVED for existing packages
only.
* Force umount some directories to avoid desktop utils traversing them
causing them to remain mounted.
* Fix stage orphan false-positives with KDE4_PREFIX
* Fix a race condition in bulk which could lead to 'unknown stuck queue bug'
* Fix usage of cpdup(1) -X [no functional change]
* Speedup bulk startup by not rolling back fresh builder jails
* Various parallel execution fixes
* Parallel execution errors now wait up to 30 seconds for children to
finish before ending the build.
* Ignore home directory of users created by ports during leftover check
Modified:
head/ports-mgmt/poudriere/Makefile
head/ports-mgmt/poudriere/distinfo
Modified: head/ports-mgmt/poudriere/Makefile
==============================================================================
--- head/ports-mgmt/poudriere/Makefile Sun Jan 19 14:34:39 2014 (r340312)
+++ head/ports-mgmt/poudriere/Makefile Sun Jan 19 14:48:22 2014 (r340313)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 3.0.13
+PORTVERSION= 3.0.14
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \
LOCAL/bdrewery/${PORTNAME}/
Modified: head/ports-mgmt/poudriere/distinfo
==============================================================================
--- head/ports-mgmt/poudriere/distinfo Sun Jan 19 14:34:39 2014 (r340312)
+++ head/ports-mgmt/poudriere/distinfo Sun Jan 19 14:48:22 2014 (r340313)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.13.tar.gz?uuid=3.0.13) = e7d40e6d75d13f970d6aae0bb9711299732d9fad99935f09ef6dfc7597595075
-SIZE (poudriere-3.0.13.tar.gz?uuid=3.0.13) = 153456
+SHA256 (poudriere-3.0.14.tar.gz?uuid=3.0.14) = 2e8432839c6a4df8d51d284ee6f466583cfefca346ba0dbfdf63507f07da88eb
+SIZE (poudriere-3.0.14.tar.gz?uuid=3.0.14) = 154582
More information about the svn-ports-all
mailing list