svn commit: r388881 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Mon Jun 8 20:38:00 UTC 2015
Author: bdrewery
Date: Mon Jun 8 20:37:58 2015
New Revision: 388881
URL: https://svnweb.freebsd.org/changeset/ports/388881
Log:
Update to 3.1.7-15-ge84bac5.
I had intended to update this to master but have not yet fixed a blocking
bug on it.
Changes:
- status -a: Fix handling of showing older builds.
- QEMU: Add a hack to raise the default build times.
- Don't crash starting up a job, or otherwise, if the time goes backwards.
- blacklist: Fix loading of JAIL-SETNAME-blacklist
- QEMU: Always try loading a qemu-blacklist file
- Add a helper 'clock_monotonic' to use clock_gettime(CLOCK_MONOTONIC)
rather than non-monotonic 'date +%s'
- Use monotonic time for calculating durations
- Add a build.started epoch time.
- Add a build.ended epoch time that is set in the last HTML json generation.
- Update sh to FreeBSD r281982
- Fix build on older FreeBSD due to sh. If F_DUPFD_CLOEXEC is unavailable
then use system sh.
- Ignore /var/db/freebsd-update/ too.
Modified:
head/ports-mgmt/poudriere-devel/Makefile
head/ports-mgmt/poudriere-devel/distinfo
head/ports-mgmt/poudriere-devel/pkg-plist
Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile Mon Jun 8 20:32:39 2015 (r388880)
+++ head/ports-mgmt/poudriere-devel/Makefile Mon Jun 8 20:37:58 2015 (r388881)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-DISTVERSION= 3.1.99.20150527
+DISTVERSION= 3.1.99.20150608
PORTREVISION= 0
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
@@ -18,8 +18,8 @@ CONFLICTS_INSTALL= poudriere-[0-9]*
USE_GITHUB= yes
GH_ACCOUNT= freebsd
-GH_TAGNAME= 3.1.7
-DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
+GH_TAGNAME= 3.1.7-15-ge84bac5
+#DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
GNU_CONFIGURE= yes
ETCDIR= ${PREFIX}/etc/poudriere.d
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Mon Jun 8 20:32:39 2015 (r388880)
+++ head/ports-mgmt/poudriere-devel/distinfo Mon Jun 8 20:37:58 2015 (r388881)
@@ -1,2 +1,2 @@
-SHA256 (freebsd-poudriere-3.1.7_GH0.tar.gz) = 6f3762577d43f63815a7a6e843260b0fcd182f3fc64bf4bbaa42da0a20c7cafa
-SIZE (freebsd-poudriere-3.1.7_GH0.tar.gz) = 2827191
+SHA256 (freebsd-poudriere-3.1.99.20150608-3.1.7-15-ge84bac5_GH0.tar.gz) = 6d906bae6be765521cc3167dd3183f468811871a70f33af9decdf91f6a5af87a
+SIZE (freebsd-poudriere-3.1.99.20150608-3.1.7-15-ge84bac5_GH0.tar.gz) = 2830866
Modified: head/ports-mgmt/poudriere-devel/pkg-plist
==============================================================================
--- head/ports-mgmt/poudriere-devel/pkg-plist Mon Jun 8 20:32:39 2015 (r388880)
+++ head/ports-mgmt/poudriere-devel/pkg-plist Mon Jun 8 20:37:58 2015 (r388881)
@@ -4,6 +4,7 @@ bin/poudriere
%%ETCDIR%%/hooks/pkgbuild.sh.sample
@sample etc/poudriered.conf.sample
etc/rc.d/poudriered
+libexec/poudriere/clock_monotonic
libexec/poudriere/cpdup
libexec/poudriere/dirempty
libexec/poudriere/dirwatch
More information about the svn-ports-all
mailing list