From owner-svn-ports-all@FreeBSD.ORG Sun Dec 15 09:09:31 2013 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 A5336F8F; Sun, 15 Dec 2013 09:09:31 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 767B315A3; Sun, 15 Dec 2013 09:09:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBF99VEj023093; Sun, 15 Dec 2013 09:09:31 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBF99V07023091; Sun, 15 Dec 2013 09:09:31 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201312150909.rBF99V07023091@svn.freebsd.org> From: Olli Hauer Date: Sun, 15 Dec 2013 09:09:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336508 - in head/ports-mgmt/tinderbox: . files 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.17 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: Sun, 15 Dec 2013 09:09:31 -0000 Author: ohauer Date: Sun Dec 15 09:09:30 2013 New Revision: 336508 URL: http://svnweb.freebsd.org/changeset/ports/336508 Log: - update to 4.1.0 Changes in this release include: - Major rework of dependency calculations for initial Makefile building. Dependencies are now built inside of Build jails to prevent any cross-contamination. OPTIONS are handled properly via a new static d4p port (needs to be installed on the host). - Fix enterbuild so that the sleepme file can be properly deleted - Add support for protocol flag in createJail command when using LFTP update method. - Add some more variable exceptions that are used by bmake - Fix ports fetching on IPv6 hosts - Correct some clang issues, typos and style problems in pnohang - Add support for 11.X - Force CC and CXX to be the GNU versions for FreeBSD < 9 PR: 184391 Submitted by: ohauer Approved by: maintainer timeout (14 days) Deleted: head/ports-mgmt/tinderbox/files/patch-chroot Modified: head/ports-mgmt/tinderbox/Makefile head/ports-mgmt/tinderbox/distinfo Modified: head/ports-mgmt/tinderbox/Makefile ============================================================================== --- head/ports-mgmt/tinderbox/Makefile Sun Dec 15 08:55:51 2013 (r336507) +++ head/ports-mgmt/tinderbox/Makefile Sun Dec 15 09:09:30 2013 (r336508) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tinderbox -PORTVERSION= 4.0.1 -PORTREVISION= 4 +PORTVERSION= 4.1.0 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ Modified: head/ports-mgmt/tinderbox/distinfo ============================================================================== --- head/ports-mgmt/tinderbox/distinfo Sun Dec 15 08:55:51 2013 (r336507) +++ head/ports-mgmt/tinderbox/distinfo Sun Dec 15 09:09:30 2013 (r336508) @@ -1,2 +1,2 @@ -SHA256 (tinderbox/tinderbox-4.0.1.tar.gz) = 4d49e62bcfd94438f4dce3481fab7d89c86cc200fc73a9c0744ddd01b36bc92e -SIZE (tinderbox/tinderbox-4.0.1.tar.gz) = 150826 +SHA256 (tinderbox/tinderbox-4.1.0.tar.gz) = b2950034fe66ab36b741b99dc3d59626cef3f75a46b128d77f08e679bf69e5ee +SIZE (tinderbox/tinderbox-4.1.0.tar.gz) = 151397