svn commit: r348480 - head/ports-mgmt/poudriere
Bryan Drewery
bdrewery at FreeBSD.org
Mon Mar 17 15:06:23 UTC 2014
Author: bdrewery
Date: Mon Mar 17 15:06:22 2014
New Revision: 348480
URL: http://svnweb.freebsd.org/changeset/ports/348480
QAT: https://qat.redports.org/buildarchive/r348480/
Log:
- Update to 3.0.15
Changes:
- Fix ipv6 only usage
- Ensure /sbin and /usr/sbin are in PATH when running
- Remove trailing slashes from listed_ports.
- Fix child process cleanup logic to only sleep if child
still running.
- Always dismount filesystems and try cleaning up when exiting and in jail -k
- For stage_orphans, ignore modified files (such as nobody vs root)
- testport -I: Mark cleanup done, not as recursively failing
- testport -i: Use a local.conf instead of PACKAGESITE
- testport -I: Suggest same login method which is more sane/clean than exec /bin/sh
- options: Require dialog4ports as it runs from host and
jail may be for a different ARCH
- Ignore parents of home directories too during leftovers check
- Ignore /var/db/dbus/machine-id leftover
- Restrict ZFS on 9.0/9.1 due to known deadlock
- bulk: Parse MOVED for given port build list
- Add support for svnlite and overriding SVN_CMD
- Show warning when jail is newer than host
- Show host/jail OSVERSION in build logs
Modified:
head/ports-mgmt/poudriere/Makefile
head/ports-mgmt/poudriere/distinfo
Modified: head/ports-mgmt/poudriere/Makefile
==============================================================================
--- head/ports-mgmt/poudriere/Makefile Mon Mar 17 14:48:52 2014 (r348479)
+++ head/ports-mgmt/poudriere/Makefile Mon Mar 17 15:06:22 2014 (r348480)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 3.0.14
+PORTVERSION= 3.0.15
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 Mon Mar 17 14:48:52 2014 (r348479)
+++ head/ports-mgmt/poudriere/distinfo Mon Mar 17 15:06:22 2014 (r348480)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.14.tar.gz?uuid=3.0.14) = 2e8432839c6a4df8d51d284ee6f466583cfefca346ba0dbfdf63507f07da88eb
-SIZE (poudriere-3.0.14.tar.gz?uuid=3.0.14) = 154582
+SHA256 (poudriere-3.0.15.tar.gz?uuid=3.0.15) = ec1fe72479bb1fe5f4e220621499b665a3f9aa20bce28a7cff209d9c2603355b
+SIZE (poudriere-3.0.15.tar.gz?uuid=3.0.15) = 155345
More information about the svn-ports-head
mailing list