svn commit: r453027 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Fri Oct 27 23:11:20 UTC 2017
Author: bdrewery
Date: Fri Oct 27 23:11:19 2017
New Revision: 453027
URL: https://svnweb.freebsd.org/changeset/ports/453027
Log:
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]
Modified:
head/ports-mgmt/poudriere-devel/Makefile
head/ports-mgmt/poudriere-devel/distinfo
Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile Fri Oct 27 21:28:42 2017 (r453026)
+++ head/ports-mgmt/poudriere-devel/Makefile Fri Oct 27 23:11:19 2017 (r453027)
@@ -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
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Fri Oct 27 21:28:42 2017 (r453026)
+++ head/ports-mgmt/poudriere-devel/distinfo Fri Oct 27 23:11:19 2017 (r453027)
@@ -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
More information about the svn-ports-head
mailing list