1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Update to 3.0-2583-g7913a064

- jail -x: Tell where native-xtools is being built
      - XDEV: Support the fixed native-xtools build target in FreeBSD head
        that builds from the Jail rather than the host system's /usr/src. [1]
      - Add XDEV_SRC_JAIL, if set will use the jail's source for xdev.  This
        should only be used in special cases and will effectively default to
        on for head and soon for stable/11.
      - Record flavor for port build results.
      - jail -c: Fix EMULATOR being unset if ran via poudriered
      - Assert EMULATOR is not empty on use
      - .poudriere.ports.queued: Store flavor for dependencies
      - jail -x: Respect MAKEOBJDIRPREFIX [2]
      - jail -c: Disallow using a colon (:) in jail name.

PR:	216083 [1]
PR:	215541 [2]
This commit is contained in:
Bryan Drewery 2017-10-27 23:11:19 +00:00
parent 4ce80776a4
commit 0e615c283f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453027
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
DISTVERSION= 3.1.99.20171019
DISTVERSION= 3.1.99.20171027
PORTREVISION= 0
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]*
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_TAGNAME= 3.0-2571-gf38f4778
GH_TAGNAME= 3.0-2583-g7913a064
#DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
GNU_CONFIGURE= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1508448371
SHA256 (freebsd-poudriere-3.1.99.20171019-3.0-2571-gf38f4778_GH0.tar.gz) = 6a1a6da299c6e93d34ed955f34e0d848649837409ab974ee31dd0e61ad22fdb2
SIZE (freebsd-poudriere-3.1.99.20171019-3.0-2571-gf38f4778_GH0.tar.gz) = 4355617
TIMESTAMP = 1509145564
SHA256 (freebsd-poudriere-3.1.99.20171027-3.0-2583-g7913a064_GH0.tar.gz) = 04092e0b71c9abd3dee452027d0639e387eab35de3af44ef514626c42508c656
SIZE (freebsd-poudriere-3.1.99.20171027-3.0-2583-g7913a064_GH0.tar.gz) = 4355891