1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- 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
This commit is contained in:
Bryan Drewery 2014-03-17 15:06:22 +00:00
parent f8cc2a2b97
commit f3c9132071
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348480
2 changed files with 3 additions and 3 deletions

View File

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

View File

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