Bug 184391

Summary: [patch] ports-mgmt/tinderbox update to 4.1.0
Product: Ports & Packages Reporter: Olli Hauer <ohauer>
Component: Individual Port(s)Assignee: Ion-Mihai "IOnut" Tetcu <itetcu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
tinderbox-4.1.0.diff none

Description Olli Hauer freebsd_committer freebsd_triage 2013-11-30 11:00:00 UTC
Update ports-mgmt/tinderbox to version 4.1.0
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-30 11:00:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-15 09:09:39 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2013-12-15 09:09:44 UTC
State Changed
From-To: open->closed

Committed!