svn commit: r452490 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Thu Oct 19 21:29:49 UTC 2017
Author: bdrewery
Date: Thu Oct 19 21:29:48 2017
New Revision: 452490
URL: https://svnweb.freebsd.org/changeset/ports/452490
Log:
Update to 3.0-2571-gf38f4778
- image: Speed up tar creation by using 'xz -T 0'
- FLAVORS: Default listed ports to main flavor only, @all to build all,
bulk -a does all.
- testport: Disallow testing @all
- Support loading hooks from POUDRIERED/hooks.d/plugins/<plugin-name>/<hook>.sh
- Support a plugin make.conf at POUDRIERED/hooks/plugins/<plugin-name>/make.conf
- bulk -n: Fix 'Ports to build' list to only show what needs to be built.
- Implement some new hooks for perf profiling
- run_hook: Pass along logdir as LOG
- gather_port_vars_ports: Show more information for debug SKIP message
- gather_port_vars_port: Add verbose output about which flavors will be expanded
- bulk -n: Show log information at the end
- Rename .poudriere.deps% to .poudriere.pkg_deps% based on its proper name
- Store all_pkgs as .poudriere.all_pkgs%
- QEMU: Allow overriding QEMU_{MAX_EXECUTION_TIME/NOHANG_TIME}
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 Thu Oct 19 21:19:53 2017 (r452489)
+++ head/ports-mgmt/poudriere-devel/Makefile Thu Oct 19 21:29:48 2017 (r452490)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-DISTVERSION= 3.1.99.20171013
+DISTVERSION= 3.1.99.20171019
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-2548-g4bed266f
+GH_TAGNAME= 3.0-2571-gf38f4778
#DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
GNU_CONFIGURE= yes
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Thu Oct 19 21:19:53 2017 (r452489)
+++ head/ports-mgmt/poudriere-devel/distinfo Thu Oct 19 21:29:48 2017 (r452490)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507911785
-SHA256 (freebsd-poudriere-3.1.99.20171013-3.0-2548-g4bed266f_GH0.tar.gz) = 1f8e1c934c678cf49cbd4079b6c92cd1dae2a9fbea0ec19bcd3e6a9df327de2e
-SIZE (freebsd-poudriere-3.1.99.20171013-3.0-2548-g4bed266f_GH0.tar.gz) = 4354782
+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
More information about the svn-ports-head
mailing list