From owner-svn-ports-all@FreeBSD.ORG Fri Jun 27 03:30:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CCB1420; Fri, 27 Jun 2014 03:30:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FC572846; Fri, 27 Jun 2014 03:30:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5R3Updw099926; Fri, 27 Jun 2014 03:30:51 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5R3UoxJ099920; Fri, 27 Jun 2014 03:30:50 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201406270330.s5R3UoxJ099920@svn.freebsd.org> From: Bryan Drewery Date: Fri, 27 Jun 2014 03:30:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359441 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 03:30:51 -0000 Author: bdrewery Date: Fri Jun 27 03:30:50 2014 New Revision: 359441 URL: http://svnweb.freebsd.org/changeset/ports/359441 QAT: https://qat.redports.org/buildarchive/r359441/ Log: - Update to checkin 6d00750ddc Changes: * HTML: Fix printing of "Remaining" on the jail page * Build reason: Change "missing LDFLAGS" to "missing_LDFLAGS" to have a one word reason * Update example nginx config for 1.6: nginx 1.6 now includes application/json in default mime.times * Add USE_PROCFS and USE_FDESCFS to allow disabling requirement on them 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 Jun 27 03:23:52 2014 (r359440) +++ head/ports-mgmt/poudriere-devel/Makefile Fri Jun 27 03:30:50 2014 (r359441) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20140619 -PORTREVISION= 1 +PORTVERSION= 3.0.99.20140626 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://fossil.etoilebsd.net/poudriere/tarball/ @@ -16,7 +15,7 @@ LICENSE= BSD2CLAUSE CONFLICTS_INSTALL= poudriere-[0-9]* -FSL_CHKIN= 81baf7e90d +FSL_CHKIN= 6d00750ddc GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Fri Jun 27 03:23:52 2014 (r359440) +++ head/ports-mgmt/poudriere-devel/distinfo Fri Jun 27 03:30:50 2014 (r359441) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20140619.tar.gz?uuid=81baf7e90d) = 2b67595db1ce923dfded600196adc65c85a03ff3476652c05776e644e1424b7f -SIZE (poudriere-3.0.99.20140619.tar.gz?uuid=81baf7e90d) = 2688894 +SHA256 (poudriere-3.0.99.20140626.tar.gz?uuid=6d00750ddc) = f438d32f5ff8d8e145042cbfd08c186dc29ac2b7548708f64e5da585cbdfea0f +SIZE (poudriere-3.0.99.20140626.tar.gz?uuid=6d00750ddc) = 2688941