diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2017-10-28 07:11:19 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2017-10-28 07:11:19 +0800 |
commit | d3929c51fe40f9fd8f3339b4df71209f5e8b2a93 (patch) | |
tree | 9cc2ca1cc02e899990ceea7ff01ee8d268325bff /ports-mgmt/poudriere-devel/Makefile | |
parent | c7f7e3497f3b2d10d749f02754c6642eb45b29fa (diff) | |
download | freebsd-ports-gnome-d3929c51fe40f9fd8f3339b4df71209f5e8b2a93.tar.gz freebsd-ports-gnome-d3929c51fe40f9fd8f3339b4df71209f5e8b2a93.tar.zst freebsd-ports-gnome-d3929c51fe40f9fd8f3339b4df71209f5e8b2a93.zip |
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]
Diffstat (limited to 'ports-mgmt/poudriere-devel/Makefile')
-rw-r--r-- | ports-mgmt/poudriere-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index c44203176d52..c127602dfad3 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -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 |