Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 17:14:12 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401116 - head/ports-mgmt/poudriere-devel
Message-ID:  <201511091714.tA9HECcq070123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon Nov  9 17:14:12 2015
New Revision: 401116
URL: https://svnweb.freebsd.org/changeset/ports/401116

Log:
  Update to 3.1.9-22-ga91b224.
  
  Unless something major is wrong here, this will be 3.1.10 and the next update
  to -devel *will be* master which has a year of pending updates.
  
  Changes:
    -Always call make by absolute path of /usr/bin/make.
    -Update stale comment about MFS
    -Fun things happen with /nonexistent exists. Ensure it doesn't.
    -testport: Allow -o to be optional.
    -Mark poudriere-queue experimental.
    -Using ccache on 10+ is fine so long as we use a PATH.
    -XDEV: Don't endlessly append to make.conf on updates.
    -Fix leftover lock file in /tmp at cleanup
    -Support in-tree ccache for buildworld on recent head
    -Always use the FAST_DEPEND option for buildworld.
    -Go crazy, use -j for installworld targets on recent head
    -Allow comments on the same line with port entries in blacklist

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	Mon Nov  9 16:56:08 2015	(r401115)
+++ head/ports-mgmt/poudriere-devel/Makefile	Mon Nov  9 17:14:12 2015	(r401116)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-DISTVERSION=	3.1.99.20151014
+DISTVERSION=	3.1.99.20151109
 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.1.9
+GH_TAGNAME=	3.1.9-22-ga91b224
 DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
 
 GNU_CONFIGURE=	yes

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Mon Nov  9 16:56:08 2015	(r401115)
+++ head/ports-mgmt/poudriere-devel/distinfo	Mon Nov  9 17:14:12 2015	(r401116)
@@ -1,2 +1,2 @@
-SHA256 (freebsd-poudriere-3.1.9_GH0.tar.gz) = aa098a7f21fbab7ec2cbeb54a9d82dd6bed3323221e498d1b9bcd86628e22074
-SIZE (freebsd-poudriere-3.1.9_GH0.tar.gz) = 2829956
+SHA256 (freebsd-poudriere-3.1.9-22-ga91b224_GH0.tar.gz) = 1de6bbcf5e7964f335b63f85d6bd59a6d0aea2caed3d2350cfcad33195af2b1b
+SIZE (freebsd-poudriere-3.1.9-22-ga91b224_GH0.tar.gz) = 2830908



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511091714.tA9HECcq070123>